public interface CTTableStyleList extends XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
CTTableStyleList.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 |
|---|---|
CTTableStyle |
addNewTblStyle()
Appends and returns a new empty value (as xml) as the last "tblStyle" element
|
String |
getDef()
Gets the "def" attribute
|
CTTableStyle[] |
getTblStyleArray()
Deprecated.
|
CTTableStyle |
getTblStyleArray(int i)
Gets ith "tblStyle" element
|
List<CTTableStyle> |
getTblStyleList()
Gets a List of "tblStyle" elements
|
CTTableStyle |
insertNewTblStyle(int i)
Inserts and returns a new empty value (as xml) as the ith "tblStyle" element
|
void |
removeTblStyle(int i)
Removes the ith "tblStyle" element
|
void |
setDef(String def)
Sets the "def" attribute
|
void |
setTblStyleArray(CTTableStyle[] tblStyleArray)
Sets array of all "tblStyle" element
|
void |
setTblStyleArray(int i,
CTTableStyle tblStyle)
Sets ith "tblStyle" element
|
int |
sizeOfTblStyleArray()
Returns number of "tblStyle" element
|
STGuid |
xgetDef()
Gets (as xml) the "def" attribute
|
void |
xsetDef(STGuid def)
Sets (as xml) the "def" 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
List<CTTableStyle> getTblStyleList()
@Deprecated CTTableStyle[] getTblStyleArray()
CTTableStyle getTblStyleArray(int i)
int sizeOfTblStyleArray()
void setTblStyleArray(CTTableStyle[] tblStyleArray)
void setTblStyleArray(int i,
CTTableStyle tblStyle)
CTTableStyle insertNewTblStyle(int i)
CTTableStyle addNewTblStyle()
void removeTblStyle(int i)
String getDef()
STGuid xgetDef()
void setDef(String def)
void xsetDef(STGuid def)
Copyright © 2010 - 2020 Adobe. All Rights Reserved