StructElement Class
General structure element.
Inheritance Hierarchy

Namespace: Aspose.Pdf.Structure
Assembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntax
public class StructElement : Element

The StructElement type exposes the following members.

Properties
  NameDescription
Public propertyActualText
(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.
(Inherited from Element.)
Public propertyAlt
(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.
(Inherited from Element.)
Public propertyChildren
Gets child elements collection.
(Inherited from Element.)
Public propertyE
(Optional; PDF 1.5) The expanded form of an abbreviation.
(Inherited from Element.)
Public propertyLang
(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.
(Inherited from Element.)
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also