Interface CTSheetPr
-
- All Superinterfaces:
XmlObject
,XmlTokenSource
public interface CTSheetPr extends XmlObject
An XML CT_SheetPr(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
CTSheetPr.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 CTOutlinePr
addNewOutlinePr()
Appends and returns a new empty "outlinePr" elementCTPageSetUpPr
addNewPageSetUpPr()
Appends and returns a new empty "pageSetUpPr" elementCTColor
addNewTabColor()
Appends and returns a new empty "tabColor" elementjava.lang.String
getCodeName()
Gets the "codeName" attributeboolean
getEnableFormatConditionsCalculation()
Gets the "enableFormatConditionsCalculation" attributeboolean
getFilterMode()
Gets the "filterMode" attributeCTOutlinePr
getOutlinePr()
Gets the "outlinePr" elementCTPageSetUpPr
getPageSetUpPr()
Gets the "pageSetUpPr" elementboolean
getPublished()
Gets the "published" attributeboolean
getSyncHorizontal()
Gets the "syncHorizontal" attributejava.lang.String
getSyncRef()
Gets the "syncRef" attributeboolean
getSyncVertical()
Gets the "syncVertical" attributeCTColor
getTabColor()
Gets the "tabColor" elementboolean
getTransitionEntry()
Gets the "transitionEntry" attributeboolean
getTransitionEvaluation()
Gets the "transitionEvaluation" attributeboolean
isSetCodeName()
True if has "codeName" attributeboolean
isSetEnableFormatConditionsCalculation()
True if has "enableFormatConditionsCalculation" attributeboolean
isSetFilterMode()
True if has "filterMode" attributeboolean
isSetOutlinePr()
True if has "outlinePr" elementboolean
isSetPageSetUpPr()
True if has "pageSetUpPr" elementboolean
isSetPublished()
True if has "published" attributeboolean
isSetSyncHorizontal()
True if has "syncHorizontal" attributeboolean
isSetSyncRef()
True if has "syncRef" attributeboolean
isSetSyncVertical()
True if has "syncVertical" attributeboolean
isSetTabColor()
True if has "tabColor" elementboolean
isSetTransitionEntry()
True if has "transitionEntry" attributeboolean
isSetTransitionEvaluation()
True if has "transitionEvaluation" attributevoid
setCodeName(java.lang.String codeName)
Sets the "codeName" attributevoid
setEnableFormatConditionsCalculation(boolean enableFormatConditionsCalculation)
Sets the "enableFormatConditionsCalculation" attributevoid
setFilterMode(boolean filterMode)
Sets the "filterMode" attributevoid
setOutlinePr(CTOutlinePr outlinePr)
Sets the "outlinePr" elementvoid
setPageSetUpPr(CTPageSetUpPr pageSetUpPr)
Sets the "pageSetUpPr" elementvoid
setPublished(boolean published)
Sets the "published" attributevoid
setSyncHorizontal(boolean syncHorizontal)
Sets the "syncHorizontal" attributevoid
setSyncRef(java.lang.String syncRef)
Sets the "syncRef" attributevoid
setSyncVertical(boolean syncVertical)
Sets the "syncVertical" attributevoid
setTabColor(CTColor tabColor)
Sets the "tabColor" elementvoid
setTransitionEntry(boolean transitionEntry)
Sets the "transitionEntry" attributevoid
setTransitionEvaluation(boolean transitionEvaluation)
Sets the "transitionEvaluation" attributevoid
unsetCodeName()
Unsets the "codeName" attributevoid
unsetEnableFormatConditionsCalculation()
Unsets the "enableFormatConditionsCalculation" attributevoid
unsetFilterMode()
Unsets the "filterMode" attributevoid
unsetOutlinePr()
Unsets the "outlinePr" elementvoid
unsetPageSetUpPr()
Unsets the "pageSetUpPr" elementvoid
unsetPublished()
Unsets the "published" attributevoid
unsetSyncHorizontal()
Unsets the "syncHorizontal" attributevoid
unsetSyncRef()
Unsets the "syncRef" attributevoid
unsetSyncVertical()
Unsets the "syncVertical" attributevoid
unsetTabColor()
Unsets the "tabColor" elementvoid
unsetTransitionEntry()
Unsets the "transitionEntry" attributevoid
unsetTransitionEvaluation()
Unsets the "transitionEvaluation" attributeXmlString
xgetCodeName()
Gets (as xml) the "codeName" attributeXmlBoolean
xgetEnableFormatConditionsCalculation()
Gets (as xml) the "enableFormatConditionsCalculation" attributeXmlBoolean
xgetFilterMode()
Gets (as xml) the "filterMode" attributeXmlBoolean
xgetPublished()
Gets (as xml) the "published" attributeXmlBoolean
xgetSyncHorizontal()
Gets (as xml) the "syncHorizontal" attributeSTRef
xgetSyncRef()
Gets (as xml) the "syncRef" attributeXmlBoolean
xgetSyncVertical()
Gets (as xml) the "syncVertical" attributeXmlBoolean
xgetTransitionEntry()
Gets (as xml) the "transitionEntry" attributeXmlBoolean
xgetTransitionEvaluation()
Gets (as xml) the "transitionEvaluation" attributevoid
xsetCodeName(XmlString codeName)
Sets (as xml) the "codeName" attributevoid
xsetEnableFormatConditionsCalculation(XmlBoolean enableFormatConditionsCalculation)
Sets (as xml) the "enableFormatConditionsCalculation" attributevoid
xsetFilterMode(XmlBoolean filterMode)
Sets (as xml) the "filterMode" attributevoid
xsetPublished(XmlBoolean published)
Sets (as xml) the "published" attributevoid
xsetSyncHorizontal(XmlBoolean syncHorizontal)
Sets (as xml) the "syncHorizontal" attributevoid
xsetSyncRef(STRef syncRef)
Sets (as xml) the "syncRef" attributevoid
xsetSyncVertical(XmlBoolean syncVertical)
Sets (as xml) the "syncVertical" attributevoid
xsetTransitionEntry(XmlBoolean transitionEntry)
Sets (as xml) the "transitionEntry" attributevoid
xsetTransitionEvaluation(XmlBoolean transitionEvaluation)
Sets (as xml) the "transitionEvaluation" 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
-
getTabColor
CTColor getTabColor()
Gets the "tabColor" element
-
isSetTabColor
boolean isSetTabColor()
True if has "tabColor" element
-
setTabColor
void setTabColor(CTColor tabColor)
Sets the "tabColor" element
-
addNewTabColor
CTColor addNewTabColor()
Appends and returns a new empty "tabColor" element
-
unsetTabColor
void unsetTabColor()
Unsets the "tabColor" element
-
getOutlinePr
CTOutlinePr getOutlinePr()
Gets the "outlinePr" element
-
isSetOutlinePr
boolean isSetOutlinePr()
True if has "outlinePr" element
-
setOutlinePr
void setOutlinePr(CTOutlinePr outlinePr)
Sets the "outlinePr" element
-
addNewOutlinePr
CTOutlinePr addNewOutlinePr()
Appends and returns a new empty "outlinePr" element
-
unsetOutlinePr
void unsetOutlinePr()
Unsets the "outlinePr" element
-
getPageSetUpPr
CTPageSetUpPr getPageSetUpPr()
Gets the "pageSetUpPr" element
-
isSetPageSetUpPr
boolean isSetPageSetUpPr()
True if has "pageSetUpPr" element
-
setPageSetUpPr
void setPageSetUpPr(CTPageSetUpPr pageSetUpPr)
Sets the "pageSetUpPr" element
-
addNewPageSetUpPr
CTPageSetUpPr addNewPageSetUpPr()
Appends and returns a new empty "pageSetUpPr" element
-
unsetPageSetUpPr
void unsetPageSetUpPr()
Unsets the "pageSetUpPr" element
-
getSyncHorizontal
boolean getSyncHorizontal()
Gets the "syncHorizontal" attribute
-
xgetSyncHorizontal
XmlBoolean xgetSyncHorizontal()
Gets (as xml) the "syncHorizontal" attribute
-
isSetSyncHorizontal
boolean isSetSyncHorizontal()
True if has "syncHorizontal" attribute
-
setSyncHorizontal
void setSyncHorizontal(boolean syncHorizontal)
Sets the "syncHorizontal" attribute
-
xsetSyncHorizontal
void xsetSyncHorizontal(XmlBoolean syncHorizontal)
Sets (as xml) the "syncHorizontal" attribute
-
unsetSyncHorizontal
void unsetSyncHorizontal()
Unsets the "syncHorizontal" attribute
-
getSyncVertical
boolean getSyncVertical()
Gets the "syncVertical" attribute
-
xgetSyncVertical
XmlBoolean xgetSyncVertical()
Gets (as xml) the "syncVertical" attribute
-
isSetSyncVertical
boolean isSetSyncVertical()
True if has "syncVertical" attribute
-
setSyncVertical
void setSyncVertical(boolean syncVertical)
Sets the "syncVertical" attribute
-
xsetSyncVertical
void xsetSyncVertical(XmlBoolean syncVertical)
Sets (as xml) the "syncVertical" attribute
-
unsetSyncVertical
void unsetSyncVertical()
Unsets the "syncVertical" attribute
-
getSyncRef
java.lang.String getSyncRef()
Gets the "syncRef" attribute
-
xgetSyncRef
STRef xgetSyncRef()
Gets (as xml) the "syncRef" attribute
-
isSetSyncRef
boolean isSetSyncRef()
True if has "syncRef" attribute
-
setSyncRef
void setSyncRef(java.lang.String syncRef)
Sets the "syncRef" attribute
-
xsetSyncRef
void xsetSyncRef(STRef syncRef)
Sets (as xml) the "syncRef" attribute
-
unsetSyncRef
void unsetSyncRef()
Unsets the "syncRef" attribute
-
getTransitionEvaluation
boolean getTransitionEvaluation()
Gets the "transitionEvaluation" attribute
-
xgetTransitionEvaluation
XmlBoolean xgetTransitionEvaluation()
Gets (as xml) the "transitionEvaluation" attribute
-
isSetTransitionEvaluation
boolean isSetTransitionEvaluation()
True if has "transitionEvaluation" attribute
-
setTransitionEvaluation
void setTransitionEvaluation(boolean transitionEvaluation)
Sets the "transitionEvaluation" attribute
-
xsetTransitionEvaluation
void xsetTransitionEvaluation(XmlBoolean transitionEvaluation)
Sets (as xml) the "transitionEvaluation" attribute
-
unsetTransitionEvaluation
void unsetTransitionEvaluation()
Unsets the "transitionEvaluation" attribute
-
getTransitionEntry
boolean getTransitionEntry()
Gets the "transitionEntry" attribute
-
xgetTransitionEntry
XmlBoolean xgetTransitionEntry()
Gets (as xml) the "transitionEntry" attribute
-
isSetTransitionEntry
boolean isSetTransitionEntry()
True if has "transitionEntry" attribute
-
setTransitionEntry
void setTransitionEntry(boolean transitionEntry)
Sets the "transitionEntry" attribute
-
xsetTransitionEntry
void xsetTransitionEntry(XmlBoolean transitionEntry)
Sets (as xml) the "transitionEntry" attribute
-
unsetTransitionEntry
void unsetTransitionEntry()
Unsets the "transitionEntry" attribute
-
getPublished
boolean getPublished()
Gets the "published" attribute
-
xgetPublished
XmlBoolean xgetPublished()
Gets (as xml) the "published" attribute
-
isSetPublished
boolean isSetPublished()
True if has "published" attribute
-
setPublished
void setPublished(boolean published)
Sets the "published" attribute
-
xsetPublished
void xsetPublished(XmlBoolean published)
Sets (as xml) the "published" attribute
-
unsetPublished
void unsetPublished()
Unsets the "published" attribute
-
getCodeName
java.lang.String getCodeName()
Gets the "codeName" attribute
-
xgetCodeName
XmlString xgetCodeName()
Gets (as xml) the "codeName" attribute
-
isSetCodeName
boolean isSetCodeName()
True if has "codeName" attribute
-
setCodeName
void setCodeName(java.lang.String codeName)
Sets the "codeName" attribute
-
xsetCodeName
void xsetCodeName(XmlString codeName)
Sets (as xml) the "codeName" attribute
-
unsetCodeName
void unsetCodeName()
Unsets the "codeName" attribute
-
getFilterMode
boolean getFilterMode()
Gets the "filterMode" attribute
-
xgetFilterMode
XmlBoolean xgetFilterMode()
Gets (as xml) the "filterMode" attribute
-
isSetFilterMode
boolean isSetFilterMode()
True if has "filterMode" attribute
-
setFilterMode
void setFilterMode(boolean filterMode)
Sets the "filterMode" attribute
-
xsetFilterMode
void xsetFilterMode(XmlBoolean filterMode)
Sets (as xml) the "filterMode" attribute
-
unsetFilterMode
void unsetFilterMode()
Unsets the "filterMode" attribute
-
getEnableFormatConditionsCalculation
boolean getEnableFormatConditionsCalculation()
Gets the "enableFormatConditionsCalculation" attribute
-
xgetEnableFormatConditionsCalculation
XmlBoolean xgetEnableFormatConditionsCalculation()
Gets (as xml) the "enableFormatConditionsCalculation" attribute
-
isSetEnableFormatConditionsCalculation
boolean isSetEnableFormatConditionsCalculation()
True if has "enableFormatConditionsCalculation" attribute
-
setEnableFormatConditionsCalculation
void setEnableFormatConditionsCalculation(boolean enableFormatConditionsCalculation)
Sets the "enableFormatConditionsCalculation" attribute
-
xsetEnableFormatConditionsCalculation
void xsetEnableFormatConditionsCalculation(XmlBoolean enableFormatConditionsCalculation)
Sets (as xml) the "enableFormatConditionsCalculation" attribute
-
unsetEnableFormatConditionsCalculation
void unsetEnableFormatConditionsCalculation()
Unsets the "enableFormatConditionsCalculation" attribute
-
-