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 class
CTTableStyleInfo.Factory
A factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaType
type
-
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.String
getName()
Gets the "name" attributeboolean
getShowColumnStripes()
Gets the "showColumnStripes" attributeboolean
getShowFirstColumn()
Gets the "showFirstColumn" attributeboolean
getShowLastColumn()
Gets the "showLastColumn" attributeboolean
getShowRowStripes()
Gets the "showRowStripes" attributeboolean
isSetName()
True if has "name" attributeboolean
isSetShowColumnStripes()
True if has "showColumnStripes" attributeboolean
isSetShowFirstColumn()
True if has "showFirstColumn" attributeboolean
isSetShowLastColumn()
True if has "showLastColumn" attributeboolean
isSetShowRowStripes()
True if has "showRowStripes" attributevoid
setName(java.lang.String name)
Sets the "name" attributevoid
setShowColumnStripes(boolean showColumnStripes)
Sets the "showColumnStripes" attributevoid
setShowFirstColumn(boolean showFirstColumn)
Sets the "showFirstColumn" attributevoid
setShowLastColumn(boolean showLastColumn)
Sets the "showLastColumn" attributevoid
setShowRowStripes(boolean showRowStripes)
Sets the "showRowStripes" attributevoid
unsetName()
Unsets the "name" attributevoid
unsetShowColumnStripes()
Unsets the "showColumnStripes" attributevoid
unsetShowFirstColumn()
Unsets the "showFirstColumn" attributevoid
unsetShowLastColumn()
Unsets the "showLastColumn" attributevoid
unsetShowRowStripes()
Unsets the "showRowStripes" attributeSTXstring
xgetName()
Gets (as xml) the "name" attributeXmlBoolean
xgetShowColumnStripes()
Gets (as xml) the "showColumnStripes" attributeXmlBoolean
xgetShowFirstColumn()
Gets (as xml) the "showFirstColumn" attributeXmlBoolean
xgetShowLastColumn()
Gets (as xml) the "showLastColumn" attributeXmlBoolean
xgetShowRowStripes()
Gets (as xml) the "showRowStripes" attributevoid
xsetName(STXstring name)
Sets (as xml) the "name" attributevoid
xsetShowColumnStripes(XmlBoolean showColumnStripes)
Sets (as xml) the "showColumnStripes" attributevoid
xsetShowFirstColumn(XmlBoolean showFirstColumn)
Sets (as xml) the "showFirstColumn" attributevoid
xsetShowLastColumn(XmlBoolean showLastColumn)
Sets (as xml) the "showLastColumn" attributevoid
xsetShowRowStripes(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
-
-