|
DynamicPDF by ceTe Software | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--com.cete.dynamicpdf.PageElement
|
+--com.cete.dynamicpdf.pageelements.TaggablePageElement
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 |
protected TaggablePageElement()
TaggablePageElement class.
| Method Detail |
public Tag getTag()
Licensing:
This class is a DynamicPDF Generator Enterprise Edition
feature. One of the following licenses is required for non-evaluation usage:
public void setTag(Tag tag)
Licensing:
This class is a DynamicPDF Generator Enterprise Edition
feature. One of the following licenses is required for non-evaluation usage:
tag - a tag for taggable page element.public int getTagOrder()
public void setTagOrder(int tagOrder)
tagOrder - a value indicating order in the structure hierarchy.public void draw(PageWriter writer)
PageElementPageWriter class.
draw in class PageElementwriter - the PageWriter class to receive the page elements output.PageWriter
|
DynamicPDF by ceTe Software | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||