|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use OdfButtonType | |
|---|---|
| org.odftoolkit.odfdom.dom.element.form | |
| org.odftoolkit.odfdom.dom.type.form | |
| Uses of OdfButtonType in org.odftoolkit.odfdom.dom.element.form |
|---|
| Methods in org.odftoolkit.odfdom.dom.element.form that return OdfButtonType | |
|---|---|
OdfButtonType |
OdfImageElement.getButtonType()
Get value of attribute form:button-type. |
OdfButtonType |
OdfButtonElement.getButtonType()
Get value of attribute form:button-type. |
| Methods in org.odftoolkit.odfdom.dom.element.form with parameters of type OdfButtonType | |
|---|---|
void |
OdfImageElement.setButtonType(OdfButtonType buttonType)
Set value of attribute form:button-type. |
void |
OdfButtonElement.setButtonType(OdfButtonType buttonType)
Set value of attribute form:button-type. |
| Uses of OdfButtonType in org.odftoolkit.odfdom.dom.type.form |
|---|
| Methods in org.odftoolkit.odfdom.dom.type.form that return OdfButtonType | |
|---|---|
static OdfButtonType |
OdfButtonType.enumValueOf(String stringValue)
String to enum, turns a String into its corresponding enum constant |
static OdfButtonType |
OdfButtonType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static OdfButtonType[] |
OdfButtonType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.odftoolkit.odfdom.dom.type.form with parameters of type OdfButtonType | |
|---|---|
static String |
OdfButtonType.toString(OdfButtonType enumeration)
enum to String, gets the name of this enum constant as a string. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||