StructureTypeCategory

Inheritance: java.lang.Object

public final class StructureTypeCategory

Represents Categories of Standard Structure Types.

Fields

FieldDescription
GroupingElementsGrouping elements group other elements into sequences or hierarchies but hold no content directly and have no direct effect on layout.
BLSEsBlock-level structure elements (BLSEs) describe the overall layout of content on the page, proceeding in the block-progression direction.
ILSEsInline-level structure elements (ILSEs) describe the layout of content within a BLSE, proceeding in the inline-progression direction.
IllustrationElementsIllustration elements are compact sequences of content, in page content order, that are considered to be unitary objects with respect to page layout.

Methods

MethodDescription
to_StructureTypeCategory(String name)Performs an explicit conversion from String to StructureTypeCategory.
toString()Returns a string that represents the current object.

GroupingElements

public static final StructureTypeCategory GroupingElements

Grouping elements group other elements into sequences or hierarchies but hold no content directly and have no direct effect on layout.

BLSEs

public static final StructureTypeCategory BLSEs

Block-level structure elements (BLSEs) describe the overall layout of content on the page, proceeding in the block-progression direction.

ILSEs

public static final StructureTypeCategory ILSEs

Inline-level structure elements (ILSEs) describe the layout of content within a BLSE, proceeding in the inline-progression direction.

IllustrationElements

public static final 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. An illustration can be treated as either a BLSE or an ILSE.

to_StructureTypeCategory(String name)

public static StructureTypeCategory to_StructureTypeCategory(String name)

Performs an explicit conversion from String to StructureTypeCategory.

Parameters:

ParameterTypeDescription
namejava.lang.StringThe name.

Returns: StructureTypeCategory - The result of the conversion.

toString()

public String toString()

Returns a string that represents the current object.

Returns: java.lang.String - String that represents the current object.