|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use OdfRestartType | |
|---|---|
| org.odftoolkit.odfdom.dom.element.anim | |
| org.odftoolkit.odfdom.dom.type.smil | |
| Uses of OdfRestartType in org.odftoolkit.odfdom.dom.element.anim |
|---|
| Methods in org.odftoolkit.odfdom.dom.element.anim that return OdfRestartType | |
|---|---|
OdfRestartType |
OdfTransitionFilterElement.getRestart()
Get value of attribute smil:restart. |
OdfRestartType |
OdfIterateElement.getRestart()
Get value of attribute smil:restart. |
OdfRestartType |
OdfAnimateElement.getRestart()
Get value of attribute smil:restart. |
OdfRestartType |
OdfParElement.getRestart()
Get value of attribute smil:restart. |
OdfRestartType |
OdfAnimateColorElement.getRestart()
Get value of attribute smil:restart. |
OdfRestartType |
OdfAnimateTransformElement.getRestart()
Get value of attribute smil:restart. |
OdfRestartType |
OdfSeqElement.getRestart()
Get value of attribute smil:restart. |
OdfRestartType |
OdfAnimateMotionElement.getRestart()
Get value of attribute smil:restart. |
OdfRestartType |
OdfAudioElement.getRestart()
Get value of attribute smil:restart. |
OdfRestartType |
OdfSetElement.getRestart()
Get value of attribute smil:restart. |
| Methods in org.odftoolkit.odfdom.dom.element.anim with parameters of type OdfRestartType | |
|---|---|
void |
OdfTransitionFilterElement.setRestart(OdfRestartType restart)
Set value of attribute smil:restart. |
void |
OdfIterateElement.setRestart(OdfRestartType restart)
Set value of attribute smil:restart. |
void |
OdfAnimateElement.setRestart(OdfRestartType restart)
Set value of attribute smil:restart. |
void |
OdfParElement.setRestart(OdfRestartType restart)
Set value of attribute smil:restart. |
void |
OdfAnimateColorElement.setRestart(OdfRestartType restart)
Set value of attribute smil:restart. |
void |
OdfAnimateTransformElement.setRestart(OdfRestartType restart)
Set value of attribute smil:restart. |
void |
OdfSeqElement.setRestart(OdfRestartType restart)
Set value of attribute smil:restart. |
void |
OdfAnimateMotionElement.setRestart(OdfRestartType restart)
Set value of attribute smil:restart. |
void |
OdfAudioElement.setRestart(OdfRestartType restart)
Set value of attribute smil:restart. |
void |
OdfSetElement.setRestart(OdfRestartType restart)
Set value of attribute smil:restart. |
| Uses of OdfRestartType in org.odftoolkit.odfdom.dom.type.smil |
|---|
| Methods in org.odftoolkit.odfdom.dom.type.smil that return OdfRestartType | |
|---|---|
static OdfRestartType |
OdfRestartType.enumValueOf(String stringValue)
String to enum, turns a String into its corresponding enum constant |
static OdfRestartType |
OdfRestartType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static OdfRestartType[] |
OdfRestartType.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 OdfRestartType | |
|---|---|
static String |
OdfRestartType.toString(OdfRestartType enumeration)
enum to String, gets the name of this enum constant as a string. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||