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