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:

Properties

AnnotationGets the structure element of tag type annotation.
ArticleGets the structure element of tag type article.
ArtifactGets the artifact.
BibliographyEntryGets the structure element of tag type bibliography entry.
BlockQuotationGets the structure element of tag type block quotation.
CaptionGets the structure element of tag type caption.
CodeGets the structure element of tag type code.
DivisionGets the structure element of tag type division.
DocumentGets the structure element of tag type document.
FigureGets the structure element of tag type figure.
FormGets the structure element of tag type form.
FormulaGets the structure element of tag type formula.
HeadingGets the structure element of tag type heading.
HeadingLevel1Gets the structure element of tag type heading level 1.
HeadingLevel2Gets the structure element of tag type heading level 2.
HeadingLevel3Gets the structure element of tag type heading level 3.
HeadingLevel4Gets the structure element of tag type heading level 4.
HeadingLevel5Gets the structure element of tag type heading level 5.
HeadingLevel6Gets the structure element of tag type heading level 6.
HtmlGets the structure element of tag type html.
IndexGets the structure element of tag type index.
LabelGets the structure element of tag type label.
LinkGets the structure element of tag type link.
ListGets the structure element of tag type list.
ListBodyGets the structure element of tag type list body.
ListItemGets the structure element of tag type list item.
NonStructuralElementGets the structure element of tag type nonstructural element.
NoteGets the structure element of tag type note.
ParagraphGets the structure element of tag type paragraph.
PartGets the structure element of tag type part.
PrivateGets the structure element of tag type private.
QuotationGets the structure element of tag type quotation.
ReferenceGets the structure element of tag type reference.
RequiredPdfObjectsGets the number of PDF objects required by the resource.
(Inherited from Resource)
ResourceTypeGets the type of resource.
(Inherited from Resource)
RubyGets the structure element of tag type ruby.
SectionGets the structure element of tag type section.
SpanGets the structure element of tag type span.
TableGets the structure element of tag type table.
TableBodyRowGroupGets the structure element of tag type table body row group.
TableDataCellGets the structure element of table data cell.
TableFooterRowGroupGets the structure element of tag type table footer row group.
TableHeaderGets the structure element of tag type table header.
TableHeaderRowGroupGets the structure element of tag type table header row group.
TableOfContentGets the structure element of tag type table of content.
TableOfContentItemGets the structure element of tag type table of content item.
TableRowGets the structure element of tag type table row.
TagTypeGets the tag type .
UidGets the unique ID of the resource.
(Inherited from Resource)
WarichuGets 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)

See Also

ceTe.DynamicPDF

In this topic