Namespace TallComponents.PDF.Tags
Class Tag
Class repsresenting a Tag in the PDF document.
Syntax
public class Tag : Object,ITagChild
Constructors
Tag()
Creates a new empty Tag instance.
Tag(String,Tag)
Creates a Tag instance with the specified parameters.
Properties
String AlternateDescription
The alternate description for the tag and its children
AttributeGroupCollection AttributeGroups
A tag may have one or more attribute groups. Each attribute group has an owner and a list of attributes.
TagChildCollection Childs
The immediate child tags.
String[] ClassNames
The names of attribute classes associated with the Tag.
String ExpandedAbbreviation
The expanded form of an abbreviation or an acronym.
Byte[] ID
The ID of the tag
String LanguageIdentifier
An alternative description of the tag in human-readable form
Page Page
The Page this Tag points to
Tag ParentTag
Only null if this is the root tag
String ReplacementText
Text that is an exact replacement for the content enclosed by the tag and its children
Nullable<Int32> Revision
The revision of this tag. Absence implies revision 0.
String Title
The Title of the Tag.
String Type
The structure type of this tag. Overridden by derived classes. Examples: List, Table, H1, etc.