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.logicalstructure |
The
<b>com.aspose.pdf.tagged.logicalstructure </b> is a namespace for PDF Logical Structure classes. |
com.aspose.pdf.tagged.logicalstructure.elements |
The
<b>com.aspose.pdf.tagged.logicalstructure.elements </b> is a namespace for PDF Logical Structure classes. |
com.aspose.pdf.tagged.logicalstructure.elements.bls |
The
<b>com.aspose.pdf.tagged.logicalstructure.elements.bls </b> is a namespace for PDF Logical Structure classes. |
com.aspose.pdf.tagged.logicalstructure.elements.grouping |
The
<b>com.aspose.pdf.tagged.logicalstructure.elements.grouping </b> is a namespace for PDF Logical Structure classes. |
com.aspose.pdf.tagged.logicalstructure.elements.ils |
The
<b>com.aspose.pdf.tagged.logicalstructure.elements.ils </b> is a namespace for PDF Logical Structure classes. |
Modifier and Type | Method and Description |
---|---|
StructureElement |
ITaggedContent.getRootElement()
Gets root
StructureElement of logical structure of PDF document. |
StructureElement |
TaggedContent.getRootElement()
Gets root
StructureElement of logical structure of PDF document. |
Constructor and Description |
---|
StructureAttributeCollection(com.aspose.pdf.engine.data.IPdfPrimitive entityA,
StructureElement structureElement) |
StructureAttributeCollection(StructureElement structureElement) |
Modifier and Type | Class and Description |
---|---|
class |
FigureElement |
class |
FormElement
Represents Form structure element in logical structure.
|
class |
FormulaElement
Represents Formula structure element in logical structure.
|
class |
IllustrationElement
Represents a base class for illustration structure elements in logical structure.
|
Modifier and Type | Method and Description |
---|---|
void |
StructureElement.changeParentElement(StructureElement newParentElement)
Change parent element for current structure element
|
Modifier and Type | Class and Description |
---|---|
class |
BLSElement
Represents a base class for block-level structure elements in logical structure.
|
class |
BLSTextElement
Represents a base class for block-level text structure elements in logical structure.
|
class |
HeaderElement
Represents Header structure element in logical structure.
|
class |
ListChildElement
Represents a base class for children elements of the List in logical structure.
|
class |
ListElement
Represents List structure element in logical structure.
|
class |
ListLblElement
Represents Lbl structure element in logical structure of the list.
|
class |
ListLBodyElement
Represents LBody structure element in logical structure of the list.
|
class |
ListLIElement
Represents LI structure element in logical structure of the list.
|
class |
ParagraphElement
Represents Paragraph structure element in logical structure.
|
class |
TableCellElement
Represents a base class for table cell elements (TH and TD) in logical structure.
|
class |
TableChildElement
Represents a base class for children elements of the Table in logical structure.
|
class |
TableElement
Represents Table structure element in logical structure.
|
class |
TableRowCollectionElement
Represents a base class for children elements of the Table Head, Body and Foot in logical structure.
|
class |
TableTBodyElement
Represents TBody structure element in logical structure of the table.
|
class |
TableTDElement
Represents TD structure element in logical structure of the table.
|
class |
TableTFootElement
Represents TFoot structure element in logical structure of the table.
|
class |
TableTHeadElement
Represents THead structure element in logical structure of the table.
|
class |
TableTHElement
Represents TH structure element in logical structure of the table.
|
class |
TableTRElement
Represents TR structure element in logical structure of the table.
|
Modifier and Type | Class and Description |
---|---|
class |
ArtElement
Represents Art structure element in logical structure.
|
class |
BlockQuoteElement
Represents BlockQuote structure element in logical structure.
|
class |
CaptionElement
Represents Caption structure element in logical structure.
|
class |
DivElement
Represents Div structure element in logical structure.
|
class |
DocumentElement
Represents Document structure element in logical structure.
|
class |
GroupingElement
Represents a base class for grouping structure elements in logical structure.
|
class |
IndexElement
Represents Index structure element in logical structure.
|
class |
NonStructElement
Represents NonStruct structure element in logical structure.
|
class |
PartElement
Represents Part structure element in logical structure.
|
class |
PrivateElement
Represents Private structure element in logical structure.
|
class |
SectElement
Represents Sect structure element in logical structure.
|
class |
TOCElement
Represents TOC structure element in logical structure.
|
class |
TOCIElement
Represents TOCI structure element in logical structure.
|
Modifier and Type | Class and Description |
---|---|
class |
AnnotationElement
Represents a base class for annotation structure elements in logical structure.
|
class |
AnnotElement
Represents Annot structure element in logical structure.
|
class |
BibEntryElement
Represents BibEntry structure element in logical structure.
|
class |
CodeElement
Represents Code structure element in logical structure.
|
class |
ILSElement
Represents a base class for inline-level structure elements in logical structure.
|
class |
ILSTextElement
Represents a base class for inline-level text structure elements in logical structure.
|
class |
LinkElement
Represents Link structure element in logical structure.
|
class |
NoteElement
Represents Note structure element in logical structure.
|
class |
QuoteElement
Represents Quote structure element in logical structure.
|
class |
ReferenceElement
Represents Reference structure element in logical structure.
|
class |
RubyChildElement
Represents a base class for children elements of the Ruby in logical structure.
|
class |
RubyElement
Represents Ruby structure element in logical structure.
|
class |
RubyRBElement
Represents RB structure element in logical structure of the Ruby.
|
class |
RubyRPElement
Represents RP structure element in logical structure of the Ruby.
|
class |
RubyRTElement
Represents RT structure element in logical structure of the Ruby.
|
class |
SpanElement
Represents Span structure element in logical structure.
|
class |
WarichuChildElement
Represents a base class for children elements of the Warichu in logical structure.
|
class |
WarichuElement
Represents Warichu structure element in logical structure.
|
class |
WarichuWPElement
Represents WP structure element in logical structure of the Warichu.
|
class |
WarichuWTElement
Represents WT structure element in logical structure of the Warichu.
|