_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(android.graphics.Bitmap bitmap) |
void |
addImage(com.aspose.java.awt.image.BufferedImage image)
Adds image into the field resources an draws it.
|
void |
addImage(com.aspose.java.awt.image.BufferedImage image,
boolean fillArea)
Adds image into the field resources an draws it.
|
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)
Sets icon caption position.
|
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, getMappingName, getPageIndex, getPartialName, getRect, getSyncRoot, getValue, isGroup, isSharedField, isSharedField, isSynchronized, iterator, recalculate, setAlternateName, setAnnotationIndex, setFieldImage, setFitIntoRectangle, setMappingName, setPartialName, setPosition, setRect, 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, getWidth, initialize, setActiveState, setAlignment, setBorder, setColor, setContents, setFlags, setHeight, setHorizontalAlignment_Annotation_New, setModified, setModifiedInternal, setName, setWidth
deepClone, getMargin, isKeptWithNext, isKeptWithNext, setHorizontalAlignment, setMargin, setVerticalAlignment
public String getNormalCaption()
Gets normal caption.
public void setNormalCaption(String value)
Sets normal caption.
value
- String valuepublic 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.
value
- String valuepublic 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.
value
- String valuepublic 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.
value
- XForm objectpublic 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.
value
- XForm objectpublic 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.
value
- XForm objectpublic 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.
IconCaptionPosition
public void setICPosition(int value)
Sets icon caption position.
value
- icon caption position.IconCaptionPosition
public void addImage(android.graphics.Bitmap bitmap)
public void addImage(com.aspose.java.awt.image.BufferedImage image)
Adds image into the field resources an draws it.
image
- Image ot add into text field.public void addImage(com.aspose.java.awt.image.BufferedImage image, boolean fillArea)
Adds image into the field resources an draws it.
image
- Image ot add into text field.fillArea
- boolean valuesCopyright © 2017 Aspose. All Rights Reserved.