Package | Description |
---|---|
com.aspose.pdf.tagged.logicalstructure |
The
<b>com.aspose.pdf.tagged.logicalstructure </b> is a namespace for PDF Logical Structure classes. |
Modifier and Type | Field and Description |
---|---|
static StructureTypeCategory |
StructureTypeCategory.BLSEs
Block-level structure elements (BLSEs) describe the overall layout of content on the page, proceeding in the
block-progression direction.
|
static StructureTypeCategory |
StructureTypeCategory.GroupingElements
Grouping elements group other elements into sequences or hierarchies but hold no content directly and have no
direct effect on layout.
|
static StructureTypeCategory |
StructureTypeCategory.IllustrationElements
Illustration elements are compact sequences of content, in page content order, that are considered to be
unitary objects with respect to page layout.
|
static StructureTypeCategory |
StructureTypeCategory.ILSEs
Inline-level structure elements (ILSEs) describe the layout of content within a BLSE, proceeding in the
inline-progression direction.
|
Modifier and Type | Method and Description |
---|---|
StructureTypeCategory |
StructureTypeStandard.getCategory()
Gets category of Standard Structure Type.
|
static StructureTypeCategory |
StructureTypeCategory.to_StructureTypeCategory(String name)
Performs an explicit conversion from
String to StructureTypeCategory . |