_FileSelect, _Password
_disableUpdateAppearance
Constructor and Description |
---|
ButtonField()
Button field constructor for Generator.
|
ButtonField(Page page,
Rectangle rect)
ButtonField constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
addImage(BufferedImage image)
Adds image into the field resources an draws it.
|
void |
addImage(BufferedImage image,
boolean fillArea) |
String |
getAlternateCaption()
Gets alternate caption of the button which shall be displayed
when the mouse button is pressed within its active area.
|
XForm |
getAlternateIcon()
Gets alternate icon which shall be displayed when the mouse button is pressed within its active area.
|
IconFit |
getIconFit()
Gets icon fit object specifying how the widget annotation's icon shall be displayed within its annotation rectangle.
|
int |
getICPosition()
Gets or sets icon caption position.
|
String |
getNormalCaption()
Gets normal caption.
|
XForm |
getNormalIcon()
Gets normal icon of the button which shall be displayed when it is not interacting with the user.
|
String |
getRolloverCaption()
Gets rollover caption of button which shall be displayed when the user rolls the cursor
into its active area without pressing the mouse button.
|
XForm |
getRolloverIcon()
Gets rollover icon of the button which shall be displayed when the user
rolls the cursor into its active area without pressing the mouse button.
|
void |
setAlternateCaption(String value)
Sets alternate caption of the button which shall be displayed
when the mouse button is pressed within its active area.
|
void |
setAlternateIcon(XForm value)
Sets alternate icon which shall be displayed when the mouse button is pressed within its active area.
|
void |
setICPosition(int value) |
void |
setNormalCaption(String value)
Sets normal caption.
|
void |
setNormalIcon(XForm value)
Sets normal icon of the button which shall be displayed when it is not interacting with the user.
|
void |
setRolloverCaption(String value)
Sets rollover caption of button which shall be displayed when the user rolls the cursor
into its active area without pressing the mouse button.
|
void |
setRolloverIcon(XForm value)
Sets rollover icon of the button which shall be displayed when the user
rolls the cursor into its active area without pressing the mouse button.
|
copyTo, flatten, get_Item, get_Item, getAlternateName, getAnnotationIndex, getFitIntoRectangle, getMappingName, getPageIndex, getPartialName, getRect, getSyncRoot, getValue, isGroup, isSharedField, isSynchronized, iterator, recalculate, setAlternateName, setAnnotationIndex, setFieldImage, setFitIntoRectangle, setMappingName, setPartialName, setPosition, setRect, setSharedField, setValue, size, updateAppearances
accept, getActions, getDefaultAppearance, getExportable, getHighlighting, getOnActivated, getParent, getReadOnly, getRequired, setDefaultAppearance, setExportable, setHighlighting, setOnActivated, setReadOnly, setRequired
getActiveState, getAlignment, getAppearance, getBorder, getCharacteristics, getColor, getContents, getEngineDict, getEngineObj, getFlags, getFullName, getHeight, getHorizontalAlignment_Annotation_New, getModified, getModifiedInternal, getName, getNormalAppearance, getPage, getPageIndex, getStates, getUseFontSubset, getWidth, initialize, setActiveState, setAlignment, setBorder, setColor_Rename_Namesake, setColor, setContents, setFlags, setHeight, setHorizontalAlignment_Annotation_New, setModified, setModifiedInternal, setName, setUseFontSubset, setWidth
getHorizontalAlignment, getMargin, isInNewPage, isKeptWithNext, setHorizontalAlignment, setInNewPage, setKeptWithNext, setMargin, setVerticalAlignment
public String getNormalCaption()
Gets normal caption.
public void setNormalCaption(String value)
Sets normal caption.
public String getRolloverCaption()
Gets rollover caption of button which shall be displayed when the user rolls the cursor into its active area without pressing the mouse button.
public void setRolloverCaption(String value)
Sets rollover caption of button which shall be displayed when the user rolls the cursor into its active area without pressing the mouse button.
public String getAlternateCaption()
Gets alternate caption of the button which shall be displayed when the mouse button is pressed within its active area.
public void setAlternateCaption(String value)
Sets alternate caption of the button which shall be displayed when the mouse button is pressed within its active area.
public XForm getNormalIcon()
Gets normal icon of the button which shall be displayed when it is not interacting with the user.
public void setNormalIcon(XForm value)
Sets normal icon of the button which shall be displayed when it is not interacting with the user.
public XForm getRolloverIcon()
Gets rollover icon of the button which shall be displayed when the user rolls the cursor into its active area without pressing the mouse button.
public void setRolloverIcon(XForm value)
Sets rollover icon of the button which shall be displayed when the user rolls the cursor into its active area without pressing the mouse button.
public XForm getAlternateIcon()
Gets alternate icon which shall be displayed when the mouse button is pressed within its active area.
public void setAlternateIcon(XForm value)
Sets alternate icon which shall be displayed when the mouse button is pressed within its active area.
public IconFit getIconFit()
Gets icon fit object specifying how the widget annotation's icon shall be displayed within its annotation rectangle.
public int getICPosition()
Gets or sets icon caption position.
public void setICPosition(int value)
public void addImage(BufferedImage image)
Adds image into the field resources an draws it.
image
- Image ot add into text field.public void addImage(BufferedImage image, boolean fillArea)
Copyright © 2014 Aspose. All Rights Reserved.