Uses of Class
org.docx4j.dml.spreadsheetdrawing.CTMarker
| Package | Description |
|---|---|
| org.docx4j.dml.spreadsheetdrawing |
-
Uses of CTMarker in org.docx4j.dml.spreadsheetdrawing
Fields in org.docx4j.dml.spreadsheetdrawing declared as CTMarker Modifier and Type Field Description protected CTMarkerCTOneCellAnchor. fromprotected CTMarkerCTTwoCellAnchor. fromprotected CTMarkerCTTwoCellAnchor. toMethods in org.docx4j.dml.spreadsheetdrawing that return CTMarker Modifier and Type Method Description CTMarkerObjectFactory. createCTMarker()Create an instance ofCTMarkerCTMarkerCTOneCellAnchor. getFrom()Gets the value of the from property.CTMarkerCTTwoCellAnchor. getFrom()Gets the value of the from property.CTMarkerCTTwoCellAnchor. getTo()Gets the value of the to property.Methods in org.docx4j.dml.spreadsheetdrawing that return types with arguments of type CTMarker Modifier and Type Method Description jakarta.xml.bind.JAXBElement<CTMarker>ObjectFactory. createFrom(CTMarker value)jakarta.xml.bind.JAXBElement<CTMarker>ObjectFactory. createTo(CTMarker value)Methods in org.docx4j.dml.spreadsheetdrawing with parameters of type CTMarker Modifier and Type Method Description jakarta.xml.bind.JAXBElement<CTMarker>ObjectFactory. createFrom(CTMarker value)jakarta.xml.bind.JAXBElement<CTMarker>ObjectFactory. createTo(CTMarker value)voidCTOneCellAnchor. setFrom(CTMarker value)Sets the value of the from property.voidCTTwoCellAnchor. setFrom(CTMarker value)Sets the value of the from property.voidCTTwoCellAnchor. setTo(CTMarker value)Sets the value of the to property.