StructElement

StructElement class

General structure element.

The StructElement type exposes the following members:

Properties

NameDescription
childrenGets child elements collection.
lang(Optional; PDF 1.4) A language specifying the natural language for all text
in the structure element except where overridden by language specifications for nested structure
elements or marked content.
actual_text(Optional; PDF 1.4) Text that is an exact replacement for the structure element and its children.
This replacement text (which should apply to as small a piece of content as possible)
is useful when extracting the document’s contents in support of accessibility to users
with disabilities or for other purposes.
alt(Optional) An alternate description of the structure element and its children in
human-readableform, which is useful when extracting the document’s contents in support
of accessibility to users with disabilities or for other purposes.
e(Optional; PDF 1.5) The expanded form of an abbreviation.

See Also