|
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.pageelements.CellPadding
public class CellPadding
Represents the cell padding.
| Constructor Summary | |
|---|---|
CellPadding(float value)
Initializes a new instance of the Padding class. |
|
| Method Summary | |
|---|---|
float |
getBottom()
Gets the bottom padding value for the cell. |
float |
getLeft()
Gets the left padding value for the cell. |
float |
getRight()
Gets the right padding value for the cell. |
float |
getTop()
Gets the top padding value for the cell. |
float |
getValue()
Gets the value of the cell padding. |
void |
setBottom(float value)
Sets the bottom padding value for the cell. |
void |
setLeft(float value)
Sets the left padding value for the cell. |
void |
setRight(float value)
Sets the right padding value for the cell. |
void |
setTop(float value)
Sets the top padding value for the cell. |
void |
setValue(float value)
Sets the value of the cell padding. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CellPadding(float value)
Padding class.
value - padding value for all sides of the cell.| Method Detail |
|---|
public float getValue()
public void setValue(float value)
value - the value of the cell padding.public float getTop()
public void setTop(float value)
value - the top padding value for the cell.public float getBottom()
public void setBottom(float value)
value - the bottom padding value for the cell.public float getLeft()
public void setLeft(float value)
value - the left padding value for the cell.public float getRight()
public void setRight(float value)
value - the right padding value for the cell.
|
DynamicPDF by ceTe Software | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||