public interface CTNumData extends XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
CTNumData.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
|
CTNumVal |
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
|
String |
getFormatCode()
Gets the "formatCode" element
|
CTNumVal[] |
getPtArray()
Deprecated.
|
CTNumVal |
getPtArray(int i)
Gets ith "pt" element
|
CTUnsignedInt |
getPtCount()
Gets the "ptCount" element
|
List<CTNumVal> |
getPtList()
Gets a List of "pt" elements
|
CTNumVal |
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 |
isSetFormatCode()
True if has "formatCode" 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 |
setFormatCode(String formatCode)
Sets the "formatCode" element
|
void |
setPtArray(CTNumVal[] ptArray)
Sets array of all "pt" element
|
void |
setPtArray(int i,
CTNumVal 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 |
unsetFormatCode()
Unsets the "formatCode" element
|
void |
unsetPtCount()
Unsets the "ptCount" element
|
STXstring |
xgetFormatCode()
Gets (as xml) the "formatCode" element
|
void |
xsetFormatCode(STXstring formatCode)
Sets (as xml) the "formatCode" 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
String getFormatCode()
STXstring xgetFormatCode()
boolean isSetFormatCode()
void setFormatCode(String formatCode)
void xsetFormatCode(STXstring formatCode)
void unsetFormatCode()
CTUnsignedInt getPtCount()
boolean isSetPtCount()
void setPtCount(CTUnsignedInt ptCount)
CTUnsignedInt addNewPtCount()
void unsetPtCount()
@Deprecated CTNumVal[] getPtArray()
CTNumVal getPtArray(int i)
int sizeOfPtArray()
void setPtArray(CTNumVal[] ptArray)
void setPtArray(int i,
CTNumVal pt)
CTNumVal insertNewPt(int i)
CTNumVal addNewPt()
void removePt(int i)
CTExtensionList getExtLst()
boolean isSetExtLst()
void setExtLst(CTExtensionList extLst)
CTExtensionList addNewExtLst()
void unsetExtLst()
Copyright © 2010 - 2020 Adobe. All Rights Reserved