Aspose::Pdf::Structure::TextElement class

TextElement class

General text element of document logical structure.

class TextElement : public Aspose::Pdf::Structure::Element

Methods

MethodDescription
virtual get_ActualText()(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.
virtual get_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.
get_Children()Gets child elements collection.
virtual get_E()(Optional; PDF 1.5) The expanded form of an abbreviation.
virtual get_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.
get_Text()Gets the value of text structure element.
Remove()Remove element.
virtual set_ActualText(System::String)(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.
virtual set_Alt(System::String)(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.
virtual set_E(System::String)(Optional; PDF 1.5) The expanded form of an abbreviation.
virtual set_Lang(System::String)(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.

See Also