public interface CTWrapPath extends XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
CTWrapPath.Factory
A factory class with static methods for creating instances
of this type.
|
| Modifier and Type | Field and Description |
|---|---|
static SchemaType |
type |
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL| Modifier and Type | Method and Description |
|---|---|
CTPoint2D |
addNewLineTo()
Appends and returns a new empty value (as xml) as the last "lineTo" element
|
CTPoint2D |
addNewStart()
Appends and returns a new empty "start" element
|
boolean |
getEdited()
Gets the "edited" attribute
|
CTPoint2D[] |
getLineToArray()
Deprecated.
|
CTPoint2D |
getLineToArray(int i)
Gets ith "lineTo" element
|
List<CTPoint2D> |
getLineToList()
Gets a List of "lineTo" elements
|
CTPoint2D |
getStart()
Gets the "start" element
|
CTPoint2D |
insertNewLineTo(int i)
Inserts and returns a new empty value (as xml) as the ith "lineTo" element
|
boolean |
isSetEdited()
True if has "edited" attribute
|
void |
removeLineTo(int i)
Removes the ith "lineTo" element
|
void |
setEdited(boolean edited)
Sets the "edited" attribute
|
void |
setLineToArray(CTPoint2D[] lineToArray)
Sets array of all "lineTo" element
|
void |
setLineToArray(int i,
CTPoint2D lineTo)
Sets ith "lineTo" element
|
void |
setStart(CTPoint2D start)
Sets the "start" element
|
int |
sizeOfLineToArray()
Returns number of "lineTo" element
|
void |
unsetEdited()
Unsets the "edited" attribute
|
XmlBoolean |
xgetEdited()
Gets (as xml) the "edited" attribute
|
void |
xsetEdited(XmlBoolean edited)
Sets (as xml) the "edited" attribute
|
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, valueHashCodedocumentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlTextstatic final SchemaType type
CTPoint2D getStart()
void setStart(CTPoint2D start)
CTPoint2D addNewStart()
@Deprecated CTPoint2D[] getLineToArray()
CTPoint2D getLineToArray(int i)
int sizeOfLineToArray()
void setLineToArray(CTPoint2D[] lineToArray)
void setLineToArray(int i,
CTPoint2D lineTo)
CTPoint2D insertNewLineTo(int i)
CTPoint2D addNewLineTo()
void removeLineTo(int i)
boolean getEdited()
XmlBoolean xgetEdited()
boolean isSetEdited()
void setEdited(boolean edited)
void xsetEdited(XmlBoolean edited)
void unsetEdited()
Copyright © 2010 - 2020 Adobe. All Rights Reserved