Package | Description |
---|---|
com.aspose.pdf.tagged |
The
com.aspose.pdf.tagged package provides classes that allow to work with TaggedContent of a
document. |
com.aspose.pdf.tagged.helpers |
Modifier and Type | Method and Description |
---|---|
static MCRElement |
TaggedContent.createMCRElementImageInternal(TaggedContext taggedContext,
String imageSrc) |
static MCRElement |
TaggedContent.createMCRElementTextInternal(TaggedContext taggedContext,
String text) |
Modifier and Type | Method and Description |
---|---|
void |
TaggedContext.pageRegisterMCRElement(Page page,
MCRElement mcrElement) |
Modifier and Type | Method and Description |
---|---|
static MCRElement |
StructureElementUtil.setContentToMCRElement(StructureElement structureElement,
String content) |
static MCRElement |
StructureElementUtil.setImageToMCRElement(StructureElement structureElement,
String imageSrc,
Double[] imageResolution,
Double[] imageWidth,
Double[] imageHeight) |
Copyright © 2020 Aspose. All Rights Reserved.