|
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.CellDefault
public class CellDefault
Represents the default value of the cell.
Method Summary | |
---|---|
TextAlign |
getAlign()
Gets the TextAlign enumeration to use for the horizontal alignment of each cell. |
com.cete.dynamicpdf.pageelements.InheritableBoolean |
getAutoLeading()
Gets whether the leading of the cell should be calculated automatically. |
Color |
getBackgroundColor()
Gets the Color object to use for the background of the table. |
Border |
getBorder()
Gets the Border object for the cells. |
Font |
getFont()
Gets the Font object to use for the row. |
float |
getFontSize()
Gets the font size to use for the cell. |
float |
getLeading()
Gets the leading for the text of the cell. |
CellPadding |
getPadding()
Gets the Padding object for the cells. |
float |
getParagraphIndent()
Gets the paragraph indent for the paragraphs of the cell. |
float |
getParagraphSpacing()
Gets the paragraph spacing for the paragraphs of the cell. |
com.cete.dynamicpdf.pageelements.InheritableBoolean |
getRightToLeft()
Gets a value specifying whether the text in the cell will be displayed right to left. |
Color |
getTextColor()
Gets the Color object to use for the text in the cell. |
com.cete.dynamicpdf.pageelements.InheritableBoolean |
getUnderline()
Gets a value specifying whether the text in the cell will be underlined. |
VAlign |
getVAlign()
Gets the VAlign enumeration to use for the vertical alignment of each cell. |
void |
setAlign(TextAlign value)
Sets the TextAlign enumeration to use for the horizontal alignment of each cell. |
void |
setAutoLeading(com.cete.dynamicpdf.pageelements.InheritableBoolean value)
Sets whether the leading of the cell should be calculated automatically. |
void |
setBackgroundColor(Color value)
Gets the Color object to use for the background of the table. |
void |
setFont(Font value)
Sets the Font object to use for the row. |
void |
setFontSize(float value)
Sets the font size to use for the cell. |
void |
setLeading(float value)
Sets the leading for the text of the cell. |
void |
setPadding(CellPadding value)
Sets the Padding object for the cells. |
void |
setParagraphIndent(float value)
Sets the paragraph indent for the paragraphs of the cell. |
void |
setParagraphSpacing(float value)
Sets the paragraph spacing for the paragraphs of the cell. |
void |
setRightToLeft(com.cete.dynamicpdf.pageelements.InheritableBoolean value)
Sets a value specifying whether the text in the cell will be displayed right to left. |
void |
setTextColor(Color value)
Sets the Color object to use for the text in the cell. |
void |
setUnderline(com.cete.dynamicpdf.pageelements.InheritableBoolean value)
Sets a value specifying whether the text in the cell will be underlined. |
void |
setVAlign(VAlign value)
Sets the VAlign enumeration to use for the vertical alignment of each cell. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public Font getFont()
Font
object to use for the row.
Font
public void setFont(Font value)
Font
object to use for the row.
value
- font of the cells.Font
public float getFontSize()
public void setFontSize(float value)
value
- the font size to use for the cells.public Color getTextColor()
Color
object to use for the text in the cell.
Color
public void setTextColor(Color value)
Color
object to use for the text in the cell.
value
- the text color to use for the cell.Color
public TextAlign getAlign()
TextAlign
enumeration to use for the horizontal alignment of each cell.
TextAlign
public void setAlign(TextAlign value)
TextAlign
enumeration to use for the horizontal alignment of each cell.
value
- the text alignment to use for the cell.TextAlign
public VAlign getVAlign()
VAlign
enumeration to use for the vertical alignment of each cell.
VAlign
public void setVAlign(VAlign value)
VAlign
enumeration to use for the vertical alignment of each cell.
value
- the vertical alignment to use for the cell.VAlign
public Color getBackgroundColor()
Color
object to use for the background of the table.
Color
public void setBackgroundColor(Color value)
Color
object to use for the background of the table.
value
- the background color to use for the cell.Color
public com.cete.dynamicpdf.pageelements.InheritableBoolean getAutoLeading()
public void setAutoLeading(com.cete.dynamicpdf.pageelements.InheritableBoolean value)
This method is automatically set to false any time the
setLeading(float value)
method is set.
value
- public float getLeading()
public void setLeading(float value)
Setting this method will automatically set the
setAutoLeading(InheritableBoolean value)
method to false.
value
- public float getParagraphIndent()
public void setParagraphIndent(float value)
value
- the paragraph indent for the paragraphs of the cell.public float getParagraphSpacing()
public void setParagraphSpacing(float value)
value
- the paragraph spacing for the paragraphs of the cell.public com.cete.dynamicpdf.pageelements.InheritableBoolean getRightToLeft()
public void setRightToLeft(com.cete.dynamicpdf.pageelements.InheritableBoolean value)
value
- the right to left property of the cell.public com.cete.dynamicpdf.pageelements.InheritableBoolean getUnderline()
public void setUnderline(com.cete.dynamicpdf.pageelements.InheritableBoolean value)
value
- the underline property of the cell.public CellPadding getPadding()
Padding
object for the cells.
CellPadding
public void setPadding(CellPadding value)
Padding
object for the cells.
value
- the padding of the cells.CellPadding
public Border getBorder()
Border
object for the cells.
Border
|
DynamicPDF by ceTe Software | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |