public abstract class FontBlock extends Block
Block.PdfElement| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Double |
fontSize |
align, CONDITION_REGEXP, spacingAfter| Constructor and Description |
|---|
FontBlock() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFont() |
com.itextpdf.text.BaseColor |
getFontColorVal() |
double |
getFontSize() |
protected com.itextpdf.text.Font |
getPdfFont() |
void |
setFont(java.lang.String font) |
void |
setFontColor(java.lang.String fontColor) |
void |
setFontEncoding(java.lang.String fontEncoding) |
void |
setFontSize(double fontSize) |
void |
setFontSize(java.lang.Double fontSize) |
getAlign, getBackgroundColorVal, getMap, getMaxValueIfZero, getMaxValueIfZero, getVertAlign, isAbsolute, isVisible, render, setAlign, setBackgroundColor, setCondition, setSpacingAfter, setVertAlign, testCondition, validatepublic void setFont(java.lang.String font)
public void setFontSize(java.lang.Double fontSize)
public void setFontSize(double fontSize)
public java.lang.String getFont()
public double getFontSize()
public void setFontEncoding(java.lang.String fontEncoding)
protected com.itextpdf.text.Font getPdfFont()
public void setFontColor(java.lang.String fontColor)
public com.itextpdf.text.BaseColor getFontColorVal()