public interface CTStrData extends XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
CTStrData.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 |
|---|---|
CTExtensionList |
addNewExtLst()
Appends and returns a new empty "extLst" element
|
CTStrVal |
addNewPt()
Appends and returns a new empty value (as xml) as the last "pt" element
|
CTUnsignedInt |
addNewPtCount()
Appends and returns a new empty "ptCount" element
|
CTExtensionList |
getExtLst()
Gets the "extLst" element
|
CTStrVal[] |
getPtArray()
Deprecated.
|
CTStrVal |
getPtArray(int i)
Gets ith "pt" element
|
CTUnsignedInt |
getPtCount()
Gets the "ptCount" element
|
List<CTStrVal> |
getPtList()
Gets a List of "pt" elements
|
CTStrVal |
insertNewPt(int i)
Inserts and returns a new empty value (as xml) as the ith "pt" element
|
boolean |
isSetExtLst()
True if has "extLst" element
|
boolean |
isSetPtCount()
True if has "ptCount" element
|
void |
removePt(int i)
Removes the ith "pt" element
|
void |
setExtLst(CTExtensionList extLst)
Sets the "extLst" element
|
void |
setPtArray(CTStrVal[] ptArray)
Sets array of all "pt" element
|
void |
setPtArray(int i,
CTStrVal pt)
Sets ith "pt" element
|
void |
setPtCount(CTUnsignedInt ptCount)
Sets the "ptCount" element
|
int |
sizeOfPtArray()
Returns number of "pt" element
|
void |
unsetExtLst()
Unsets the "extLst" element
|
void |
unsetPtCount()
Unsets the "ptCount" element
|
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
CTUnsignedInt getPtCount()
boolean isSetPtCount()
void setPtCount(CTUnsignedInt ptCount)
CTUnsignedInt addNewPtCount()
void unsetPtCount()
@Deprecated CTStrVal[] getPtArray()
CTStrVal getPtArray(int i)
int sizeOfPtArray()
void setPtArray(CTStrVal[] ptArray)
void setPtArray(int i,
CTStrVal pt)
CTStrVal insertNewPt(int i)
CTStrVal addNewPt()
void removePt(int i)
CTExtensionList getExtLst()
boolean isSetExtLst()
void setExtLst(CTExtensionList extLst)
CTExtensionList addNewExtLst()
void unsetExtLst()
Copyright © 2010 - 2020 Adobe. All Rights Reserved