|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use OdfEffectType | |
|---|---|
| org.odftoolkit.odfdom.dom.element.presentation | |
| org.odftoolkit.odfdom.dom.type.presentation | |
| Uses of OdfEffectType in org.odftoolkit.odfdom.dom.element.presentation |
|---|
| Methods in org.odftoolkit.odfdom.dom.element.presentation that return OdfEffectType | |
|---|---|
OdfEffectType |
OdfEventListenerElement.getEffect()
Get value of attribute presentation:effect. |
OdfEffectType |
OdfHideShapeElement.getEffect()
Get value of attribute presentation:effect. |
OdfEffectType |
OdfShowShapeElement.getEffect()
Get value of attribute presentation:effect. |
OdfEffectType |
OdfShowTextElement.getEffect()
Get value of attribute presentation:effect. |
OdfEffectType |
OdfHideTextElement.getEffect()
Get value of attribute presentation:effect. |
| Methods in org.odftoolkit.odfdom.dom.element.presentation with parameters of type OdfEffectType | |
|---|---|
void |
OdfEventListenerElement.setEffect(OdfEffectType effect)
Set value of attribute presentation:effect. |
void |
OdfHideShapeElement.setEffect(OdfEffectType effect)
Set value of attribute presentation:effect. |
void |
OdfShowShapeElement.setEffect(OdfEffectType effect)
Set value of attribute presentation:effect. |
void |
OdfShowTextElement.setEffect(OdfEffectType effect)
Set value of attribute presentation:effect. |
void |
OdfHideTextElement.setEffect(OdfEffectType effect)
Set value of attribute presentation:effect. |
| Uses of OdfEffectType in org.odftoolkit.odfdom.dom.type.presentation |
|---|
| Methods in org.odftoolkit.odfdom.dom.type.presentation that return OdfEffectType | |
|---|---|
static OdfEffectType |
OdfEffectType.enumValueOf(String stringValue)
String to enum, turns a String into its corresponding enum constant |
static OdfEffectType |
OdfEffectType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static OdfEffectType[] |
OdfEffectType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.odftoolkit.odfdom.dom.type.presentation with parameters of type OdfEffectType | |
|---|---|
static String |
OdfEffectType.toString(OdfEffectType enumeration)
enum to String, gets the name of this enum constant as a string. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||