Interface CTTableStyleList
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface CTTableStyleList extends XmlObject
An XML CT_TableStyleList(@http://schemas.openxmlformats.org/drawingml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCTTableStyleList.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaTypetype-
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description CTTableStyleaddNewTblStyle()Appends and returns a new empty value (as xml) as the last "tblStyle" elementjava.lang.StringgetDef()Gets the "def" attributeCTTableStyle[]getTblStyleArray()Deprecated.CTTableStylegetTblStyleArray(int i)Gets ith "tblStyle" elementjava.util.List<CTTableStyle>getTblStyleList()Gets a List of "tblStyle" elementsCTTableStyleinsertNewTblStyle(int i)Inserts and returns a new empty value (as xml) as the ith "tblStyle" elementvoidremoveTblStyle(int i)Removes the ith "tblStyle" elementvoidsetDef(java.lang.String def)Sets the "def" attributevoidsetTblStyleArray(int i, CTTableStyle tblStyle)Sets ith "tblStyle" elementvoidsetTblStyleArray(CTTableStyle[] tblStyleArray)Sets array of all "tblStyle" elementintsizeOfTblStyleArray()Returns number of "tblStyle" elementSTGuidxgetDef()Gets (as xml) the "def" attributevoidxsetDef(STGuid def)Sets (as xml) the "def" attribute-
Methods inherited from interface org.apache.xmlbeans.XmlObject
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, valueHashCode
-
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Field Detail
-
type
static final SchemaType type
-
-
Method Detail
-
getTblStyleList
java.util.List<CTTableStyle> getTblStyleList()
Gets a List of "tblStyle" elements
-
getTblStyleArray
@Deprecated CTTableStyle[] getTblStyleArray()
Deprecated.Gets array of all "tblStyle" elements
-
getTblStyleArray
CTTableStyle getTblStyleArray(int i)
Gets ith "tblStyle" element
-
sizeOfTblStyleArray
int sizeOfTblStyleArray()
Returns number of "tblStyle" element
-
setTblStyleArray
void setTblStyleArray(CTTableStyle[] tblStyleArray)
Sets array of all "tblStyle" element
-
setTblStyleArray
void setTblStyleArray(int i, CTTableStyle tblStyle)Sets ith "tblStyle" element
-
insertNewTblStyle
CTTableStyle insertNewTblStyle(int i)
Inserts and returns a new empty value (as xml) as the ith "tblStyle" element
-
addNewTblStyle
CTTableStyle addNewTblStyle()
Appends and returns a new empty value (as xml) as the last "tblStyle" element
-
removeTblStyle
void removeTblStyle(int i)
Removes the ith "tblStyle" element
-
getDef
java.lang.String getDef()
Gets the "def" attribute
-
xgetDef
STGuid xgetDef()
Gets (as xml) the "def" attribute
-
setDef
void setDef(java.lang.String def)
Sets the "def" attribute
-
xsetDef
void xsetDef(STGuid def)
Sets (as xml) the "def" attribute
-
-