Interface CTOutlinePr
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface CTOutlinePr extends XmlObject
An XML CT_OutlinePr(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCTOutlinePr.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 booleangetApplyStyles()Gets the "applyStyles" attributebooleangetShowOutlineSymbols()Gets the "showOutlineSymbols" attributebooleangetSummaryBelow()Gets the "summaryBelow" attributebooleangetSummaryRight()Gets the "summaryRight" attributebooleanisSetApplyStyles()True if has "applyStyles" attributebooleanisSetShowOutlineSymbols()True if has "showOutlineSymbols" attributebooleanisSetSummaryBelow()True if has "summaryBelow" attributebooleanisSetSummaryRight()True 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" attributevoidunsetApplyStyles()Unsets the "applyStyles" attributevoidunsetShowOutlineSymbols()Unsets the "showOutlineSymbols" attributevoidunsetSummaryBelow()Unsets the "summaryBelow" attributevoidunsetSummaryRight()Unsets the "summaryRight" attributeXmlBooleanxgetApplyStyles()Gets (as xml) the "applyStyles" attributeXmlBooleanxgetShowOutlineSymbols()Gets (as xml) the "showOutlineSymbols" attributeXmlBooleanxgetSummaryBelow()Gets (as xml) the "summaryBelow" attributeXmlBooleanxgetSummaryRight()Gets (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" 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
-
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
void xsetApplyStyles(XmlBoolean applyStyles)
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
void xsetSummaryBelow(XmlBoolean summaryBelow)
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
void xsetSummaryRight(XmlBoolean summaryRight)
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
void xsetShowOutlineSymbols(XmlBoolean showOutlineSymbols)
Sets (as xml) the "showOutlineSymbols" attribute
-
unsetShowOutlineSymbols
void unsetShowOutlineSymbols()
Unsets the "showOutlineSymbols" attribute
-
-