@Beta public class XDDFPresetGeometry2D extends java.lang.Object
Modifier | Constructor and Description |
---|---|
protected |
XDDFPresetGeometry2D(org.openxmlformats.schemas.drawingml.x2006.main.CTPresetGeometry2D geometry) |
Modifier and Type | Method and Description |
---|---|
XDDFGeometryGuide |
addAdjustValue() |
XDDFGeometryGuide |
getAdjustValue(int index) |
java.util.List<XDDFGeometryGuide> |
getAdjustValues() |
PresetGeometry |
getGeometry() |
protected org.openxmlformats.schemas.drawingml.x2006.main.CTPresetGeometry2D |
getXmlObject() |
XDDFGeometryGuide |
insertAdjustValue(int index) |
void |
removeAdjustValue(int index) |
void |
setGeometry(PresetGeometry preset) |
protected XDDFPresetGeometry2D(org.openxmlformats.schemas.drawingml.x2006.main.CTPresetGeometry2D geometry)
@Internal protected org.openxmlformats.schemas.drawingml.x2006.main.CTPresetGeometry2D getXmlObject()
public PresetGeometry getGeometry()
public void setGeometry(PresetGeometry preset)
public XDDFGeometryGuide addAdjustValue()
public XDDFGeometryGuide insertAdjustValue(int index)
public void removeAdjustValue(int index)
public XDDFGeometryGuide getAdjustValue(int index)
public java.util.List<XDDFGeometryGuide> getAdjustValues()
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.