DynamicPDF by ceTe Software

com.cete.dynamicpdf.pageelements
Class CellPadding

java.lang.Object
  extended by com.cete.dynamicpdf.pageelements.CellPadding

public class CellPadding
extends java.lang.Object

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

CellPadding

public CellPadding(float value)
Initializes a new instance of the Padding class.

Parameters:
value - padding value for all sides of the cell.
Method Detail

getValue

public float getValue()
Gets the value of the cell padding.

Returns:
the value of the cell padding.

setValue

public void setValue(float value)
Sets the value of the cell padding.

Parameters:
value - the value of the cell padding.

getTop

public float getTop()
Gets the top padding value for the cell.

Returns:
the top padding value for the cell.

setTop

public void setTop(float value)
Sets the top padding value for the cell.

Parameters:
value - the top padding value for the cell.

getBottom

public float getBottom()
Gets the bottom padding value for the cell.

Returns:
the bottom padding value for the cell.

setBottom

public void setBottom(float value)
Sets the bottom padding value for the cell.

Parameters:
value - the bottom padding value for the cell.

getLeft

public float getLeft()
Gets the left padding value for the cell.

Returns:
the left padding value for the cell.

setLeft

public void setLeft(float value)
Sets the left padding value for the cell.

Parameters:
value - the left padding value for the cell.

getRight

public float getRight()
Gets the right padding value for the cell.

Returns:
the right padding value for the cell.

setRight

public void setRight(float value)
Sets the right padding value for the cell.

Parameters:
value - the right padding value for the cell.

DynamicPDF by ceTe Software

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