Class StructureTypeCategory

StructureTypeCategory class

Represents Categories of Standard Structure Types.

public sealed class StructureTypeCategory

Methods

NameDescription
override ToString()Returns a string that represents the current object.
explicit operatorPerforms an explicit conversion from String to StructureTypeCategory.

Fields

NameDescription
static readonly BLSEsBlock-level structure elements (BLSEs) describe the overall layout of content on the page, proceeding in the block-progression direction.
static readonly GroupingElementsGrouping elements group other elements into sequences or hierarchies but hold no content directly and have no direct effect on layout.
static readonly IllustrationElementsIllustration 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.
static readonly ILSEsInline-level structure elements (ILSEs) describe the layout of content within a BLSE, proceeding in the inline-progression direction.

See Also