Interface CTWorkbook
-
- All Superinterfaces:
XmlObject
,XmlTokenSource
public interface CTWorkbook extends XmlObject
An XML CT_Workbook(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
CTWorkbook.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 Deprecated Methods Modifier and Type Method Description CTBookViews
addNewBookViews()
Appends and returns a new empty "bookViews" elementCTCalcPr
addNewCalcPr()
Appends and returns a new empty "calcPr" elementCTCustomWorkbookViews
addNewCustomWorkbookViews()
Appends and returns a new empty "customWorkbookViews" elementCTDefinedNames
addNewDefinedNames()
Appends and returns a new empty "definedNames" elementCTExternalReferences
addNewExternalReferences()
Appends and returns a new empty "externalReferences" elementCTExtensionList
addNewExtLst()
Appends and returns a new empty "extLst" elementCTFileRecoveryPr
addNewFileRecoveryPr()
Appends and returns a new empty value (as xml) as the last "fileRecoveryPr" elementCTFileSharing
addNewFileSharing()
Appends and returns a new empty "fileSharing" elementCTFileVersion
addNewFileVersion()
Appends and returns a new empty "fileVersion" elementCTFunctionGroups
addNewFunctionGroups()
Appends and returns a new empty "functionGroups" elementCTOleSize
addNewOleSize()
Appends and returns a new empty "oleSize" elementCTPivotCaches
addNewPivotCaches()
Appends and returns a new empty "pivotCaches" elementCTSheets
addNewSheets()
Appends and returns a new empty "sheets" elementCTSmartTagPr
addNewSmartTagPr()
Appends and returns a new empty "smartTagPr" elementCTSmartTagTypes
addNewSmartTagTypes()
Appends and returns a new empty "smartTagTypes" elementCTWebPublishing
addNewWebPublishing()
Appends and returns a new empty "webPublishing" elementCTWebPublishObjects
addNewWebPublishObjects()
Appends and returns a new empty "webPublishObjects" elementCTWorkbookPr
addNewWorkbookPr()
Appends and returns a new empty "workbookPr" elementCTWorkbookProtection
addNewWorkbookProtection()
Appends and returns a new empty "workbookProtection" elementCTBookViews
getBookViews()
Gets the "bookViews" elementCTCalcPr
getCalcPr()
Gets the "calcPr" elementCTCustomWorkbookViews
getCustomWorkbookViews()
Gets the "customWorkbookViews" elementCTDefinedNames
getDefinedNames()
Gets the "definedNames" elementCTExternalReferences
getExternalReferences()
Gets the "externalReferences" elementCTExtensionList
getExtLst()
Gets the "extLst" elementCTFileRecoveryPr[]
getFileRecoveryPrArray()
Deprecated.CTFileRecoveryPr
getFileRecoveryPrArray(int i)
Gets ith "fileRecoveryPr" elementjava.util.List<CTFileRecoveryPr>
getFileRecoveryPrList()
Gets a List of "fileRecoveryPr" elementsCTFileSharing
getFileSharing()
Gets the "fileSharing" elementCTFileVersion
getFileVersion()
Gets the "fileVersion" elementCTFunctionGroups
getFunctionGroups()
Gets the "functionGroups" elementCTOleSize
getOleSize()
Gets the "oleSize" elementCTPivotCaches
getPivotCaches()
Gets the "pivotCaches" elementCTSheets
getSheets()
Gets the "sheets" elementCTSmartTagPr
getSmartTagPr()
Gets the "smartTagPr" elementCTSmartTagTypes
getSmartTagTypes()
Gets the "smartTagTypes" elementCTWebPublishing
getWebPublishing()
Gets the "webPublishing" elementCTWebPublishObjects
getWebPublishObjects()
Gets the "webPublishObjects" elementCTWorkbookPr
getWorkbookPr()
Gets the "workbookPr" elementCTWorkbookProtection
getWorkbookProtection()
Gets the "workbookProtection" elementCTFileRecoveryPr
insertNewFileRecoveryPr(int i)
Inserts and returns a new empty value (as xml) as the ith "fileRecoveryPr" elementboolean
isSetBookViews()
True if has "bookViews" elementboolean
isSetCalcPr()
True if has "calcPr" elementboolean
isSetCustomWorkbookViews()
True if has "customWorkbookViews" elementboolean
isSetDefinedNames()
True if has "definedNames" elementboolean
isSetExternalReferences()
True if has "externalReferences" elementboolean
isSetExtLst()
True if has "extLst" elementboolean
isSetFileSharing()
True if has "fileSharing" elementboolean
isSetFileVersion()
True if has "fileVersion" elementboolean
isSetFunctionGroups()
True if has "functionGroups" elementboolean
isSetOleSize()
True if has "oleSize" elementboolean
isSetPivotCaches()
True if has "pivotCaches" elementboolean
isSetSmartTagPr()
True if has "smartTagPr" elementboolean
isSetSmartTagTypes()
True if has "smartTagTypes" elementboolean
isSetWebPublishing()
True if has "webPublishing" elementboolean
isSetWebPublishObjects()
True if has "webPublishObjects" elementboolean
isSetWorkbookPr()
True if has "workbookPr" elementboolean
isSetWorkbookProtection()
True if has "workbookProtection" elementvoid
removeFileRecoveryPr(int i)
Removes the ith "fileRecoveryPr" elementvoid
setBookViews(CTBookViews bookViews)
Sets the "bookViews" elementvoid
setCalcPr(CTCalcPr calcPr)
Sets the "calcPr" elementvoid
setCustomWorkbookViews(CTCustomWorkbookViews customWorkbookViews)
Sets the "customWorkbookViews" elementvoid
setDefinedNames(CTDefinedNames definedNames)
Sets the "definedNames" elementvoid
setExternalReferences(CTExternalReferences externalReferences)
Sets the "externalReferences" elementvoid
setExtLst(CTExtensionList extLst)
Sets the "extLst" elementvoid
setFileRecoveryPrArray(int i, CTFileRecoveryPr fileRecoveryPr)
Sets ith "fileRecoveryPr" elementvoid
setFileRecoveryPrArray(CTFileRecoveryPr[] fileRecoveryPrArray)
Sets array of all "fileRecoveryPr" elementvoid
setFileSharing(CTFileSharing fileSharing)
Sets the "fileSharing" elementvoid
setFileVersion(CTFileVersion fileVersion)
Sets the "fileVersion" elementvoid
setFunctionGroups(CTFunctionGroups functionGroups)
Sets the "functionGroups" elementvoid
setOleSize(CTOleSize oleSize)
Sets the "oleSize" elementvoid
setPivotCaches(CTPivotCaches pivotCaches)
Sets the "pivotCaches" elementvoid
setSheets(CTSheets sheets)
Sets the "sheets" elementvoid
setSmartTagPr(CTSmartTagPr smartTagPr)
Sets the "smartTagPr" elementvoid
setSmartTagTypes(CTSmartTagTypes smartTagTypes)
Sets the "smartTagTypes" elementvoid
setWebPublishing(CTWebPublishing webPublishing)
Sets the "webPublishing" elementvoid
setWebPublishObjects(CTWebPublishObjects webPublishObjects)
Sets the "webPublishObjects" elementvoid
setWorkbookPr(CTWorkbookPr workbookPr)
Sets the "workbookPr" elementvoid
setWorkbookProtection(CTWorkbookProtection workbookProtection)
Sets the "workbookProtection" elementint
sizeOfFileRecoveryPrArray()
Returns number of "fileRecoveryPr" elementvoid
unsetBookViews()
Unsets the "bookViews" elementvoid
unsetCalcPr()
Unsets the "calcPr" elementvoid
unsetCustomWorkbookViews()
Unsets the "customWorkbookViews" elementvoid
unsetDefinedNames()
Unsets the "definedNames" elementvoid
unsetExternalReferences()
Unsets the "externalReferences" elementvoid
unsetExtLst()
Unsets the "extLst" elementvoid
unsetFileSharing()
Unsets the "fileSharing" elementvoid
unsetFileVersion()
Unsets the "fileVersion" elementvoid
unsetFunctionGroups()
Unsets the "functionGroups" elementvoid
unsetOleSize()
Unsets the "oleSize" elementvoid
unsetPivotCaches()
Unsets the "pivotCaches" elementvoid
unsetSmartTagPr()
Unsets the "smartTagPr" elementvoid
unsetSmartTagTypes()
Unsets the "smartTagTypes" elementvoid
unsetWebPublishing()
Unsets the "webPublishing" elementvoid
unsetWebPublishObjects()
Unsets the "webPublishObjects" elementvoid
unsetWorkbookPr()
Unsets the "workbookPr" elementvoid
unsetWorkbookProtection()
Unsets the "workbookProtection" element-
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
-
getFileVersion
CTFileVersion getFileVersion()
Gets the "fileVersion" element
-
isSetFileVersion
boolean isSetFileVersion()
True if has "fileVersion" element
-
setFileVersion
void setFileVersion(CTFileVersion fileVersion)
Sets the "fileVersion" element
-
addNewFileVersion
CTFileVersion addNewFileVersion()
Appends and returns a new empty "fileVersion" element
-
unsetFileVersion
void unsetFileVersion()
Unsets the "fileVersion" element
-
getFileSharing
CTFileSharing getFileSharing()
Gets the "fileSharing" element
-
isSetFileSharing
boolean isSetFileSharing()
True if has "fileSharing" element
-
setFileSharing
void setFileSharing(CTFileSharing fileSharing)
Sets the "fileSharing" element
-
addNewFileSharing
CTFileSharing addNewFileSharing()
Appends and returns a new empty "fileSharing" element
-
unsetFileSharing
void unsetFileSharing()
Unsets the "fileSharing" element
-
getWorkbookPr
CTWorkbookPr getWorkbookPr()
Gets the "workbookPr" element
-
isSetWorkbookPr
boolean isSetWorkbookPr()
True if has "workbookPr" element
-
setWorkbookPr
void setWorkbookPr(CTWorkbookPr workbookPr)
Sets the "workbookPr" element
-
addNewWorkbookPr
CTWorkbookPr addNewWorkbookPr()
Appends and returns a new empty "workbookPr" element
-
unsetWorkbookPr
void unsetWorkbookPr()
Unsets the "workbookPr" element
-
getWorkbookProtection
CTWorkbookProtection getWorkbookProtection()
Gets the "workbookProtection" element
-
isSetWorkbookProtection
boolean isSetWorkbookProtection()
True if has "workbookProtection" element
-
setWorkbookProtection
void setWorkbookProtection(CTWorkbookProtection workbookProtection)
Sets the "workbookProtection" element
-
addNewWorkbookProtection
CTWorkbookProtection addNewWorkbookProtection()
Appends and returns a new empty "workbookProtection" element
-
unsetWorkbookProtection
void unsetWorkbookProtection()
Unsets the "workbookProtection" element
-
getBookViews
CTBookViews getBookViews()
Gets the "bookViews" element
-
isSetBookViews
boolean isSetBookViews()
True if has "bookViews" element
-
setBookViews
void setBookViews(CTBookViews bookViews)
Sets the "bookViews" element
-
addNewBookViews
CTBookViews addNewBookViews()
Appends and returns a new empty "bookViews" element
-
unsetBookViews
void unsetBookViews()
Unsets the "bookViews" element
-
getSheets
CTSheets getSheets()
Gets the "sheets" element
-
setSheets
void setSheets(CTSheets sheets)
Sets the "sheets" element
-
addNewSheets
CTSheets addNewSheets()
Appends and returns a new empty "sheets" element
-
getFunctionGroups
CTFunctionGroups getFunctionGroups()
Gets the "functionGroups" element
-
isSetFunctionGroups
boolean isSetFunctionGroups()
True if has "functionGroups" element
-
setFunctionGroups
void setFunctionGroups(CTFunctionGroups functionGroups)
Sets the "functionGroups" element
-
addNewFunctionGroups
CTFunctionGroups addNewFunctionGroups()
Appends and returns a new empty "functionGroups" element
-
unsetFunctionGroups
void unsetFunctionGroups()
Unsets the "functionGroups" element
-
getExternalReferences
CTExternalReferences getExternalReferences()
Gets the "externalReferences" element
-
isSetExternalReferences
boolean isSetExternalReferences()
True if has "externalReferences" element
-
setExternalReferences
void setExternalReferences(CTExternalReferences externalReferences)
Sets the "externalReferences" element
-
addNewExternalReferences
CTExternalReferences addNewExternalReferences()
Appends and returns a new empty "externalReferences" element
-
unsetExternalReferences
void unsetExternalReferences()
Unsets the "externalReferences" element
-
getDefinedNames
CTDefinedNames getDefinedNames()
Gets the "definedNames" element
-
isSetDefinedNames
boolean isSetDefinedNames()
True if has "definedNames" element
-
setDefinedNames
void setDefinedNames(CTDefinedNames definedNames)
Sets the "definedNames" element
-
addNewDefinedNames
CTDefinedNames addNewDefinedNames()
Appends and returns a new empty "definedNames" element
-
unsetDefinedNames
void unsetDefinedNames()
Unsets the "definedNames" element
-
getCalcPr
CTCalcPr getCalcPr()
Gets the "calcPr" element
-
isSetCalcPr
boolean isSetCalcPr()
True if has "calcPr" element
-
setCalcPr
void setCalcPr(CTCalcPr calcPr)
Sets the "calcPr" element
-
addNewCalcPr
CTCalcPr addNewCalcPr()
Appends and returns a new empty "calcPr" element
-
unsetCalcPr
void unsetCalcPr()
Unsets the "calcPr" element
-
getOleSize
CTOleSize getOleSize()
Gets the "oleSize" element
-
isSetOleSize
boolean isSetOleSize()
True if has "oleSize" element
-
setOleSize
void setOleSize(CTOleSize oleSize)
Sets the "oleSize" element
-
addNewOleSize
CTOleSize addNewOleSize()
Appends and returns a new empty "oleSize" element
-
unsetOleSize
void unsetOleSize()
Unsets the "oleSize" element
-
getCustomWorkbookViews
CTCustomWorkbookViews getCustomWorkbookViews()
Gets the "customWorkbookViews" element
-
isSetCustomWorkbookViews
boolean isSetCustomWorkbookViews()
True if has "customWorkbookViews" element
-
setCustomWorkbookViews
void setCustomWorkbookViews(CTCustomWorkbookViews customWorkbookViews)
Sets the "customWorkbookViews" element
-
addNewCustomWorkbookViews
CTCustomWorkbookViews addNewCustomWorkbookViews()
Appends and returns a new empty "customWorkbookViews" element
-
unsetCustomWorkbookViews
void unsetCustomWorkbookViews()
Unsets the "customWorkbookViews" element
-
getPivotCaches
CTPivotCaches getPivotCaches()
Gets the "pivotCaches" element
-
isSetPivotCaches
boolean isSetPivotCaches()
True if has "pivotCaches" element
-
setPivotCaches
void setPivotCaches(CTPivotCaches pivotCaches)
Sets the "pivotCaches" element
-
addNewPivotCaches
CTPivotCaches addNewPivotCaches()
Appends and returns a new empty "pivotCaches" element
-
unsetPivotCaches
void unsetPivotCaches()
Unsets the "pivotCaches" element
-
getSmartTagPr
CTSmartTagPr getSmartTagPr()
Gets the "smartTagPr" element
-
isSetSmartTagPr
boolean isSetSmartTagPr()
True if has "smartTagPr" element
-
setSmartTagPr
void setSmartTagPr(CTSmartTagPr smartTagPr)
Sets the "smartTagPr" element
-
addNewSmartTagPr
CTSmartTagPr addNewSmartTagPr()
Appends and returns a new empty "smartTagPr" element
-
unsetSmartTagPr
void unsetSmartTagPr()
Unsets the "smartTagPr" element
-
getSmartTagTypes
CTSmartTagTypes getSmartTagTypes()
Gets the "smartTagTypes" element
-
isSetSmartTagTypes
boolean isSetSmartTagTypes()
True if has "smartTagTypes" element
-
setSmartTagTypes
void setSmartTagTypes(CTSmartTagTypes smartTagTypes)
Sets the "smartTagTypes" element
-
addNewSmartTagTypes
CTSmartTagTypes addNewSmartTagTypes()
Appends and returns a new empty "smartTagTypes" element
-
unsetSmartTagTypes
void unsetSmartTagTypes()
Unsets the "smartTagTypes" element
-
getWebPublishing
CTWebPublishing getWebPublishing()
Gets the "webPublishing" element
-
isSetWebPublishing
boolean isSetWebPublishing()
True if has "webPublishing" element
-
setWebPublishing
void setWebPublishing(CTWebPublishing webPublishing)
Sets the "webPublishing" element
-
addNewWebPublishing
CTWebPublishing addNewWebPublishing()
Appends and returns a new empty "webPublishing" element
-
unsetWebPublishing
void unsetWebPublishing()
Unsets the "webPublishing" element
-
getFileRecoveryPrList
java.util.List<CTFileRecoveryPr> getFileRecoveryPrList()
Gets a List of "fileRecoveryPr" elements
-
getFileRecoveryPrArray
@Deprecated CTFileRecoveryPr[] getFileRecoveryPrArray()
Deprecated.Gets array of all "fileRecoveryPr" elements
-
getFileRecoveryPrArray
CTFileRecoveryPr getFileRecoveryPrArray(int i)
Gets ith "fileRecoveryPr" element
-
sizeOfFileRecoveryPrArray
int sizeOfFileRecoveryPrArray()
Returns number of "fileRecoveryPr" element
-
setFileRecoveryPrArray
void setFileRecoveryPrArray(CTFileRecoveryPr[] fileRecoveryPrArray)
Sets array of all "fileRecoveryPr" element
-
setFileRecoveryPrArray
void setFileRecoveryPrArray(int i, CTFileRecoveryPr fileRecoveryPr)
Sets ith "fileRecoveryPr" element
-
insertNewFileRecoveryPr
CTFileRecoveryPr insertNewFileRecoveryPr(int i)
Inserts and returns a new empty value (as xml) as the ith "fileRecoveryPr" element
-
addNewFileRecoveryPr
CTFileRecoveryPr addNewFileRecoveryPr()
Appends and returns a new empty value (as xml) as the last "fileRecoveryPr" element
-
removeFileRecoveryPr
void removeFileRecoveryPr(int i)
Removes the ith "fileRecoveryPr" element
-
getWebPublishObjects
CTWebPublishObjects getWebPublishObjects()
Gets the "webPublishObjects" element
-
isSetWebPublishObjects
boolean isSetWebPublishObjects()
True if has "webPublishObjects" element
-
setWebPublishObjects
void setWebPublishObjects(CTWebPublishObjects webPublishObjects)
Sets the "webPublishObjects" element
-
addNewWebPublishObjects
CTWebPublishObjects addNewWebPublishObjects()
Appends and returns a new empty "webPublishObjects" element
-
unsetWebPublishObjects
void unsetWebPublishObjects()
Unsets the "webPublishObjects" element
-
getExtLst
CTExtensionList getExtLst()
Gets the "extLst" element
-
isSetExtLst
boolean isSetExtLst()
True if has "extLst" element
-
setExtLst
void setExtLst(CTExtensionList extLst)
Sets the "extLst" element
-
addNewExtLst
CTExtensionList addNewExtLst()
Appends and returns a new empty "extLst" element
-
unsetExtLst
void unsetExtLst()
Unsets the "extLst" element
-
-