public interface CTMultiLvlStrData extends XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
CTMultiLvlStrData.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
|
CTLvl |
addNewLvl()
Appends and returns a new empty value (as xml) as the last "lvl" element
|
CTUnsignedInt |
addNewPtCount()
Appends and returns a new empty "ptCount" element
|
CTExtensionList |
getExtLst()
Gets the "extLst" element
|
CTLvl[] |
getLvlArray()
Deprecated.
|
CTLvl |
getLvlArray(int i)
Gets ith "lvl" element
|
List<CTLvl> |
getLvlList()
Gets a List of "lvl" elements
|
CTUnsignedInt |
getPtCount()
Gets the "ptCount" element
|
CTLvl |
insertNewLvl(int i)
Inserts and returns a new empty value (as xml) as the ith "lvl" element
|
boolean |
isSetExtLst()
True if has "extLst" element
|
boolean |
isSetPtCount()
True if has "ptCount" element
|
void |
removeLvl(int i)
Removes the ith "lvl" element
|
void |
setExtLst(CTExtensionList extLst)
Sets the "extLst" element
|
void |
setLvlArray(CTLvl[] lvlArray)
Sets array of all "lvl" element
|
void |
setLvlArray(int i,
CTLvl lvl)
Sets ith "lvl" element
|
void |
setPtCount(CTUnsignedInt ptCount)
Sets the "ptCount" element
|
int |
sizeOfLvlArray()
Returns number of "lvl" 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 CTLvl[] getLvlArray()
CTLvl getLvlArray(int i)
int sizeOfLvlArray()
void setLvlArray(CTLvl[] lvlArray)
void setLvlArray(int i,
CTLvl lvl)
CTLvl insertNewLvl(int i)
CTLvl addNewLvl()
void removeLvl(int i)
CTExtensionList getExtLst()
boolean isSetExtLst()
void setExtLst(CTExtensionList extLst)
CTExtensionList addNewExtLst()
void unsetExtLst()
Copyright © 2010 - 2020 Adobe. All Rights Reserved