|
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.pageelements.html.HtmlAreaPadding
public class HtmlAreaPadding
This class can be used to place padding on a HTML Area.
Licensing:
This class is a DynamicPDF Generator Professional Edition
feature. One of the following licenses is required for non-evaluation usage:
Constructor Summary | |
---|---|
HtmlAreaPadding(float padding)
Creates a new instance of the HtmlAreaPadding class. |
|
HtmlAreaPadding(float top,
float right,
float bottom,
float left)
Creates a new instance of the HtmlAreaPadding class. |
Method Summary | |
---|---|
float |
getBottom()
Gets the bottom padding of the HTML Area. |
float |
getLeft()
Gets the left padding of the HTML Area. |
float |
getRight()
Gets the right padding of the HTML Area. |
float |
getTop()
Gets the top padding of the HTML Area. |
void |
setBottom(float value)
Sets the bottom padding of the HTML Area. |
void |
setLeft(float value)
Sets the left padding of the HTML Area. |
void |
setRight(float value)
Sets the right padding of the HTML Area. |
void |
setTop(float value)
Sets the top padding of the HTML Area. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HtmlAreaPadding(float padding)
HtmlAreaPadding
class.
padding
- Padding of the four sides of HTML Area.public HtmlAreaPadding(float top, float right, float bottom, float left)
HtmlAreaPadding
class.
top
- top padding of the HTML Area.right
- right padding of the HTML Area.bottom
- bottom padding of the HTML Area.left
- left padding of the HTML Area.Method Detail |
---|
public float getTop()
public void setTop(float value)
value
- the top padding of the HTML Area.public float getRight()
public void setRight(float value)
value
- the right padding of the HTML Area.public float getBottom()
public void setBottom(float value)
value
- the bottom padding of the HTML Area.public float getLeft()
public void setLeft(float value)
value
- the left padding of the HTML Area.
|
DynamicPDF by ceTe Software | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |