DynamicPDF by ceTe Software

com.cete.dynamicpdf
Class Tag

java.lang.Object
  extended by com.cete.dynamicpdf.Resource
      extended by com.cete.dynamicpdf.Tag
Direct Known Subclasses:
Artifact, StructureElement

public abstract class Tag
extends Resource

Base class from which tag classes are derived.

Licensing:
This class is a DynamicPDF Generator Enterprise Edition feature. One of the following licenses is required for non-evaluation usage:


Constructor Summary
Tag()
           
 
Method Summary
static StructureElement getAnnotation()
          Gets the structure element of tag type annotation.
static StructureElement getArticle()
          Gets the structure element of tag type article.
static Artifact getArtifact()
          Gets the artifact.
static StructureElement getBibliographyEntry()
          Gets the structure element of tag type bibliography entry.
static StructureElement getBlockQuotation()
          Gets the structure element of tag type block quotation.
static StructureElement getCaption()
          Gets the structure element of tag type caption.
static StructureElement getCode()
          Gets the structure element of tag type code.
static StructureElement getDivision()
          Gets the structure element of tag type division.
static StructureElement getDocument()
          Gets the structure element of tag type document.
static StructureElement getFigure()
          Gets the structure element of tag type figure.
static StructureElement getForm()
          Gets the structure element of tag type form.
static StructureElement getFormula()
          Gets the structure element of tag type formula.
static StructureElement getHeading()
          Gets the structure element of tag type heading.
static StructureElement getHeadingLevel1()
          Gets the structure element of tag type heading level 1.
static StructureElement getHeadingLevel2()
          Gets the structure element of tag type heading level 2.
static StructureElement getHeadingLevel3()
          Gets the structure element of tag type heading level 3.
static StructureElement getHeadingLevel4()
          Gets the structure element of tag type heading level 4.
static StructureElement getHeadingLevel5()
          Gets the structure element of tag type heading level 5.
static StructureElement getHeadingLevel6()
          Gets the structure element of tag type heading level 6.
static StructureElement getIndex()
          Gets the structure element of tag type index.
static StructureElement getLabel()
          Gets the structure element of tag type label.
static StructureElement getLink()
          Gets the structure element of tag type link.
static StructureElement getList()
          Gets the structure element of tag type list.
static StructureElement getListBody()
          Gets the structure element of tag type list body.
static StructureElement getListItem()
          Gets the structure element of tag type list item.
static StructureElement getNonStructuralElement()
          Gets the structure element of tag type nonstructural element.
static StructureElement getNote()
          Gets the structure element of tag type note.
static StructureElement getParagraph()
          Gets the structure element of tag type paragraph.
static StructureElement getPart()
          Gets the structure element of tag type part.
static StructureElement getPrivate()
          Gets the structure element of tag type private.
static StructureElement getQuotation()
          Gets the structure element of tag type quotation.
static StructureElement getReference()
          Gets the structure element of tag type reference.
static StructureElement getRuby()
          Gets the structure element of tag type ruby.
static StructureElement getSection()
          Gets the structure element of tag type section.
static StructureElement getSpan()
          Gets the structure element of tag type span.
static StructureElement getTable()
          Gets the structure element of tag type table.
static StructureElement getTableBodyRowGroup()
          Gets the structure element of tag type table body row group.
static StructureElement getTableDataCell()
          Gets the structure element of table data cell.
static StructureElement getTableFooterRowGroup()
          Gets the structure element of tag type table footer row group.
static StructureElement getTableHeader()
          Gets the structure element of tag type table header.
static StructureElement getTableHeaderRowGroup()
          Gets the structure element of tag type table header row group.
static StructureElement getTableOfContent()
          Gets the structure element of tag type table of content.
static StructureElement getTableOfContentItem()
          Gets the structure element of tag type table of content item.
static StructureElement getTableRow()
          Gets the structure element of tag type table row.
abstract  TagType getTagType()
          Gets the tag type.
static StructureElement getWarichu()
          Gets the structure element of tag type warichu.
 
Methods inherited from class com.cete.dynamicpdf.Resource
draw, getRequiredPdfObjects, getResourceType, getUid, newUid
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Tag

public Tag()
Method Detail

getTagType

public abstract TagType getTagType()
Gets the tag type.

Returns:
a TagType object for Tag representing page element in structure.

getAnnotation

public static StructureElement getAnnotation()
Gets the structure element of tag type annotation.

Returns:
a StructureElement object with "Annot" as a standard tagtype.

getArticle

public static StructureElement getArticle()
Gets the structure element of tag type article.

Returns:
a StructureElement object with "Art" as a standard tagtype.

getBibliographyEntry

public static StructureElement getBibliographyEntry()
Gets the structure element of tag type bibliography entry.

Returns:
a StructureElement object with "BibEntry" as a standard tagtype.

getBlockQuotation

public static StructureElement getBlockQuotation()
Gets the structure element of tag type block quotation.

Returns:
a StructureElement object with "BlockQuote" as a standard tagtype.

getCaption

public static StructureElement getCaption()
Gets the structure element of tag type caption.

Returns:
a StructureElement object with "Caption" as a standard tagtype.

getCode

public static StructureElement getCode()
Gets the structure element of tag type code.

Returns:
a StructureElement object with "Code" as a standard tagtype.

getDivision

public static StructureElement getDivision()
Gets the structure element of tag type division.

Returns:
a StructureElement object with "Div" as a standard tagtype.

getDocument

public static StructureElement getDocument()
Gets the structure element of tag type document.

Returns:
a StructureElement object with "Document" as a standard tagtype.

getFigure

public static StructureElement getFigure()
Gets the structure element of tag type figure.

Returns:
a StructureElement object with "Figure" as a standard tagtype.

getForm

public static StructureElement getForm()
Gets the structure element of tag type form.

Returns:
a StructureElement object with "Form" as a standard tagtype.

getFormula

public static StructureElement getFormula()
Gets the structure element of tag type formula.

Returns:
a StructureElement object with "Formula" as a standard tagtype.

getHeading

public static StructureElement getHeading()
Gets the structure element of tag type heading.

Returns:
a StructureElement object with "H" as a standard tagtype.

getHeadingLevel1

public static StructureElement getHeadingLevel1()
Gets the structure element of tag type heading level 1.

Returns:
a StructureElement object with "H1" as a standard tagtype.

getHeadingLevel2

public static StructureElement getHeadingLevel2()
Gets the structure element of tag type heading level 2.

Returns:
a StructureElement object with "H2" as a standard tagtype.

getHeadingLevel3

public static StructureElement getHeadingLevel3()
Gets the structure element of tag type heading level 3.

Returns:
a StructureElement object with "H3" as a standard tagtype.

getHeadingLevel4

public static StructureElement getHeadingLevel4()
Gets the structure element of tag type heading level 4.

Returns:
a StructureElement object with "H4" as a standard tagtype.

getHeadingLevel5

public static StructureElement getHeadingLevel5()
Gets the structure element of tag type heading level 5.

Returns:
a StructureElement object with "H5" as a standard tagtype.

getHeadingLevel6

public static StructureElement getHeadingLevel6()
Gets the structure element of tag type heading level 6.

Returns:
a StructureElement object with "H6" as a standard tagtype.

getIndex

public static StructureElement getIndex()
Gets the structure element of tag type index.

Returns:
a StructureElement object with "Index" as a standard tagtype.

getList

public static StructureElement getList()
Gets the structure element of tag type list.

Returns:
a StructureElement object with "L" as a standard tagtype.

getLabel

public static StructureElement getLabel()
Gets the structure element of tag type label.

Returns:
a StructureElement object with "Lbl" as a standard tagtype.

getListBody

public static StructureElement getListBody()
Gets the structure element of tag type list body.

Returns:
a StructureElement object with "LBody" as a standard tagtype.

getListItem

public static StructureElement getListItem()
Gets the structure element of tag type list item.

Returns:
a StructureElement object with "LI" as a standard tagtype.

getLink

public static StructureElement getLink()
Gets the structure element of tag type link.

Returns:
a StructureElement object with "Link" as a standard tagtype.

getNonStructuralElement

public static StructureElement getNonStructuralElement()
Gets the structure element of tag type nonstructural element.

Returns:
a StructureElement object with "NonStruct" as a standard tagtype.

getNote

public static StructureElement getNote()
Gets the structure element of tag type note.

Returns:
a StructureElement object with "Note" as a standard tagtype.

getParagraph

public static StructureElement getParagraph()
Gets the structure element of tag type paragraph.

Returns:
a StructureElement object with "P" as a standard tagtype.

getPart

public static StructureElement getPart()
Gets the structure element of tag type part.

Returns:
a StructureElement object with "Part" as a standard tagtype.

getPrivate

public static StructureElement getPrivate()
Gets the structure element of tag type private.

Returns:
a StructureElement object with "Private" as a standard tagtype.

getQuotation

public static StructureElement getQuotation()
Gets the structure element of tag type quotation.

Returns:
a StructureElement object with "Quote" as a standard tagtype.

getReference

public static StructureElement getReference()
Gets the structure element of tag type reference.

Returns:
a StructureElement object with "Reference" as a standard tagtype.

getRuby

public static StructureElement getRuby()
Gets the structure element of tag type ruby.

Returns:
a StructureElement object with "Ruby" as a standard tagtype.

getSection

public static StructureElement getSection()
Gets the structure element of tag type section.

Returns:
a StructureElement object with "Sect" as a standard tagtype.

getSpan

public static StructureElement getSpan()
Gets the structure element of tag type span.

Returns:
a StructureElement object with "Span" as a standard tagtype.

getTable

public static StructureElement getTable()
Gets the structure element of tag type table.

Returns:
a StructureElement object with "Table" as a standard tagtype.

getTableBodyRowGroup

public static StructureElement getTableBodyRowGroup()
Gets the structure element of tag type table body row group.

Returns:
a StructureElement object with "TBody" as a standard tagtype.

getTableDataCell

public static StructureElement getTableDataCell()
Gets the structure element of table data cell.

Returns:
a StructureElement object with "TD" as a standard tagtype.

getTableFooterRowGroup

public static StructureElement getTableFooterRowGroup()
Gets the structure element of tag type table footer row group.

Returns:
a StructureElement object with "TFoot" as a standard tagtype.

getTableHeader

public static StructureElement getTableHeader()
Gets the structure element of tag type table header.

Returns:
a StructureElement object with "TH" as a standard tagtype.

getTableHeaderRowGroup

public static StructureElement getTableHeaderRowGroup()
Gets the structure element of tag type table header row group.

Returns:
a StructureElement object with "THead" as a standard tagtype.

getTableOfContent

public static StructureElement getTableOfContent()
Gets the structure element of tag type table of content.

Returns:
a StructureElement object with "TOC" as a standard tagtype.

getTableOfContentItem

public static StructureElement getTableOfContentItem()
Gets the structure element of tag type table of content item.

Returns:
a StructureElement object with "TOCI" as a standard tagtype.

getTableRow

public static StructureElement getTableRow()
Gets the structure element of tag type table row.

Returns:
a StructureElement object with "TR" as a standard tagtype.

getWarichu

public static StructureElement getWarichu()
Gets the structure element of tag type warichu.

Returns:
a StructureElement object with "Warichu" as a standard tagtype.

getArtifact

public static Artifact getArtifact()
Gets the artifact.

Returns:
a Artifact object with "Artifact" as a marked content tagtype.

DynamicPDF by ceTe Software

API Reference for DynamicPDF v10.04 for Java generated on September 25, 2019
© Copyright 2019, ceTe Software