Package org.apache.poi.xddf.usermodel
Class XDDFCustomGeometry2D
java.lang.Object
org.apache.poi.xddf.usermodel.XDDFCustomGeometry2D
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedXDDFCustomGeometry2D(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.CTCustomGeometry2DgetXYAdjustHandle(int index) insertAdjustValue(int index) insertConnectionSite(int index) insertGuide(int index) insertNewPath(int index) insertPolarAdjustHandle(int index) insertXYAdjustHandle(int index) voidremoveAdjustValue(int index) voidremoveConnectionSite(int index) voidremoveGuide(int index) voidremovePath(int index) voidremovePolarAdjustHandle(int index) voidremoveXYAdjustHandle(int index) voidsetRectangle(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
-