|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use OdfRestartDefaultType | |
|---|---|
| org.odftoolkit.odfdom.dom.element.anim | |
| org.odftoolkit.odfdom.dom.type.smil | |
| Uses of OdfRestartDefaultType in org.odftoolkit.odfdom.dom.element.anim |
|---|
| Methods in org.odftoolkit.odfdom.dom.element.anim with parameters of type OdfRestartDefaultType | |
|---|---|
void |
OdfTransitionFilterElement.setRestartDefault(OdfRestartDefaultType restartDefault)
Set value of attribute smil:restartDefault. |
void |
OdfIterateElement.setRestartDefault(OdfRestartDefaultType restartDefault)
Set value of attribute smil:restartDefault. |
void |
OdfAnimateElement.setRestartDefault(OdfRestartDefaultType restartDefault)
Set value of attribute smil:restartDefault. |
void |
OdfParElement.setRestartDefault(OdfRestartDefaultType restartDefault)
Set value of attribute smil:restartDefault. |
void |
OdfAnimateColorElement.setRestartDefault(OdfRestartDefaultType restartDefault)
Set value of attribute smil:restartDefault. |
void |
OdfAnimateTransformElement.setRestartDefault(OdfRestartDefaultType restartDefault)
Set value of attribute smil:restartDefault. |
void |
OdfSeqElement.setRestartDefault(OdfRestartDefaultType restartDefault)
Set value of attribute smil:restartDefault. |
void |
OdfAnimateMotionElement.setRestartDefault(OdfRestartDefaultType restartDefault)
Set value of attribute smil:restartDefault. |
void |
OdfAudioElement.setRestartDefault(OdfRestartDefaultType restartDefault)
Set value of attribute smil:restartDefault. |
void |
OdfSetElement.setRestartDefault(OdfRestartDefaultType restartDefault)
Set value of attribute smil:restartDefault. |
| Uses of OdfRestartDefaultType in org.odftoolkit.odfdom.dom.type.smil |
|---|
| Methods in org.odftoolkit.odfdom.dom.type.smil that return OdfRestartDefaultType | |
|---|---|
static OdfRestartDefaultType |
OdfRestartDefaultType.enumValueOf(String stringValue)
String to enum, turns a String into its corresponding enum constant |
static OdfRestartDefaultType |
OdfRestartDefaultType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static OdfRestartDefaultType[] |
OdfRestartDefaultType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.odftoolkit.odfdom.dom.type.smil with parameters of type OdfRestartDefaultType | |
|---|---|
static String |
OdfRestartDefaultType.toString(OdfRestartDefaultType enumeration)
enum to String, gets the name of this enum constant as a string. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||