public class DefaultAppearance extends Object
CSContent for the default
appearance content stream fragment in a PDAcroFormField.| Modifier and Type | Class and Description |
|---|---|
class |
DefaultAppearance.DefaultAppearanceDevice
An embedded "device" to gather information from the default appearance
string.
|
| Constructor and Description |
|---|
DefaultAppearance(PDAcroFormNode node) |
| Modifier and Type | Method and Description |
|---|---|
PDFont |
getFont() |
float[] |
getFontColorValues()
parse the requested font color from the default appearance string
|
COSName |
getFontName() |
float |
getFontSize() |
PDAcroFormNode |
getNode() |
void |
setFont(PDFont font) |
void |
setFontColorValues(float[] color) |
void |
setFontName(COSName pFontName) |
void |
setFontSize(float pFontSize) |
public DefaultAppearance(PDAcroFormNode node)
public PDFont getFont()
public float[] getFontColorValues()
IllegalStateExceptionpublic COSName getFontName()
public float getFontSize()
public PDAcroFormNode getNode()
public void setFont(PDFont font)
public void setFontColorValues(float[] color)
public void setFontName(COSName pFontName)
public void setFontSize(float pFontSize)
Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.