Uses of Class
org.xlsx4j.sml.CTObjectAnchor
Packages that use CTObjectAnchor
-
Uses of CTObjectAnchor in org.xlsx4j.sml
Fields in org.xlsx4j.sml declared as CTObjectAnchorModifier and TypeFieldDescriptionprotected CTObjectAnchorCTCommentPr.anchorprotected CTObjectAnchorCTControlPr.anchorprotected CTObjectAnchorCTObjectPr.anchorMethods in org.xlsx4j.sml that return CTObjectAnchorModifier and TypeMethodDescriptionObjectFactory.createCTObjectAnchor()Create an instance ofCTObjectAnchorCTCommentPr.getAnchor()Gets the value of the anchor property.CTControlPr.getAnchor()Gets the value of the anchor property.CTObjectPr.getAnchor()Gets the value of the anchor property.Methods in org.xlsx4j.sml with parameters of type CTObjectAnchorModifier and TypeMethodDescriptionvoidCTCommentPr.setAnchor(CTObjectAnchor value) Sets the value of the anchor property.voidCTControlPr.setAnchor(CTObjectAnchor value) Sets the value of the anchor property.voidCTObjectPr.setAnchor(CTObjectAnchor value) Sets the value of the anchor property.