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.elements.bls |
The
<b>com.aspose.pdf.tagged.logicalstructure.elements.bls </b> is a namespace for PDF Logical Structure classes. |
Class and Description |
---|
HeaderElement
Represents Header structure element in logical structure.
|
ListElement
Represents List structure element in logical structure.
|
ParagraphElement
Represents Paragraph structure element in logical structure.
|
TableElement
Represents Table structure element in logical structure.
|
TableTBodyElement
Represents TBody structure element in logical structure of the table.
|
TableTDElement
Represents TD structure element in logical structure of the table.
|
TableTFootElement
Represents TFoot structure element in logical structure of the table.
|
TableTHeadElement
Represents THead structure element in logical structure of the table.
|
TableTHElement
Represents TH structure element in logical structure of the table.
|
TableTRElement
Represents TR structure element in logical structure of the table.
|
Class and Description |
---|
BLSElement
Represents a base class for block-level structure elements in logical structure.
|
BLSTextElement
Represents a base class for block-level text structure elements in logical structure.
|
ListChildElement
Represents a base class for children elements of the List in logical structure.
|
TableCellElement
Represents a base class for table cell elements (TH and TD) in logical structure.
|
TableChildElement
Represents a base class for children elements of the Table in logical structure.
|
TableRowCollectionElement
Represents a base class for children elements of the Table Head, Body and Foot in logical structure.
|
TableTBodyElement
Represents TBody structure element in logical structure of the table.
|
TableTDElement
Represents TD structure element in logical structure of the table.
|
TableTFootElement
Represents TFoot structure element in logical structure of the table.
|
TableTHeadElement
Represents THead structure element in logical structure of the table.
|
TableTHElement
Represents TH structure element in logical structure of the table.
|
TableTRElement
Represents TR structure element in logical structure of the table.
|