Uses of Class
org.docx4j.dml.chartDrawing.CTMarker
| Package | Description |
|---|---|
| org.docx4j.dml.chartDrawing |
-
Uses of CTMarker in org.docx4j.dml.chartDrawing
Fields in org.docx4j.dml.chartDrawing declared as CTMarker Modifier and Type Field Description protected CTMarkerCTAbsSizeAnchor. fromprotected CTMarkerCTRelSizeAnchor. fromprotected CTMarkerCTRelSizeAnchor. toMethods in org.docx4j.dml.chartDrawing that return CTMarker Modifier and Type Method Description CTMarkerObjectFactory. createCTMarker()Create an instance ofCTMarkerCTMarkerCTAbsSizeAnchor. getFrom()Gets the value of the from property.CTMarkerCTRelSizeAnchor. getFrom()Gets the value of the from property.CTMarkerCTRelSizeAnchor. getTo()Gets the value of the to property.Methods in org.docx4j.dml.chartDrawing with parameters of type CTMarker Modifier and Type Method Description voidCTAbsSizeAnchor. setFrom(CTMarker value)Sets the value of the from property.voidCTRelSizeAnchor. setFrom(CTMarker value)Sets the value of the from property.voidCTRelSizeAnchor. setTo(CTMarker value)Sets the value of the to property.