Interface CTPath2D
-
- All Superinterfaces:
XmlObject
,XmlTokenSource
public interface CTPath2D extends XmlObject
An XML CT_Path2D(@http://schemas.openxmlformats.org/drawingml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
CTPath2D.Factory
A factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaType
type
-
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description CTPath2DArcTo
addNewArcTo()
Appends and returns a new empty value (as xml) as the last "arcTo" elementCTPath2DClose
addNewClose()
Appends and returns a new empty value (as xml) as the last "close" elementCTPath2DCubicBezierTo
addNewCubicBezTo()
Appends and returns a new empty value (as xml) as the last "cubicBezTo" elementCTPath2DLineTo
addNewLnTo()
Appends and returns a new empty value (as xml) as the last "lnTo" elementCTPath2DMoveTo
addNewMoveTo()
Appends and returns a new empty value (as xml) as the last "moveTo" elementCTPath2DQuadBezierTo
addNewQuadBezTo()
Appends and returns a new empty value (as xml) as the last "quadBezTo" elementCTPath2DArcTo[]
getArcToArray()
Deprecated.CTPath2DArcTo
getArcToArray(int i)
Gets ith "arcTo" elementjava.util.List<CTPath2DArcTo>
getArcToList()
Gets a List of "arcTo" elementsCTPath2DClose[]
getCloseArray()
Deprecated.CTPath2DClose
getCloseArray(int i)
Gets ith "close" elementjava.util.List<CTPath2DClose>
getCloseList()
Gets a List of "close" elementsCTPath2DCubicBezierTo[]
getCubicBezToArray()
Deprecated.CTPath2DCubicBezierTo
getCubicBezToArray(int i)
Gets ith "cubicBezTo" elementjava.util.List<CTPath2DCubicBezierTo>
getCubicBezToList()
Gets a List of "cubicBezTo" elementsboolean
getExtrusionOk()
Gets the "extrusionOk" attributeSTPathFillMode.Enum
getFill()
Gets the "fill" attributelong
getH()
Gets the "h" attributeCTPath2DLineTo[]
getLnToArray()
Deprecated.CTPath2DLineTo
getLnToArray(int i)
Gets ith "lnTo" elementjava.util.List<CTPath2DLineTo>
getLnToList()
Gets a List of "lnTo" elementsCTPath2DMoveTo[]
getMoveToArray()
Deprecated.CTPath2DMoveTo
getMoveToArray(int i)
Gets ith "moveTo" elementjava.util.List<CTPath2DMoveTo>
getMoveToList()
Gets a List of "moveTo" elementsCTPath2DQuadBezierTo[]
getQuadBezToArray()
Deprecated.CTPath2DQuadBezierTo
getQuadBezToArray(int i)
Gets ith "quadBezTo" elementjava.util.List<CTPath2DQuadBezierTo>
getQuadBezToList()
Gets a List of "quadBezTo" elementsboolean
getStroke()
Gets the "stroke" attributelong
getW()
Gets the "w" attributeCTPath2DArcTo
insertNewArcTo(int i)
Inserts and returns a new empty value (as xml) as the ith "arcTo" elementCTPath2DClose
insertNewClose(int i)
Inserts and returns a new empty value (as xml) as the ith "close" elementCTPath2DCubicBezierTo
insertNewCubicBezTo(int i)
Inserts and returns a new empty value (as xml) as the ith "cubicBezTo" elementCTPath2DLineTo
insertNewLnTo(int i)
Inserts and returns a new empty value (as xml) as the ith "lnTo" elementCTPath2DMoveTo
insertNewMoveTo(int i)
Inserts and returns a new empty value (as xml) as the ith "moveTo" elementCTPath2DQuadBezierTo
insertNewQuadBezTo(int i)
Inserts and returns a new empty value (as xml) as the ith "quadBezTo" elementboolean
isSetExtrusionOk()
True if has "extrusionOk" attributeboolean
isSetFill()
True if has "fill" attributeboolean
isSetH()
True if has "h" attributeboolean
isSetStroke()
True if has "stroke" attributeboolean
isSetW()
True if has "w" attributevoid
removeArcTo(int i)
Removes the ith "arcTo" elementvoid
removeClose(int i)
Removes the ith "close" elementvoid
removeCubicBezTo(int i)
Removes the ith "cubicBezTo" elementvoid
removeLnTo(int i)
Removes the ith "lnTo" elementvoid
removeMoveTo(int i)
Removes the ith "moveTo" elementvoid
removeQuadBezTo(int i)
Removes the ith "quadBezTo" elementvoid
setArcToArray(int i, CTPath2DArcTo arcTo)
Sets ith "arcTo" elementvoid
setArcToArray(CTPath2DArcTo[] arcToArray)
Sets array of all "arcTo" elementvoid
setCloseArray(int i, CTPath2DClose close)
Sets ith "close" elementvoid
setCloseArray(CTPath2DClose[] closeArray)
Sets array of all "close" elementvoid
setCubicBezToArray(int i, CTPath2DCubicBezierTo cubicBezTo)
Sets ith "cubicBezTo" elementvoid
setCubicBezToArray(CTPath2DCubicBezierTo[] cubicBezToArray)
Sets array of all "cubicBezTo" elementvoid
setExtrusionOk(boolean extrusionOk)
Sets the "extrusionOk" attributevoid
setFill(STPathFillMode.Enum fill)
Sets the "fill" attributevoid
setH(long h)
Sets the "h" attributevoid
setLnToArray(int i, CTPath2DLineTo lnTo)
Sets ith "lnTo" elementvoid
setLnToArray(CTPath2DLineTo[] lnToArray)
Sets array of all "lnTo" elementvoid
setMoveToArray(int i, CTPath2DMoveTo moveTo)
Sets ith "moveTo" elementvoid
setMoveToArray(CTPath2DMoveTo[] moveToArray)
Sets array of all "moveTo" elementvoid
setQuadBezToArray(int i, CTPath2DQuadBezierTo quadBezTo)
Sets ith "quadBezTo" elementvoid
setQuadBezToArray(CTPath2DQuadBezierTo[] quadBezToArray)
Sets array of all "quadBezTo" elementvoid
setStroke(boolean stroke)
Sets the "stroke" attributevoid
setW(long w)
Sets the "w" attributeint
sizeOfArcToArray()
Returns number of "arcTo" elementint
sizeOfCloseArray()
Returns number of "close" elementint
sizeOfCubicBezToArray()
Returns number of "cubicBezTo" elementint
sizeOfLnToArray()
Returns number of "lnTo" elementint
sizeOfMoveToArray()
Returns number of "moveTo" elementint
sizeOfQuadBezToArray()
Returns number of "quadBezTo" elementvoid
unsetExtrusionOk()
Unsets the "extrusionOk" attributevoid
unsetFill()
Unsets the "fill" attributevoid
unsetH()
Unsets the "h" attributevoid
unsetStroke()
Unsets the "stroke" attributevoid
unsetW()
Unsets the "w" attributeXmlBoolean
xgetExtrusionOk()
Gets (as xml) the "extrusionOk" attributeSTPathFillMode
xgetFill()
Gets (as xml) the "fill" attributeSTPositiveCoordinate
xgetH()
Gets (as xml) the "h" attributeXmlBoolean
xgetStroke()
Gets (as xml) the "stroke" attributeSTPositiveCoordinate
xgetW()
Gets (as xml) the "w" attributevoid
xsetExtrusionOk(XmlBoolean extrusionOk)
Sets (as xml) the "extrusionOk" attributevoid
xsetFill(STPathFillMode fill)
Sets (as xml) the "fill" attributevoid
xsetH(STPositiveCoordinate h)
Sets (as xml) the "h" attributevoid
xsetStroke(XmlBoolean stroke)
Sets (as xml) the "stroke" attributevoid
xsetW(STPositiveCoordinate w)
Sets (as xml) the "w" attribute-
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
-
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Field Detail
-
type
static final SchemaType type
-
-
Method Detail
-
getCloseList
java.util.List<CTPath2DClose> getCloseList()
Gets a List of "close" elements
-
getCloseArray
@Deprecated CTPath2DClose[] getCloseArray()
Deprecated.Gets array of all "close" elements
-
getCloseArray
CTPath2DClose getCloseArray(int i)
Gets ith "close" element
-
sizeOfCloseArray
int sizeOfCloseArray()
Returns number of "close" element
-
setCloseArray
void setCloseArray(CTPath2DClose[] closeArray)
Sets array of all "close" element
-
setCloseArray
void setCloseArray(int i, CTPath2DClose close)
Sets ith "close" element
-
insertNewClose
CTPath2DClose insertNewClose(int i)
Inserts and returns a new empty value (as xml) as the ith "close" element
-
addNewClose
CTPath2DClose addNewClose()
Appends and returns a new empty value (as xml) as the last "close" element
-
removeClose
void removeClose(int i)
Removes the ith "close" element
-
getMoveToList
java.util.List<CTPath2DMoveTo> getMoveToList()
Gets a List of "moveTo" elements
-
getMoveToArray
@Deprecated CTPath2DMoveTo[] getMoveToArray()
Deprecated.Gets array of all "moveTo" elements
-
getMoveToArray
CTPath2DMoveTo getMoveToArray(int i)
Gets ith "moveTo" element
-
sizeOfMoveToArray
int sizeOfMoveToArray()
Returns number of "moveTo" element
-
setMoveToArray
void setMoveToArray(CTPath2DMoveTo[] moveToArray)
Sets array of all "moveTo" element
-
setMoveToArray
void setMoveToArray(int i, CTPath2DMoveTo moveTo)
Sets ith "moveTo" element
-
insertNewMoveTo
CTPath2DMoveTo insertNewMoveTo(int i)
Inserts and returns a new empty value (as xml) as the ith "moveTo" element
-
addNewMoveTo
CTPath2DMoveTo addNewMoveTo()
Appends and returns a new empty value (as xml) as the last "moveTo" element
-
removeMoveTo
void removeMoveTo(int i)
Removes the ith "moveTo" element
-
getLnToList
java.util.List<CTPath2DLineTo> getLnToList()
Gets a List of "lnTo" elements
-
getLnToArray
@Deprecated CTPath2DLineTo[] getLnToArray()
Deprecated.Gets array of all "lnTo" elements
-
getLnToArray
CTPath2DLineTo getLnToArray(int i)
Gets ith "lnTo" element
-
sizeOfLnToArray
int sizeOfLnToArray()
Returns number of "lnTo" element
-
setLnToArray
void setLnToArray(CTPath2DLineTo[] lnToArray)
Sets array of all "lnTo" element
-
setLnToArray
void setLnToArray(int i, CTPath2DLineTo lnTo)
Sets ith "lnTo" element
-
insertNewLnTo
CTPath2DLineTo insertNewLnTo(int i)
Inserts and returns a new empty value (as xml) as the ith "lnTo" element
-
addNewLnTo
CTPath2DLineTo addNewLnTo()
Appends and returns a new empty value (as xml) as the last "lnTo" element
-
removeLnTo
void removeLnTo(int i)
Removes the ith "lnTo" element
-
getArcToList
java.util.List<CTPath2DArcTo> getArcToList()
Gets a List of "arcTo" elements
-
getArcToArray
@Deprecated CTPath2DArcTo[] getArcToArray()
Deprecated.Gets array of all "arcTo" elements
-
getArcToArray
CTPath2DArcTo getArcToArray(int i)
Gets ith "arcTo" element
-
sizeOfArcToArray
int sizeOfArcToArray()
Returns number of "arcTo" element
-
setArcToArray
void setArcToArray(CTPath2DArcTo[] arcToArray)
Sets array of all "arcTo" element
-
setArcToArray
void setArcToArray(int i, CTPath2DArcTo arcTo)
Sets ith "arcTo" element
-
insertNewArcTo
CTPath2DArcTo insertNewArcTo(int i)
Inserts and returns a new empty value (as xml) as the ith "arcTo" element
-
addNewArcTo
CTPath2DArcTo addNewArcTo()
Appends and returns a new empty value (as xml) as the last "arcTo" element
-
removeArcTo
void removeArcTo(int i)
Removes the ith "arcTo" element
-
getQuadBezToList
java.util.List<CTPath2DQuadBezierTo> getQuadBezToList()
Gets a List of "quadBezTo" elements
-
getQuadBezToArray
@Deprecated CTPath2DQuadBezierTo[] getQuadBezToArray()
Deprecated.Gets array of all "quadBezTo" elements
-
getQuadBezToArray
CTPath2DQuadBezierTo getQuadBezToArray(int i)
Gets ith "quadBezTo" element
-
sizeOfQuadBezToArray
int sizeOfQuadBezToArray()
Returns number of "quadBezTo" element
-
setQuadBezToArray
void setQuadBezToArray(CTPath2DQuadBezierTo[] quadBezToArray)
Sets array of all "quadBezTo" element
-
setQuadBezToArray
void setQuadBezToArray(int i, CTPath2DQuadBezierTo quadBezTo)
Sets ith "quadBezTo" element
-
insertNewQuadBezTo
CTPath2DQuadBezierTo insertNewQuadBezTo(int i)
Inserts and returns a new empty value (as xml) as the ith "quadBezTo" element
-
addNewQuadBezTo
CTPath2DQuadBezierTo addNewQuadBezTo()
Appends and returns a new empty value (as xml) as the last "quadBezTo" element
-
removeQuadBezTo
void removeQuadBezTo(int i)
Removes the ith "quadBezTo" element
-
getCubicBezToList
java.util.List<CTPath2DCubicBezierTo> getCubicBezToList()
Gets a List of "cubicBezTo" elements
-
getCubicBezToArray
@Deprecated CTPath2DCubicBezierTo[] getCubicBezToArray()
Deprecated.Gets array of all "cubicBezTo" elements
-
getCubicBezToArray
CTPath2DCubicBezierTo getCubicBezToArray(int i)
Gets ith "cubicBezTo" element
-
sizeOfCubicBezToArray
int sizeOfCubicBezToArray()
Returns number of "cubicBezTo" element
-
setCubicBezToArray
void setCubicBezToArray(CTPath2DCubicBezierTo[] cubicBezToArray)
Sets array of all "cubicBezTo" element
-
setCubicBezToArray
void setCubicBezToArray(int i, CTPath2DCubicBezierTo cubicBezTo)
Sets ith "cubicBezTo" element
-
insertNewCubicBezTo
CTPath2DCubicBezierTo insertNewCubicBezTo(int i)
Inserts and returns a new empty value (as xml) as the ith "cubicBezTo" element
-
addNewCubicBezTo
CTPath2DCubicBezierTo addNewCubicBezTo()
Appends and returns a new empty value (as xml) as the last "cubicBezTo" element
-
removeCubicBezTo
void removeCubicBezTo(int i)
Removes the ith "cubicBezTo" element
-
getW
long getW()
Gets the "w" attribute
-
xgetW
STPositiveCoordinate xgetW()
Gets (as xml) the "w" attribute
-
isSetW
boolean isSetW()
True if has "w" attribute
-
setW
void setW(long w)
Sets the "w" attribute
-
xsetW
void xsetW(STPositiveCoordinate w)
Sets (as xml) the "w" attribute
-
unsetW
void unsetW()
Unsets the "w" attribute
-
getH
long getH()
Gets the "h" attribute
-
xgetH
STPositiveCoordinate xgetH()
Gets (as xml) the "h" attribute
-
isSetH
boolean isSetH()
True if has "h" attribute
-
setH
void setH(long h)
Sets the "h" attribute
-
xsetH
void xsetH(STPositiveCoordinate h)
Sets (as xml) the "h" attribute
-
unsetH
void unsetH()
Unsets the "h" attribute
-
getFill
STPathFillMode.Enum getFill()
Gets the "fill" attribute
-
xgetFill
STPathFillMode xgetFill()
Gets (as xml) the "fill" attribute
-
isSetFill
boolean isSetFill()
True if has "fill" attribute
-
setFill
void setFill(STPathFillMode.Enum fill)
Sets the "fill" attribute
-
xsetFill
void xsetFill(STPathFillMode fill)
Sets (as xml) the "fill" attribute
-
unsetFill
void unsetFill()
Unsets the "fill" attribute
-
getStroke
boolean getStroke()
Gets the "stroke" attribute
-
xgetStroke
XmlBoolean xgetStroke()
Gets (as xml) the "stroke" attribute
-
isSetStroke
boolean isSetStroke()
True if has "stroke" attribute
-
setStroke
void setStroke(boolean stroke)
Sets the "stroke" attribute
-
xsetStroke
void xsetStroke(XmlBoolean stroke)
Sets (as xml) the "stroke" attribute
-
unsetStroke
void unsetStroke()
Unsets the "stroke" attribute
-
getExtrusionOk
boolean getExtrusionOk()
Gets the "extrusionOk" attribute
-
xgetExtrusionOk
XmlBoolean xgetExtrusionOk()
Gets (as xml) the "extrusionOk" attribute
-
isSetExtrusionOk
boolean isSetExtrusionOk()
True if has "extrusionOk" attribute
-
setExtrusionOk
void setExtrusionOk(boolean extrusionOk)
Sets the "extrusionOk" attribute
-
xsetExtrusionOk
void xsetExtrusionOk(XmlBoolean extrusionOk)
Sets (as xml) the "extrusionOk" attribute
-
unsetExtrusionOk
void unsetExtrusionOk()
Unsets the "extrusionOk" attribute
-
-