Interface CTTableStyleInfo
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface CTTableStyleInfo extends XmlObject
An XML CT_TableStyleInfo(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCTTableStyleInfo.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 Modifier and Type Method Description java.lang.StringgetName()Gets the "name" attributebooleangetShowColumnStripes()Gets the "showColumnStripes" attributebooleangetShowFirstColumn()Gets the "showFirstColumn" attributebooleangetShowLastColumn()Gets the "showLastColumn" attributebooleangetShowRowStripes()Gets the "showRowStripes" attributebooleanisSetName()True if has "name" attributebooleanisSetShowColumnStripes()True if has "showColumnStripes" attributebooleanisSetShowFirstColumn()True if has "showFirstColumn" attributebooleanisSetShowLastColumn()True if has "showLastColumn" attributebooleanisSetShowRowStripes()True if has "showRowStripes" attributevoidsetName(java.lang.String name)Sets the "name" attributevoidsetShowColumnStripes(boolean showColumnStripes)Sets the "showColumnStripes" attributevoidsetShowFirstColumn(boolean showFirstColumn)Sets the "showFirstColumn" attributevoidsetShowLastColumn(boolean showLastColumn)Sets the "showLastColumn" attributevoidsetShowRowStripes(boolean showRowStripes)Sets the "showRowStripes" attributevoidunsetName()Unsets the "name" attributevoidunsetShowColumnStripes()Unsets the "showColumnStripes" attributevoidunsetShowFirstColumn()Unsets the "showFirstColumn" attributevoidunsetShowLastColumn()Unsets the "showLastColumn" attributevoidunsetShowRowStripes()Unsets the "showRowStripes" attributeSTXstringxgetName()Gets (as xml) the "name" attributeXmlBooleanxgetShowColumnStripes()Gets (as xml) the "showColumnStripes" attributeXmlBooleanxgetShowFirstColumn()Gets (as xml) the "showFirstColumn" attributeXmlBooleanxgetShowLastColumn()Gets (as xml) the "showLastColumn" attributeXmlBooleanxgetShowRowStripes()Gets (as xml) the "showRowStripes" attributevoidxsetName(STXstring name)Sets (as xml) the "name" attributevoidxsetShowColumnStripes(XmlBoolean showColumnStripes)Sets (as xml) the "showColumnStripes" attributevoidxsetShowFirstColumn(XmlBoolean showFirstColumn)Sets (as xml) the "showFirstColumn" attributevoidxsetShowLastColumn(XmlBoolean showLastColumn)Sets (as xml) the "showLastColumn" attributevoidxsetShowRowStripes(XmlBoolean showRowStripes)Sets (as xml) the "showRowStripes" 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
-
getName
java.lang.String getName()
Gets the "name" attribute
-
xgetName
STXstring xgetName()
Gets (as xml) the "name" attribute
-
isSetName
boolean isSetName()
True if has "name" attribute
-
setName
void setName(java.lang.String name)
Sets the "name" attribute
-
xsetName
void xsetName(STXstring name)
Sets (as xml) the "name" attribute
-
unsetName
void unsetName()
Unsets the "name" attribute
-
getShowFirstColumn
boolean getShowFirstColumn()
Gets the "showFirstColumn" attribute
-
xgetShowFirstColumn
XmlBoolean xgetShowFirstColumn()
Gets (as xml) the "showFirstColumn" attribute
-
isSetShowFirstColumn
boolean isSetShowFirstColumn()
True if has "showFirstColumn" attribute
-
setShowFirstColumn
void setShowFirstColumn(boolean showFirstColumn)
Sets the "showFirstColumn" attribute
-
xsetShowFirstColumn
void xsetShowFirstColumn(XmlBoolean showFirstColumn)
Sets (as xml) the "showFirstColumn" attribute
-
unsetShowFirstColumn
void unsetShowFirstColumn()
Unsets the "showFirstColumn" attribute
-
getShowLastColumn
boolean getShowLastColumn()
Gets the "showLastColumn" attribute
-
xgetShowLastColumn
XmlBoolean xgetShowLastColumn()
Gets (as xml) the "showLastColumn" attribute
-
isSetShowLastColumn
boolean isSetShowLastColumn()
True if has "showLastColumn" attribute
-
setShowLastColumn
void setShowLastColumn(boolean showLastColumn)
Sets the "showLastColumn" attribute
-
xsetShowLastColumn
void xsetShowLastColumn(XmlBoolean showLastColumn)
Sets (as xml) the "showLastColumn" attribute
-
unsetShowLastColumn
void unsetShowLastColumn()
Unsets the "showLastColumn" attribute
-
getShowRowStripes
boolean getShowRowStripes()
Gets the "showRowStripes" attribute
-
xgetShowRowStripes
XmlBoolean xgetShowRowStripes()
Gets (as xml) the "showRowStripes" attribute
-
isSetShowRowStripes
boolean isSetShowRowStripes()
True if has "showRowStripes" attribute
-
setShowRowStripes
void setShowRowStripes(boolean showRowStripes)
Sets the "showRowStripes" attribute
-
xsetShowRowStripes
void xsetShowRowStripes(XmlBoolean showRowStripes)
Sets (as xml) the "showRowStripes" attribute
-
unsetShowRowStripes
void unsetShowRowStripes()
Unsets the "showRowStripes" attribute
-
getShowColumnStripes
boolean getShowColumnStripes()
Gets the "showColumnStripes" attribute
-
xgetShowColumnStripes
XmlBoolean xgetShowColumnStripes()
Gets (as xml) the "showColumnStripes" attribute
-
isSetShowColumnStripes
boolean isSetShowColumnStripes()
True if has "showColumnStripes" attribute
-
setShowColumnStripes
void setShowColumnStripes(boolean showColumnStripes)
Sets the "showColumnStripes" attribute
-
xsetShowColumnStripes
void xsetShowColumnStripes(XmlBoolean showColumnStripes)
Sets (as xml) the "showColumnStripes" attribute
-
unsetShowColumnStripes
void unsetShowColumnStripes()
Unsets the "showColumnStripes" attribute
-
-