Interface CTOutlinePr
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_OutlinePr(@http://schemas.openxmlformats.org/spreadsheetml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTOutlinePr> static final SchemaTypeFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the "applyStyles" attributebooleanGets the "showOutlineSymbols" attributebooleanGets the "summaryBelow" attributebooleanGets the "summaryRight" attributebooleanTrue if has "applyStyles" attributebooleanTrue if has "showOutlineSymbols" attributebooleanTrue if has "summaryBelow" attributebooleanTrue if has "summaryRight" attributevoidsetApplyStyles(boolean applyStyles) Sets the "applyStyles" attributevoidsetShowOutlineSymbols(boolean showOutlineSymbols) Sets the "showOutlineSymbols" attributevoidsetSummaryBelow(boolean summaryBelow) Sets the "summaryBelow" attributevoidsetSummaryRight(boolean summaryRight) Sets the "summaryRight" attributevoidUnsets the "applyStyles" attributevoidUnsets the "showOutlineSymbols" attributevoidUnsets the "summaryBelow" attributevoidUnsets the "summaryRight" attributeGets (as xml) the "applyStyles" attributeGets (as xml) the "showOutlineSymbols" attributeGets (as xml) the "summaryBelow" attributeGets (as xml) the "summaryRight" attributevoidxsetApplyStyles(XmlBoolean applyStyles) Sets (as xml) the "applyStyles" attributevoidxsetShowOutlineSymbols(XmlBoolean showOutlineSymbols) Sets (as xml) the "showOutlineSymbols" attributevoidxsetSummaryBelow(XmlBoolean summaryBelow) Sets (as xml) the "summaryBelow" attributevoidxsetSummaryRight(XmlBoolean summaryRight) Sets (as xml) the "summaryRight" 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
-
getApplyStyles
boolean getApplyStyles()Gets the "applyStyles" attribute -
xgetApplyStyles
XmlBoolean xgetApplyStyles()Gets (as xml) the "applyStyles" attribute -
isSetApplyStyles
boolean isSetApplyStyles()True if has "applyStyles" attribute -
setApplyStyles
void setApplyStyles(boolean applyStyles) Sets the "applyStyles" attribute -
xsetApplyStyles
Sets (as xml) the "applyStyles" attribute -
unsetApplyStyles
void unsetApplyStyles()Unsets the "applyStyles" attribute -
getSummaryBelow
boolean getSummaryBelow()Gets the "summaryBelow" attribute -
xgetSummaryBelow
XmlBoolean xgetSummaryBelow()Gets (as xml) the "summaryBelow" attribute -
isSetSummaryBelow
boolean isSetSummaryBelow()True if has "summaryBelow" attribute -
setSummaryBelow
void setSummaryBelow(boolean summaryBelow) Sets the "summaryBelow" attribute -
xsetSummaryBelow
Sets (as xml) the "summaryBelow" attribute -
unsetSummaryBelow
void unsetSummaryBelow()Unsets the "summaryBelow" attribute -
getSummaryRight
boolean getSummaryRight()Gets the "summaryRight" attribute -
xgetSummaryRight
XmlBoolean xgetSummaryRight()Gets (as xml) the "summaryRight" attribute -
isSetSummaryRight
boolean isSetSummaryRight()True if has "summaryRight" attribute -
setSummaryRight
void setSummaryRight(boolean summaryRight) Sets the "summaryRight" attribute -
xsetSummaryRight
Sets (as xml) the "summaryRight" attribute -
unsetSummaryRight
void unsetSummaryRight()Unsets the "summaryRight" attribute -
getShowOutlineSymbols
boolean getShowOutlineSymbols()Gets the "showOutlineSymbols" attribute -
xgetShowOutlineSymbols
XmlBoolean xgetShowOutlineSymbols()Gets (as xml) the "showOutlineSymbols" attribute -
isSetShowOutlineSymbols
boolean isSetShowOutlineSymbols()True if has "showOutlineSymbols" attribute -
setShowOutlineSymbols
void setShowOutlineSymbols(boolean showOutlineSymbols) Sets the "showOutlineSymbols" attribute -
xsetShowOutlineSymbols
Sets (as xml) the "showOutlineSymbols" attribute -
unsetShowOutlineSymbols
void unsetShowOutlineSymbols()Unsets the "showOutlineSymbols" attribute
-