| |
|
| java.lang.Object de.intarsys.pdf.pd.DefaultAppearance
DefaultAppearance | public class DefaultAppearance (Code) | | A internal representation of the parsed
CSContent for the default
appearance content stream fragment in a
PDAcroFormField .
|
fontSize | protected float fontSize(Code) | | |
nonStrokeColorSpaceName | protected COSName nonStrokeColorSpaceName(Code) | | |
nonStrokeColorValues | protected float[] nonStrokeColorValues(Code) | | |
strokeColorValues | protected float[] strokeColorValues(Code) | | |
contentReplaceColor | protected void contentReplaceColor(float[] color)(Code) | | |
contentReplaceFont | protected void contentReplaceFont(COSName pFontName)(Code) | | |
contentReplaceSize | protected void contentReplaceSize(float pFontSize)(Code) | | |
getFontColorValues | public float[] getFontColorValues()(Code) | | parse the requested font color from the default appearance string
the font color used in the default appearance throws: IllegalStateException - |
getFontSize | public float getFontSize()(Code) | | |
setFontColorValues | public void setFontColorValues(float[] color)(Code) | | |
setFontSize | public void setFontSize(float pFontSize)(Code) | | |
|
|
|