Appearance
TallComponents.UnoPdf.Client
TallComponents.UnoPdf.Client.Models.Pdf.Tags
TagModel Class
Class repsresenting a Tag in the PDF document.
csharp
public class TagModel
Inheritance System.Object 🡒 TagModel
Properties | |
---|---|
AlternateDescription | The alternate description for the tag and its children |
Base64Id | The byte array ID of the tag encoded as base64 |
ClassNames | The names of attribute classes associated with the Tag. |
ExpandedAbbreviation | The expanded form of an abbreviation or an acronym. |
LanguageIdentifier | An alternative description of the tag in human-readable form |
ReplacementText | Text that is an exact replacement for the content enclosed by the tag and its children |
Revision | The revision of this tag. Absence implies revision 0. |
Title | The Title of the Tag. |
Type | The structure type of this tag. Overridden by derived classes. Examples: List, Table, H1, etc. |