Uses of Class
org.xlsx4j.sml.CTObjectAnchor
| Package | Description |
|---|---|
| org.xlsx4j.sml |
-
Uses of CTObjectAnchor in org.xlsx4j.sml
Fields in org.xlsx4j.sml declared as CTObjectAnchor Modifier and Type Field Description protected CTObjectAnchorCTCommentPr. anchorprotected CTObjectAnchorCTControlPr. anchorprotected CTObjectAnchorCTObjectPr. anchorMethods in org.xlsx4j.sml that return CTObjectAnchor Modifier and Type Method Description CTObjectAnchorObjectFactory. createCTObjectAnchor()Create an instance ofCTObjectAnchorCTObjectAnchorCTCommentPr. getAnchor()Gets the value of the anchor property.CTObjectAnchorCTControlPr. getAnchor()Gets the value of the anchor property.CTObjectAnchorCTObjectPr. getAnchor()Gets the value of the anchor property.Methods in org.xlsx4j.sml with parameters of type CTObjectAnchor Modifier and Type Method Description voidCTCommentPr. 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.