Uses of Class
org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex.STIntervalClosedSide
| Package | Description |
|---|---|
| org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex |
-
Uses of STIntervalClosedSide in org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex
Fields in org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex declared as STIntervalClosedSide Modifier and Type Field Description protected STIntervalClosedSideCTBinning. intervalClosedMethods in org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex that return STIntervalClosedSide Modifier and Type Method Description static STIntervalClosedSideSTIntervalClosedSide. fromValue(java.lang.String v)STIntervalClosedSideCTBinning. getIntervalClosed()Gets the value of the intervalClosed property.static STIntervalClosedSideSTIntervalClosedSide. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static STIntervalClosedSide[]STIntervalClosedSide. 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 STIntervalClosedSide Modifier and Type Method Description voidCTBinning. setIntervalClosed(STIntervalClosedSide value)Sets the value of the intervalClosed property.