Class StructElement
Contents
[
Hide
]StructElement class
General structure element.
public class StructElement : Element
Properties
| Name | Description |
|---|---|
| virtual ActualText { get; set; } | (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 Alt { get; set; } | (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. |
| Children { get; } | Gets child elements collection. |
| virtual E { get; set; } | (Optional; PDF 1.5) The expanded form of an abbreviation. |
| virtual Lang { get; set; } | (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. |
Methods
| Name | Description |
|---|---|
| Remove() | Remove element. |
See Also
- class Element
- namespace Aspose.Pdf.Structure
- assembly Aspose.PDF