Tag
Base class from which tag classes are derived.
public abstract class Tag : Resource
Public MustInherit Class Tag
Inherits Resource
Inheritance: ObjectResourceTag
Derived: Artifact, StructureElement
Licensing Info
This class is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:
- An active DynamicPDF Ultimate Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF Core Suite selected.
- A DynamicPDF Core Suite for .NET v12.X Developer License.
Properties
| Annotation | Gets the structure element of tag type annotation. |
| Article | Gets the structure element of tag type article. |
| Artifact | Gets the artifact. |
| BibliographyEntry | Gets the structure element of tag type bibliography entry. |
| BlockQuotation | Gets the structure element of tag type block quotation. |
| Caption | Gets the structure element of tag type caption. |
| Code | Gets the structure element of tag type code. |
| Division | Gets the structure element of tag type division. |
| Document | Gets the structure element of tag type document. |
| Figure | Gets the structure element of tag type figure. |
| Form | Gets the structure element of tag type form. |
| Formula | Gets the structure element of tag type formula. |
| Heading | Gets the structure element of tag type heading. |
| HeadingLevel1 | Gets the structure element of tag type heading level 1. |
| HeadingLevel2 | Gets the structure element of tag type heading level 2. |
| HeadingLevel3 | Gets the structure element of tag type heading level 3. |
| HeadingLevel4 | Gets the structure element of tag type heading level 4. |
| HeadingLevel5 | Gets the structure element of tag type heading level 5. |
| HeadingLevel6 | Gets the structure element of tag type heading level 6. |
| Html | Gets the structure element of tag type html. |
| Index | Gets the structure element of tag type index. |
| Label | Gets the structure element of tag type label. |
| Link | Gets the structure element of tag type link. |
| List | Gets the structure element of tag type list. |
| ListBody | Gets the structure element of tag type list body. |
| ListItem | Gets the structure element of tag type list item. |
| NonStructuralElement | Gets the structure element of tag type nonstructural element. |
| Note | Gets the structure element of tag type note. |
| Paragraph | Gets the structure element of tag type paragraph. |
| Part | Gets the structure element of tag type part. |
| Private | Gets the structure element of tag type private. |
| Quotation | Gets the structure element of tag type quotation. |
| Reference | Gets the structure element of tag type reference. |
| RequiredPdfObjects | Gets the number of PDF objects required by the resource. (Inherited from Resource) |
| ResourceType | Gets the type of resource. (Inherited from Resource) |
| Ruby | Gets the structure element of tag type ruby. |
| Section | Gets the structure element of tag type section. |
| Span | Gets the structure element of tag type span. |
| Table | Gets the structure element of tag type table. |
| TableBodyRowGroup | Gets the structure element of tag type table body row group. |
| TableDataCell | Gets the structure element of table data cell. |
| TableFooterRowGroup | Gets the structure element of tag type table footer row group. |
| TableHeader | Gets the structure element of tag type table header. |
| TableHeaderRowGroup | Gets the structure element of tag type table header row group. |
| TableOfContent | Gets the structure element of tag type table of content. |
| TableOfContentItem | Gets the structure element of tag type table of content item. |
| TableRow | Gets the structure element of tag type table row. |
| TagType | Gets the tag type . |
| Uid | Gets the unique ID of the resource. (Inherited from Resource) |
| Warichu | Gets the structure element of tag type Warichu. |
Methods
| Draw(DocumentWriter) | Draws the resource to the given DocumentWriter object. (Inherited from Resource) |
| Equals(Object) | Determines whether the specified Object is equal to the current Object . (Inherited from Object) |
| GetHashCode() | Serves as a hash function for a particular type. (Inherited from Object) |
| GetType() | Gets the Type of the current instance. (Inherited from Object) |
| ToString() | Returns a String that represents the current Object . (Inherited from Object) |