AnnotationElement Class
Represents a base class for annotation structure elements in logical structure.
Inheritance Hierarchy

Namespace: Aspose.Pdf.LogicalStructure
Assembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntax
public abstract class AnnotationElement : ILSElement

The AnnotationElement type exposes the following members.

Properties
  NameDescription
Public propertyActualText
Gets or sets the actual text for structure element.
(Inherited from StructureElement.)
Public propertyAlternateDescriptions
Gets or Sets the Alternate Descriptions for annotation. Text that shall be displayed for the annotation or, if this type of annotation does not display text, an alternate description of the annotation's contents in human-readable form.
Public propertyAlternativeText
Gets or sets the alternative text for structure element.
(Inherited from StructureElement.)
Public propertyAttributes
Gets [T:/Aspose.Pdf.LogicalStructure.StructureAttributeCollection] object.
(Inherited from StructureElement.)
Public propertyChildElements
Gets children collection of [T:/Aspose.Pdf.LogicalStructure.Element] objects.
(Inherited from Element.)
Public propertyDefaultAttributeOwner
Gets [T:/Aspose.Pdf.LogicalStructure.AttributeOwnerStandard] object.
(Inherited from StructureElement.)
Public propertyExpansionText
Gets or sets the expansion text for structure element.
(Inherited from StructureElement.)
Public propertyID
Gets the ID for structure element.
(Inherited from StructureElement.)
Public propertyLanguage
Gets or sets the language for structure element.
(Inherited from StructureElement.)
Public propertyParentElement
Get parent element.
(Inherited from Element.)
Public propertyStructureType
Gets type of structure element.
(Inherited from StructureElement.)
Public propertyTitle
Gets or sets the title for structure element.
(Inherited from StructureElement.)
Methods
  NameDescription
Public methodAppendChild
Append [T:/Aspose.Pdf.LogicalStructure.Element] to collection of children.
(Inherited from Element.)
Public methodChangeParentElement
Change parent element for current structure element
(Inherited from StructureElement.)
Public methodClearId
Clear ID for structure element.
(Inherited from StructureElement.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodFindElementsT
Find Elements of a given type
(Inherited from Element.)
Public methodGenerateId
Generate ID for structure element.
(Inherited from StructureElement.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodSetId
Sets ID for structure element.
(Inherited from StructureElement.)
Public methodSetTag
Sets custom tag for structure element.
(Inherited from StructureElement.)
Public methodToString
Returns a string that represents the current object.
(Inherited from StructureElement.)
See Also