DynamicPDF by ceTe Software

com.cete.dynamicpdf
Class TagType

java.lang.Object
  extended by com.cete.dynamicpdf.TagType
Direct Known Subclasses:
MarkedContentTagType, NamedTagType, StandardTagType

public abstract class TagType
extends java.lang.Object

Base class from which tag type 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
TagType()
           
 
Method Summary
static StandardTagType getAnnotation()
          Gets the annotation tag type.
static StandardTagType getArticle()
          Gets the article tag type.
static StandardTagType getBibliographyEntry()
          Gets the bibliography entry tag type.
static StandardTagType getBlockQuotation()
          Gets the block quotation tag type.
static StandardTagType getCaption()
          Gets the caption tag type.
static StandardTagType getCode()
          Gets the code tag type.
static StandardTagType getDivision()
          Gets the division tag type.
static StandardTagType getDocument()
          Gets the document tag type.
static StandardTagType getFigure()
          Gets the figure tag type.
static StandardTagType getForm()
          Gets the form tag type.
static StandardTagType getFormula()
          Gets the fromula tag type.
static StandardTagType getHeading()
          Gets the heading tag type.
static StandardTagType getHeadingLevel1()
          Gets the heading level 1 tag type.
static StandardTagType getHeadingLevel2()
          Gets the heading level 2 tag type.
static StandardTagType getHeadingLevel3()
          Gets the heading level 3 tag type.
static StandardTagType getHeadingLevel4()
          Gets the heading level 4 tag type.
static StandardTagType getHeadingLevel5()
          Gets the heading level 5 tag type.
static StandardTagType getHeadingLevel6()
          Gets the heading level 6 tag type.
static StandardTagType getHtml()
          Gets the Html tag type.
static StandardTagType getIndex()
          Gets the index tag type.
static StandardTagType getLabel()
          Gets the label tag type.
static StandardTagType getLink()
          Gets the link tag type.
static StandardTagType getList()
          Gets the list tag type.
static StandardTagType getListBody()
          Gets the list body tag type.
static StandardTagType getListItem()
          Gets the list item tag type.
static StandardTagType getNonStructuralElement()
          Gets the nonstructural element tag type.
static StandardTagType getNote()
          Gets the note tag type.
static StandardTagType getParagraph()
          Gets the paragraph tag type.
static StandardTagType getPart()
          Gets the part tag type.
static StandardTagType getPrivate()
          Gets the private tag type.
static StandardTagType getQuotation()
          Gets the quotation tag type.
static StandardTagType getReference()
          Gets the reference tag type.
static StandardTagType getRuby()
          Gets the ruby tag type.
static StandardTagType getSection()
          Gets the section tag type.
static StandardTagType getSpan()
          Gets the span tag type.
static StandardTagType getTable()
          Gets the table tag type.
static StandardTagType getTableBodyRowGroup()
          Gets the table body row group tag type.
static StandardTagType getTableDataCell()
          Gets the table data cell tag type.
static StandardTagType getTableFooterRowGroup()
          Gets the table footer row group tag type.
static StandardTagType getTableHeader()
          Gets the table header tag type.
static StandardTagType getTableHeaderRowGroup()
          Gets the table header row group tag type.
static StandardTagType getTableOfContent()
          Gets the table of contents tag type.
static StandardTagType getTableOfContentItem()
          Gets the table of contents item tag type.
static StandardTagType getTableRow()
          Gets the table row tag type.
static StandardTagType getWarichu()
          Gets the warichu tag type.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TagType

public TagType()
Method Detail

getParagraph

public static StandardTagType getParagraph()
Gets the paragraph tag type.

Returns:
a standard tagtype which is predefined.

getHeading

public static StandardTagType getHeading()
Gets the heading tag type.

Returns:
a standard tagtype which is predefined.

getHeadingLevel1

public static StandardTagType getHeadingLevel1()
Gets the heading level 1 tag type.

Returns:
a standard tagtype which is predefined.

getHeadingLevel2

public static StandardTagType getHeadingLevel2()
Gets the heading level 2 tag type.

Returns:
a standard tagtype which is predefined.

getHeadingLevel3

public static StandardTagType getHeadingLevel3()
Gets the heading level 3 tag type.

Returns:
a standard tagtype which is predefined.

getHeadingLevel4

public static StandardTagType getHeadingLevel4()
Gets the heading level 4 tag type.

Returns:
a standard tagtype which is predefined.

getHeadingLevel5

public static StandardTagType getHeadingLevel5()
Gets the heading level 5 tag type.

Returns:
a standard tagtype which is predefined.

getHeadingLevel6

public static StandardTagType getHeadingLevel6()
Gets the heading level 6 tag type.

Returns:
a standard tagtype which is predefined.

getFigure

public static StandardTagType getFigure()
Gets the figure tag type.

Returns:
a standard tagtype which is predefined.

getTable

public static StandardTagType getTable()
Gets the table tag type.

Returns:
a standard tagtype which is predefined.

getDocument

public static StandardTagType getDocument()
Gets the document tag type.

Returns:
a standard tagtype which is predefined.

getPart

public static StandardTagType getPart()
Gets the part tag type.

Returns:
a standard tagtype which is predefined.

getArticle

public static StandardTagType getArticle()
Gets the article tag type.

Returns:
a standard tagtype which is predefined.

getSection

public static StandardTagType getSection()
Gets the section tag type.

Returns:
a standard tagtype which is predefined.

getDivision

public static StandardTagType getDivision()
Gets the division tag type.

Returns:
a standard tagtype which is predefined.

getBlockQuotation

public static StandardTagType getBlockQuotation()
Gets the block quotation tag type.

Returns:
a standard tagtype which is predefined.

getCaption

public static StandardTagType getCaption()
Gets the caption tag type.

Returns:
a standard tagtype which is predefined.

getTableOfContent

public static StandardTagType getTableOfContent()
Gets the table of contents tag type.

Returns:
a standard tagtype which is predefined.

getTableOfContentItem

public static StandardTagType getTableOfContentItem()
Gets the table of contents item tag type.

Returns:
a standard tagtype which is predefined.

getIndex

public static StandardTagType getIndex()
Gets the index tag type.

Returns:
a standard tagtype which is predefined.

getNonStructuralElement

public static StandardTagType getNonStructuralElement()
Gets the nonstructural element tag type.

Returns:
a standard tagtype which is predefined.

getPrivate

public static StandardTagType getPrivate()
Gets the private tag type.

Returns:
a standard tagtype which is predefined.

getList

public static StandardTagType getList()
Gets the list tag type.

Returns:
a standard tagtype which is predefined.

getListItem

public static StandardTagType getListItem()
Gets the list item tag type.

Returns:
a standard tagtype which is predefined.

getLabel

public static StandardTagType getLabel()
Gets the label tag type.

Returns:
a standard tagtype which is predefined.

getListBody

public static StandardTagType getListBody()
Gets the list body tag type.

Returns:
a standard tagtype which is predefined.

getTableRow

public static StandardTagType getTableRow()
Gets the table row tag type.

Returns:
a standard tagtype which is predefined.

getTableHeader

public static StandardTagType getTableHeader()
Gets the table header tag type.

Returns:
a standard tagtype which is predefined.

getTableDataCell

public static StandardTagType getTableDataCell()
Gets the table data cell tag type.

Returns:
a standard tagtype which is predefined.

getTableHeaderRowGroup

public static StandardTagType getTableHeaderRowGroup()
Gets the table header row group tag type.

Returns:
a standard tagtype which is predefined.

getTableBodyRowGroup

public static StandardTagType getTableBodyRowGroup()
Gets the table body row group tag type.

Returns:
a standard tagtype which is predefined.

getTableFooterRowGroup

public static StandardTagType getTableFooterRowGroup()
Gets the table footer row group tag type.

Returns:
a standard tagtype which is predefined.

getSpan

public static StandardTagType getSpan()
Gets the span tag type.

Returns:
a standard tagtype which is predefined.

getQuotation

public static StandardTagType getQuotation()
Gets the quotation tag type.

Returns:
a standard tagtype which is predefined.

getNote

public static StandardTagType getNote()
Gets the note tag type.

Returns:
a standard tagtype which is predefined.

getReference

public static StandardTagType getReference()
Gets the reference tag type.

Returns:
a standard tagtype which is predefined.

getBibliographyEntry

public static StandardTagType getBibliographyEntry()
Gets the bibliography entry tag type.

Returns:
a standard tagtype which is predefined.

getCode

public static StandardTagType getCode()
Gets the code tag type.

Returns:
a standard tagtype which is predefined.

getLink

public static StandardTagType getLink()
Gets the link tag type.

Returns:
a standard tagtype which is predefined.

getAnnotation

public static StandardTagType getAnnotation()
Gets the annotation tag type.

Returns:
a standard tagtype which is predefined.

getRuby

public static StandardTagType getRuby()
Gets the ruby tag type.

Returns:
a standard tagtype which is predefined.

getWarichu

public static StandardTagType getWarichu()
Gets the warichu tag type.

Returns:
a standard tagtype which is predefined.

getFormula

public static StandardTagType getFormula()
Gets the fromula tag type.

Returns:
a standard tagtype which is predefined.

getForm

public static StandardTagType getForm()
Gets the form tag type.

Returns:
a standard tagtype which is predefined.

getHtml

public static StandardTagType getHtml()
Gets the Html tag type.

Returns:
a standard tagtype which is predefined.

DynamicPDF by ceTe Software

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