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 class
CTOutlinePr.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 boolean
getApplyStyles()
Gets the "applyStyles" attributeboolean
getShowOutlineSymbols()
Gets the "showOutlineSymbols" attributeboolean
getSummaryBelow()
Gets the "summaryBelow" attributeboolean
getSummaryRight()
Gets the "summaryRight" attributeboolean
isSetApplyStyles()
True if has "applyStyles" attributeboolean
isSetShowOutlineSymbols()
True if has "showOutlineSymbols" attributeboolean
isSetSummaryBelow()
True if has "summaryBelow" attributeboolean
isSetSummaryRight()
True if has "summaryRight" attributevoid
setApplyStyles(boolean applyStyles)
Sets the "applyStyles" attributevoid
setShowOutlineSymbols(boolean showOutlineSymbols)
Sets the "showOutlineSymbols" attributevoid
setSummaryBelow(boolean summaryBelow)
Sets the "summaryBelow" attributevoid
setSummaryRight(boolean summaryRight)
Sets the "summaryRight" attributevoid
unsetApplyStyles()
Unsets the "applyStyles" attributevoid
unsetShowOutlineSymbols()
Unsets the "showOutlineSymbols" attributevoid
unsetSummaryBelow()
Unsets the "summaryBelow" attributevoid
unsetSummaryRight()
Unsets the "summaryRight" attributeXmlBoolean
xgetApplyStyles()
Gets (as xml) the "applyStyles" attributeXmlBoolean
xgetShowOutlineSymbols()
Gets (as xml) the "showOutlineSymbols" attributeXmlBoolean
xgetSummaryBelow()
Gets (as xml) the "summaryBelow" attributeXmlBoolean
xgetSummaryRight()
Gets (as xml) the "summaryRight" attributevoid
xsetApplyStyles(XmlBoolean applyStyles)
Sets (as xml) the "applyStyles" attributevoid
xsetShowOutlineSymbols(XmlBoolean showOutlineSymbols)
Sets (as xml) the "showOutlineSymbols" attributevoid
xsetSummaryBelow(XmlBoolean summaryBelow)
Sets (as xml) the "summaryBelow" attributevoid
xsetSummaryRight(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
-
-