Interface CTWorkbook
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_Workbook(@http://schemas.openxmlformats.org/spreadsheetml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTWorkbook> static final SchemaTypeFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionAppends and returns a new empty "bookViews" elementAppends and returns a new empty "calcPr" elementAppends and returns a new empty "customWorkbookViews" elementAppends and returns a new empty "definedNames" elementAppends and returns a new empty "externalReferences" elementAppends and returns a new empty "extLst" elementAppends and returns a new empty value (as xml) as the last "fileRecoveryPr" elementAppends and returns a new empty "fileSharing" elementAppends and returns a new empty "fileVersion" elementAppends and returns a new empty "functionGroups" elementAppends and returns a new empty "oleSize" elementAppends and returns a new empty "pivotCaches" elementAppends and returns a new empty "sheets" elementAppends and returns a new empty "smartTagPr" elementAppends and returns a new empty "smartTagTypes" elementAppends and returns a new empty "webPublishing" elementAppends and returns a new empty "webPublishObjects" elementAppends and returns a new empty "workbookPr" elementAppends and returns a new empty "workbookProtection" elementGets the "bookViews" elementGets the "calcPr" elementorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STConformanceClass.EnumGets the "conformance" attributeGets the "customWorkbookViews" elementGets the "definedNames" elementGets the "externalReferences" elementGets the "extLst" elementGets array of all "fileRecoveryPr" elementsgetFileRecoveryPrArray(int i) Gets ith "fileRecoveryPr" elementGets a List of "fileRecoveryPr" elementsGets the "fileSharing" elementGets the "fileVersion" elementGets the "functionGroups" elementGets the "oleSize" elementGets the "pivotCaches" elementGets the "sheets" elementGets the "smartTagPr" elementGets the "smartTagTypes" elementGets the "webPublishing" elementGets the "webPublishObjects" elementGets the "workbookPr" elementGets the "workbookProtection" elementinsertNewFileRecoveryPr(int i) Inserts and returns a new empty value (as xml) as the ith "fileRecoveryPr" elementbooleanTrue if has "bookViews" elementbooleanTrue if has "calcPr" elementbooleanTrue if has "conformance" attributebooleanTrue if has "customWorkbookViews" elementbooleanTrue if has "definedNames" elementbooleanTrue if has "externalReferences" elementbooleanTrue if has "extLst" elementbooleanTrue if has "fileSharing" elementbooleanTrue if has "fileVersion" elementbooleanTrue if has "functionGroups" elementbooleanTrue if has "oleSize" elementbooleanTrue if has "pivotCaches" elementbooleanTrue if has "smartTagPr" elementbooleanTrue if has "smartTagTypes" elementbooleanTrue if has "webPublishing" elementbooleanTrue if has "webPublishObjects" elementbooleanTrue if has "workbookPr" elementbooleanTrue if has "workbookProtection" elementvoidremoveFileRecoveryPr(int i) Removes the ith "fileRecoveryPr" elementvoidsetBookViews(CTBookViews bookViews) Sets the "bookViews" elementvoidSets the "calcPr" elementvoidsetConformance(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STConformanceClass.Enum conformance) Sets the "conformance" attributevoidsetCustomWorkbookViews(CTCustomWorkbookViews customWorkbookViews) Sets the "customWorkbookViews" elementvoidsetDefinedNames(CTDefinedNames definedNames) Sets the "definedNames" elementvoidsetExternalReferences(CTExternalReferences externalReferences) Sets the "externalReferences" elementvoidsetExtLst(CTExtensionList extLst) Sets the "extLst" elementvoidsetFileRecoveryPrArray(int i, CTFileRecoveryPr fileRecoveryPr) Sets ith "fileRecoveryPr" elementvoidsetFileRecoveryPrArray(CTFileRecoveryPr[] fileRecoveryPrArray) Sets array of all "fileRecoveryPr" elementvoidsetFileSharing(CTFileSharing fileSharing) Sets the "fileSharing" elementvoidsetFileVersion(CTFileVersion fileVersion) Sets the "fileVersion" elementvoidsetFunctionGroups(CTFunctionGroups functionGroups) Sets the "functionGroups" elementvoidsetOleSize(CTOleSize oleSize) Sets the "oleSize" elementvoidsetPivotCaches(CTPivotCaches pivotCaches) Sets the "pivotCaches" elementvoidSets the "sheets" elementvoidsetSmartTagPr(CTSmartTagPr smartTagPr) Sets the "smartTagPr" elementvoidsetSmartTagTypes(CTSmartTagTypes smartTagTypes) Sets the "smartTagTypes" elementvoidsetWebPublishing(CTWebPublishing webPublishing) Sets the "webPublishing" elementvoidsetWebPublishObjects(CTWebPublishObjects webPublishObjects) Sets the "webPublishObjects" elementvoidsetWorkbookPr(CTWorkbookPr workbookPr) Sets the "workbookPr" elementvoidsetWorkbookProtection(CTWorkbookProtection workbookProtection) Sets the "workbookProtection" elementintReturns number of "fileRecoveryPr" elementvoidUnsets the "bookViews" elementvoidUnsets the "calcPr" elementvoidUnsets the "conformance" attributevoidUnsets the "customWorkbookViews" elementvoidUnsets the "definedNames" elementvoidUnsets the "externalReferences" elementvoidUnsets the "extLst" elementvoidUnsets the "fileSharing" elementvoidUnsets the "fileVersion" elementvoidUnsets the "functionGroups" elementvoidUnsets the "oleSize" elementvoidUnsets the "pivotCaches" elementvoidUnsets the "smartTagPr" elementvoidUnsets the "smartTagTypes" elementvoidUnsets the "webPublishing" elementvoidUnsets the "webPublishObjects" elementvoidUnsets the "workbookPr" elementvoidUnsets the "workbookProtection" elementorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STConformanceClassGets (as xml) the "conformance" attributevoidxsetConformance(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STConformanceClass conformance) Sets (as xml) the "conformance" 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
-
getFileVersion
CTFileVersion getFileVersion()Gets the "fileVersion" element -
isSetFileVersion
boolean isSetFileVersion()True if has "fileVersion" element -
setFileVersion
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
Sets the "webPublishing" element -
addNewWebPublishing
CTWebPublishing addNewWebPublishing()Appends and returns a new empty "webPublishing" element -
unsetWebPublishing
void unsetWebPublishing()Unsets the "webPublishing" element -
getFileRecoveryPrList
List<CTFileRecoveryPr> getFileRecoveryPrList()Gets a List of "fileRecoveryPr" elements -
getFileRecoveryPrArray
CTFileRecoveryPr[] getFileRecoveryPrArray()Gets array of all "fileRecoveryPr" elements -
getFileRecoveryPrArray
Gets ith "fileRecoveryPr" element -
sizeOfFileRecoveryPrArray
int sizeOfFileRecoveryPrArray()Returns number of "fileRecoveryPr" element -
setFileRecoveryPrArray
Sets array of all "fileRecoveryPr" element -
setFileRecoveryPrArray
Sets ith "fileRecoveryPr" element -
insertNewFileRecoveryPr
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
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
Sets the "extLst" element -
addNewExtLst
CTExtensionList addNewExtLst()Appends and returns a new empty "extLst" element -
unsetExtLst
void unsetExtLst()Unsets the "extLst" element -
getConformance
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STConformanceClass.Enum getConformance()Gets the "conformance" attribute -
xgetConformance
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STConformanceClass xgetConformance()Gets (as xml) the "conformance" attribute -
isSetConformance
boolean isSetConformance()True if has "conformance" attribute -
unsetConformance
void unsetConformance()Unsets the "conformance" attribute
-