Uses of Class
org.docx4j.dml.chart.STDLblPos
| Package | Description |
|---|---|
| org.docx4j.dml.chart |
-
Uses of STDLblPos in org.docx4j.dml.chart
Fields in org.docx4j.dml.chart declared as STDLblPos Modifier and Type Field Description protected STDLblPosCTDLblPos. valMethods in org.docx4j.dml.chart that return STDLblPos Modifier and Type Method Description static STDLblPosSTDLblPos. fromValue(java.lang.String v)STDLblPosCTDLblPos. getVal()Gets the value of the val property.static STDLblPosSTDLblPos. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static STDLblPos[]STDLblPos. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.docx4j.dml.chart with parameters of type STDLblPos Modifier and Type Method Description voidCTDLblPos. setVal(STDLblPos value)Sets the value of the val property.