Class LinkElement

LinkElement class

Represents Link structure element in logical structure.

public sealed class LinkElement : AnnotationElement, ITextElement

Properties

NameDescription
ActualText { get; set; }Gets or sets the actual text for structure element.
AlternateDescriptions { get; set; }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.
AlternativeText { get; set; }Gets or sets the alternative text for structure element.
Attributes { get; }Gets StructureAttributeCollection object.
ChildElements { get; }Gets children collection of Element objects.
DefaultAttributeOwner { get; }Gets AttributeOwnerStandard object.
ExpansionText { get; set; }Gets or sets the expansion text for structure element.
Hyperlink { get; set; }Gets or Sets Hyperlink for Link Element.
ID { get; }Gets the ID for structure element.
Language { get; set; }Gets or sets the language for structure element.
ParentElement { get; }Get parent element.
StructureTextState { get; }Gets StructureTextState object for current element.
StructureType { get; }Gets type of structure element.
Title { get; set; }Gets or sets the title for structure element.

Methods

NameDescription
AppendChild(Element)Append Element to collection of children.
ChangeParentElement(StructureElement)Change parent element for current structure element
ClearId()Clear ID for structure element.
FindElements<T>(bool)Find Elements of a given type
GenerateId()Generate ID for structure element.
SetId(string)Sets ID for structure element.
SetTag(string)Sets custom tag for structure element.
SetText(string)Appends text content to current text element.
override ToString()Returns a string that represents the current object.

See Also