|
DynamicPDF by ceTe Software | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.cete.dynamicpdf.PageElement
public abstract class PageElement
Base class from which all page elements are derived.
Licensing:
This class is a DynamicPDF Generator Professional Edition
feature. One of the following licenses is required for non-evaluation usage:
| Constructor Summary | |
|---|---|
protected |
PageElement()
Initializes a new instance of the PageElement class. |
| Method Summary | |
|---|---|
abstract void |
draw(PageWriter writer)
Draws the page element to the given PageWriter class. |
boolean |
getIgnoreMargins()
Gets ignore margin property. |
RelativeTo |
getRelativeTo()
Gets placement of the page element on the page. |
java.lang.String |
getStrID()
Gets the ID of the page element. |
void |
setIgnoreMargins(boolean value)
Sets ignore margin property. |
void |
setRelativeTo(RelativeTo value)
Sets placement of the page element on the page. |
protected void |
setRequiredLicenseLevel(int level)
Sets the required license level. |
void |
setStrID(java.lang.String strID)
Sets the ID of the page element. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected PageElement()
PageElement class.
| Method Detail |
|---|
public void setStrID(java.lang.String strID)
strID - the String value indicating the ID of the page element.public java.lang.String getStrID()
public RelativeTo getRelativeTo()
public void setRelativeTo(RelativeTo value)
value - placement of the page element on the page.public boolean getIgnoreMargins()
public void setIgnoreMargins(boolean value)
value - ignore margin property.public abstract void draw(PageWriter writer)
PageWriter class.
writer - the PageWriter class to receive the page elements output.PageWriterprotected void setRequiredLicenseLevel(int level)
level - the int value indicating the license level.
|
DynamicPDF by ceTe Software | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||