Uses of Class
org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex.STDataLabelPos
| Package | Description |
|---|---|
| org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex |
-
Uses of STDataLabelPos in org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex
Fields in org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex declared as STDataLabelPos Modifier and Type Field Description protected STDataLabelPosCTDataLabel. posprotected STDataLabelPosCTDataLabels. posMethods in org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex that return STDataLabelPos Modifier and Type Method Description static STDataLabelPosSTDataLabelPos. fromValue(java.lang.String v)STDataLabelPosCTDataLabel. getPos()Gets the value of the pos property.STDataLabelPosCTDataLabels. getPos()Gets the value of the pos property.static STDataLabelPosSTDataLabelPos. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static STDataLabelPos[]STDataLabelPos. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex with parameters of type STDataLabelPos Modifier and Type Method Description voidCTDataLabel. setPos(STDataLabelPos value)Sets the value of the pos property.voidCTDataLabels. setPos(STDataLabelPos value)Sets the value of the pos property.