Package org.apache.poi.xddf.usermodel
Class XDDFCustomGeometry2D
java.lang.Object
org.apache.poi.xddf.usermodel.XDDFCustomGeometry2D
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
XDDFCustomGeometry2D
(org.openxmlformats.schemas.drawingml.x2006.main.CTCustomGeometry2D geometry) -
Method Summary
Modifier and TypeMethodDescriptionaddGuide()
getAdjustValue
(int index) getConnectionSite
(int index) getGuide
(int index) getPath
(int index) getPaths()
getPolarAdjustHandle
(int index) protected org.openxmlformats.schemas.drawingml.x2006.main.CTCustomGeometry2D
getXYAdjustHandle
(int index) insertAdjustValue
(int index) insertConnectionSite
(int index) insertGuide
(int index) insertNewPath
(int index) insertPolarAdjustHandle
(int index) insertXYAdjustHandle
(int index) void
removeAdjustValue
(int index) void
removeConnectionSite
(int index) void
removeGuide
(int index) void
removePath
(int index) void
removePolarAdjustHandle
(int index) void
removeXYAdjustHandle
(int index) void
setRectangle
(XDDFGeometryRectangle rectangle)
-
Constructor Details
-
XDDFCustomGeometry2D
protected XDDFCustomGeometry2D(org.openxmlformats.schemas.drawingml.x2006.main.CTCustomGeometry2D geometry)
-
-
Method Details
-
getXmlObject
@Internal protected org.openxmlformats.schemas.drawingml.x2006.main.CTCustomGeometry2D getXmlObject() -
getRectangle
-
setRectangle
-
addPolarAdjustHandle
-
insertPolarAdjustHandle
-
removePolarAdjustHandle
public void removePolarAdjustHandle(int index) -
getPolarAdjustHandle
-
getPolarAdjustHandles
-
addXYAdjustHandle
-
insertXYAdjustHandle
-
removeXYAdjustHandle
public void removeXYAdjustHandle(int index) -
getXYAdjustHandle
-
getXYAdjustHandles
-
addAdjustValue
-
insertAdjustValue
-
removeAdjustValue
public void removeAdjustValue(int index) -
getAdjustValue
-
getAdjustValues
-
addConnectionSite
-
insertConnectionSite
-
removeConnectionSite
public void removeConnectionSite(int index) -
getConnectionSite
-
getConnectionSites
-
addGuide
-
insertGuide
-
removeGuide
public void removeGuide(int index) -
getGuide
-
getGuides
-
addNewPath
-
insertNewPath
-
removePath
public void removePath(int index) -
getPath
-
getPaths
-