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