Interface CTTableStyleInfo
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_TableStyleInfo(@http://schemas.openxmlformats.org/spreadsheetml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTTableStyleInfo> static final SchemaTypeFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptiongetName()Gets the "name" attributebooleanGets the "showColumnStripes" attributebooleanGets the "showFirstColumn" attributebooleanGets the "showLastColumn" attributebooleanGets the "showRowStripes" attributebooleanTrue if has "name" attributebooleanTrue if has "showColumnStripes" attributebooleanTrue if has "showFirstColumn" attributebooleanTrue if has "showLastColumn" attributebooleanTrue if has "showRowStripes" attributevoidSets 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" attributevoidUnsets the "name" attributevoidUnsets the "showColumnStripes" attributevoidUnsets the "showFirstColumn" attributevoidUnsets the "showLastColumn" attributevoidUnsets the "showRowStripes" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstringxgetName()Gets (as xml) the "name" attributeGets (as xml) the "showColumnStripes" attributeGets (as xml) the "showFirstColumn" attributeGets (as xml) the "showLastColumn" attributeGets (as xml) the "showRowStripes" attributevoidxsetName(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.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" attributeMethods 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, valueHashCodeMethods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
Field Details
-
Factory
-
type
-
-
Method Details
-
getName
String getName()Gets the "name" attribute -
xgetName
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring xgetName()Gets (as xml) the "name" attribute -
isSetName
boolean isSetName()True if has "name" attribute -
setName
Sets 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
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
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
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
Sets (as xml) the "showColumnStripes" attribute -
unsetShowColumnStripes
void unsetShowColumnStripes()Unsets the "showColumnStripes" attribute
-