StructureTypeCategory Class
Represents Categories of Standard Structure Types.
Inheritance Hierarchy
SystemObject
  Aspose.Pdf.LogicalStructureStructureTypeCategory

Namespace: Aspose.Pdf.LogicalStructure
Assembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntax
public sealed class StructureTypeCategory

The StructureTypeCategory type exposes the following members.

Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Overrides ObjectToString.)
Operators
Fields
  NameDescription
Public fieldStatic memberBLSEs
Block-level structure elements (BLSEs) describe the overall layout of content on the page, proceeding in the block-progression direction.
Public fieldStatic memberGroupingElements
Grouping elements group other elements into sequences or hierarchies but hold no content directly and have no direct effect on layout.
Public fieldStatic memberIllustrationElements
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.
Public fieldStatic memberILSEs
Inline-level structure elements (ILSEs) describe the layout of content within a BLSE, proceeding in the inline-progression direction.
See Also