public class PDAppearanceCharacteristics extends PDObject
| Modifier and Type | Class and Description |
|---|---|
static class |
PDAppearanceCharacteristics.MetaClass
The meta class implementation
|
| Modifier and Type | Field and Description |
|---|---|
static COSName |
DK_AC |
static COSName |
DK_BC |
static COSName |
DK_BG |
static COSName |
DK_CA |
static COSName |
DK_I |
static COSName |
DK_IF |
static COSName |
DK_IX |
static COSName |
DK_R |
static COSName |
DK_RC |
static COSName |
DK_RI |
static COSName |
DK_TP
The name for the caption entry.
|
static PDAppearanceCharacteristics.MetaClass |
META
The meta class instance
|
static int |
TP_CAPTION_ABOVE_ICON |
static int |
TP_CAPTION_BELOW_ICON |
static int |
TP_CAPTION_LEFT_OF_ICON |
static int |
TP_CAPTION_ONLY |
static int |
TP_CAPTION_OVERLAIS_ICON |
static int |
TP_CAPTION_RIGHT_OF_ICON |
static int |
TP_ICON_ONLY |
DK_Subtype, DK_Type| Modifier and Type | Method and Description |
|---|---|
COSStream |
cosGetDownIcon() |
COSStream |
cosGetNormalIcon() |
COSStream |
cosGetRolloverIcon() |
COSStream |
cosSetDownIcon(COSStream newDownIcon) |
COSStream |
cosSetNormalIcon(COSStream newNormalIcon) |
COSStream |
cosSetRolloverIcon(COSStream newRolloverIcon) |
float[] |
getBackgroundColor() |
float[] |
getBorderColor() |
String |
getDownCaption() |
PDIconFit |
getIconFit() |
String |
getNormalCaption() |
String |
getRolloverCaption() |
int |
getRotation() |
int |
getTextPosition() |
void |
setBackgroundColor(float[] newBackgroundColor) |
void |
setBorderColor(float[] newBorderColor) |
void |
setDownCaption(String newDownCaption) |
void |
setIconFit(PDIconFit newIconFit) |
void |
setNormalCaption(String newNormalCaption) |
void |
setRolloverCaption(String newRolloverCaption) |
void |
setRotation(int newRotation) |
void |
setTextPosition(int newPositionTextIcon) |
cosGetFieldDescendant, cosGetFieldInheritable, cosGetFieldInherited, cosGetSubtype, cosGetType, cosRemoveFieldInheritable, cosSetFieldInheritable, cosSetSubtype, cosSetType, getDoc, getGenericChildren, getGenericParent, setGenericParent, toStringchanged, cosGetArray, cosGetDict, cosGetDoc, cosGetField, cosGetObject, cosGetStream, cosHasField, cosRemoveField, cosSetField, getAttribute, getFieldBoolean, getFieldDate, getFieldFixed, getFieldFixedArray, getFieldInt, getFieldMLString, getFieldString, invalidateCaches, removeAttribute, setAttribute, setFieldBoolean, setFieldFixed, setFieldInt, setFieldMLString, setFieldName, setFieldObject, setFieldStringpublic static final COSName DK_AC
public static final COSName DK_BC
public static final COSName DK_BG
public static final COSName DK_CA
public static final COSName DK_I
public static final COSName DK_IF
public static final COSName DK_IX
public static final COSName DK_R
public static final COSName DK_RC
public static final COSName DK_RI
public static final int TP_CAPTION_ONLY
public static final int TP_ICON_ONLY
public static final int TP_CAPTION_BELOW_ICON
public static final int TP_CAPTION_ABOVE_ICON
public static final int TP_CAPTION_RIGHT_OF_ICON
public static final int TP_CAPTION_LEFT_OF_ICON
public static final int TP_CAPTION_OVERLAIS_ICON
public static final COSName DK_TP
The name could have following values (not complete):
public static final PDAppearanceCharacteristics.MetaClass META
public float[] getBackgroundColor()
public float[] getBorderColor()
public String getDownCaption()
public COSStream cosGetDownIcon()
public PDIconFit getIconFit()
public String getNormalCaption()
public COSStream cosGetNormalIcon()
public int getTextPosition()
public String getRolloverCaption()
public COSStream cosGetRolloverIcon()
public int getRotation()
public void setBackgroundColor(float[] newBackgroundColor)
public void setBorderColor(float[] newBorderColor)
public void setDownCaption(String newDownCaption)
public void setIconFit(PDIconFit newIconFit)
public void setNormalCaption(String newNormalCaption)
public void setTextPosition(int newPositionTextIcon)
public void setRolloverCaption(String newRolloverCaption)
public void setRotation(int newRotation)
Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.