Uses of Class
org.docx4j.com.microsoft.schemas.office.drawing.x2012.chartStyle.STMarkerStyle
| Package | Description |
|---|---|
| org.docx4j.com.microsoft.schemas.office.drawing.x2012.chartStyle |
-
Uses of STMarkerStyle in org.docx4j.com.microsoft.schemas.office.drawing.x2012.chartStyle
Fields in org.docx4j.com.microsoft.schemas.office.drawing.x2012.chartStyle declared as STMarkerStyle Modifier and Type Field Description protected STMarkerStyleCTMarkerLayout. symbolMethods in org.docx4j.com.microsoft.schemas.office.drawing.x2012.chartStyle that return STMarkerStyle Modifier and Type Method Description static STMarkerStyleSTMarkerStyle. fromValue(java.lang.String v)STMarkerStyleCTMarkerLayout. getSymbol()Gets the value of the symbol property.static STMarkerStyleSTMarkerStyle. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static STMarkerStyle[]STMarkerStyle. 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.x2012.chartStyle with parameters of type STMarkerStyle Modifier and Type Method Description voidCTMarkerLayout. setSymbol(STMarkerStyle value)Sets the value of the symbol property.