Uses of Class
org.docx4j.dml.chart.CTMarker
| Package | Description |
|---|---|
| org.docx4j.com.microsoft.schemas.office.drawing.x2012.chart | |
| org.docx4j.com.microsoft.schemas.office.drawing.x2014.chart | |
| org.docx4j.dml.chart |
-
Uses of CTMarker in org.docx4j.com.microsoft.schemas.office.drawing.x2012.chart
Fields in org.docx4j.com.microsoft.schemas.office.drawing.x2012.chart declared as CTMarker Modifier and Type Field Description protected CTMarkerCTCategoryFilterException. markerMethods in org.docx4j.com.microsoft.schemas.office.drawing.x2012.chart that return CTMarker Modifier and Type Method Description CTMarkerCTCategoryFilterException. getMarker()Gets the value of the marker property.Methods in org.docx4j.com.microsoft.schemas.office.drawing.x2012.chart with parameters of type CTMarker Modifier and Type Method Description voidCTCategoryFilterException. setMarker(CTMarker value)Sets the value of the marker property. -
Uses of CTMarker in org.docx4j.com.microsoft.schemas.office.drawing.x2014.chart
Fields in org.docx4j.com.microsoft.schemas.office.drawing.x2014.chart declared as CTMarker Modifier and Type Field Description protected CTMarkerCTCategoryFilterException. markerMethods in org.docx4j.com.microsoft.schemas.office.drawing.x2014.chart that return CTMarker Modifier and Type Method Description CTMarkerCTCategoryFilterException. getMarker()Gets the value of the marker property.Methods in org.docx4j.com.microsoft.schemas.office.drawing.x2014.chart that return types with arguments of type CTMarker Modifier and Type Method Description jakarta.xml.bind.JAXBElement<CTMarker>ObjectFactory. createMarker(CTMarker value)Methods in org.docx4j.com.microsoft.schemas.office.drawing.x2014.chart with parameters of type CTMarker Modifier and Type Method Description jakarta.xml.bind.JAXBElement<CTMarker>ObjectFactory. createMarker(CTMarker value)voidCTCategoryFilterException. setMarker(CTMarker value)Sets the value of the marker property. -
Uses of CTMarker in org.docx4j.dml.chart
Fields in org.docx4j.dml.chart declared as CTMarker Modifier and Type Field Description protected CTMarkerCTDPt. markerprotected CTMarkerCTLineSer. markerprotected CTMarkerCTPivotFmt. markerprotected CTMarkerCTRadarSer. markerprotected CTMarkerCTScatterSer. markerMethods in org.docx4j.dml.chart that return CTMarker Modifier and Type Method Description CTMarkerObjectFactory. createCTMarker()Create an instance ofCTMarkerCTMarkerCTDPt. getMarker()Gets the value of the marker property.CTMarkerCTLineSer. getMarker()Gets the value of the marker property.CTMarkerCTPivotFmt. getMarker()Gets the value of the marker property.CTMarkerCTRadarSer. getMarker()Gets the value of the marker property.CTMarkerCTScatterSer. getMarker()Gets the value of the marker property.Methods in org.docx4j.dml.chart with parameters of type CTMarker Modifier and Type Method Description voidCTDPt. setMarker(CTMarker value)Sets the value of the marker property.voidCTLineSer. setMarker(CTMarker value)Sets the value of the marker property.voidCTPivotFmt. setMarker(CTMarker value)Sets the value of the marker property.voidCTRadarSer. setMarker(CTMarker value)Sets the value of the marker property.voidCTScatterSer. setMarker(CTMarker value)Sets the value of the marker property.