DynamicPDF by ceTe Software

com.cete.dynamicpdf.pageelements
Class TaggablePageElement

java.lang.Object
  extended by com.cete.dynamicpdf.PageElement
      extended by com.cete.dynamicpdf.pageelements.TaggablePageElement
Direct Known Subclasses:
BackgroundImage, Circle, Dim2Barcode, FormElement, Line, Link, Note, Path, RotatingPageElement, StackedGS1DataBar, Watermark

public abstract class TaggablePageElement
extends PageElement

Base class from which taggable page elements are derived.


Constructor Summary
protected TaggablePageElement()
          Initializes a new instance of the TaggablePageElement class.
 
Method Summary
 void draw(PageWriter writer)
          Draws the page element to the given PageWriter class.
 Tag getTag()
          Gets the tag of the taggable element.
 int getTagOrder()
          Gets the tag order of the taggable element.
 void setTag(Tag tag)
          Sets the tag of the taggable element.
 void setTagOrder(int tagOrder)
          Sets the tag order of the taggable element.
 
Methods inherited from class com.cete.dynamicpdf.PageElement
getRequiredLicenseLevel, getStrID, setRequiredLicenseLevel, setStrID
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TaggablePageElement

protected TaggablePageElement()
Initializes a new instance of the TaggablePageElement class.

Method Detail

getTag

public Tag getTag()
Gets the tag of the taggable element.

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

Returns:
a tag for taggable page element.

setTag

public void setTag(Tag tag)
Sets the tag of the taggable element.

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

Parameters:
tag - a tag for taggable page element.

getTagOrder

public int getTagOrder()
Gets the tag order of the taggable element.

Returns:
a value indicating order in the structure hierarchy.

setTagOrder

public void setTagOrder(int tagOrder)
Sets the tag order of the taggable element.

Parameters:
tagOrder - a value indicating order in the structure hierarchy.

draw

public void draw(PageWriter writer)
Description copied from class: PageElement
Draws the page element to the given PageWriter class.

Specified by:
draw in class PageElement
Parameters:
writer - the PageWriter class to receive the page elements output.
See Also:
PageWriter

DynamicPDF by ceTe Software

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