Interface CTWorkbookProtection
-
- All Superinterfaces:
XmlObject
,XmlTokenSource
public interface CTWorkbookProtection extends XmlObject
An XML CT_WorkbookProtection(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
CTWorkbookProtection.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
getLockRevision()
Gets the "lockRevision" attributeboolean
getLockStructure()
Gets the "lockStructure" attributeboolean
getLockWindows()
Gets the "lockWindows" attributebyte[]
getRevisionsPassword()
Gets the "revisionsPassword" attributebyte[]
getWorkbookPassword()
Gets the "workbookPassword" attributeboolean
isSetLockRevision()
True if has "lockRevision" attributeboolean
isSetLockStructure()
True if has "lockStructure" attributeboolean
isSetLockWindows()
True if has "lockWindows" attributeboolean
isSetRevisionsPassword()
True if has "revisionsPassword" attributeboolean
isSetWorkbookPassword()
True if has "workbookPassword" attributevoid
setLockRevision(boolean lockRevision)
Sets the "lockRevision" attributevoid
setLockStructure(boolean lockStructure)
Sets the "lockStructure" attributevoid
setLockWindows(boolean lockWindows)
Sets the "lockWindows" attributevoid
setRevisionsPassword(byte[] revisionsPassword)
Sets the "revisionsPassword" attributevoid
setWorkbookPassword(byte[] workbookPassword)
Sets the "workbookPassword" attributevoid
unsetLockRevision()
Unsets the "lockRevision" attributevoid
unsetLockStructure()
Unsets the "lockStructure" attributevoid
unsetLockWindows()
Unsets the "lockWindows" attributevoid
unsetRevisionsPassword()
Unsets the "revisionsPassword" attributevoid
unsetWorkbookPassword()
Unsets the "workbookPassword" attributeXmlBoolean
xgetLockRevision()
Gets (as xml) the "lockRevision" attributeXmlBoolean
xgetLockStructure()
Gets (as xml) the "lockStructure" attributeXmlBoolean
xgetLockWindows()
Gets (as xml) the "lockWindows" attributeSTUnsignedShortHex
xgetRevisionsPassword()
Gets (as xml) the "revisionsPassword" attributeSTUnsignedShortHex
xgetWorkbookPassword()
Gets (as xml) the "workbookPassword" attributevoid
xsetLockRevision(XmlBoolean lockRevision)
Sets (as xml) the "lockRevision" attributevoid
xsetLockStructure(XmlBoolean lockStructure)
Sets (as xml) the "lockStructure" attributevoid
xsetLockWindows(XmlBoolean lockWindows)
Sets (as xml) the "lockWindows" attributevoid
xsetRevisionsPassword(STUnsignedShortHex revisionsPassword)
Sets (as xml) the "revisionsPassword" attributevoid
xsetWorkbookPassword(STUnsignedShortHex workbookPassword)
Sets (as xml) the "workbookPassword" 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
-
getWorkbookPassword
byte[] getWorkbookPassword()
Gets the "workbookPassword" attribute
-
xgetWorkbookPassword
STUnsignedShortHex xgetWorkbookPassword()
Gets (as xml) the "workbookPassword" attribute
-
isSetWorkbookPassword
boolean isSetWorkbookPassword()
True if has "workbookPassword" attribute
-
setWorkbookPassword
void setWorkbookPassword(byte[] workbookPassword)
Sets the "workbookPassword" attribute
-
xsetWorkbookPassword
void xsetWorkbookPassword(STUnsignedShortHex workbookPassword)
Sets (as xml) the "workbookPassword" attribute
-
unsetWorkbookPassword
void unsetWorkbookPassword()
Unsets the "workbookPassword" attribute
-
getRevisionsPassword
byte[] getRevisionsPassword()
Gets the "revisionsPassword" attribute
-
xgetRevisionsPassword
STUnsignedShortHex xgetRevisionsPassword()
Gets (as xml) the "revisionsPassword" attribute
-
isSetRevisionsPassword
boolean isSetRevisionsPassword()
True if has "revisionsPassword" attribute
-
setRevisionsPassword
void setRevisionsPassword(byte[] revisionsPassword)
Sets the "revisionsPassword" attribute
-
xsetRevisionsPassword
void xsetRevisionsPassword(STUnsignedShortHex revisionsPassword)
Sets (as xml) the "revisionsPassword" attribute
-
unsetRevisionsPassword
void unsetRevisionsPassword()
Unsets the "revisionsPassword" attribute
-
getLockStructure
boolean getLockStructure()
Gets the "lockStructure" attribute
-
xgetLockStructure
XmlBoolean xgetLockStructure()
Gets (as xml) the "lockStructure" attribute
-
isSetLockStructure
boolean isSetLockStructure()
True if has "lockStructure" attribute
-
setLockStructure
void setLockStructure(boolean lockStructure)
Sets the "lockStructure" attribute
-
xsetLockStructure
void xsetLockStructure(XmlBoolean lockStructure)
Sets (as xml) the "lockStructure" attribute
-
unsetLockStructure
void unsetLockStructure()
Unsets the "lockStructure" attribute
-
getLockWindows
boolean getLockWindows()
Gets the "lockWindows" attribute
-
xgetLockWindows
XmlBoolean xgetLockWindows()
Gets (as xml) the "lockWindows" attribute
-
isSetLockWindows
boolean isSetLockWindows()
True if has "lockWindows" attribute
-
setLockWindows
void setLockWindows(boolean lockWindows)
Sets the "lockWindows" attribute
-
xsetLockWindows
void xsetLockWindows(XmlBoolean lockWindows)
Sets (as xml) the "lockWindows" attribute
-
unsetLockWindows
void unsetLockWindows()
Unsets the "lockWindows" attribute
-
getLockRevision
boolean getLockRevision()
Gets the "lockRevision" attribute
-
xgetLockRevision
XmlBoolean xgetLockRevision()
Gets (as xml) the "lockRevision" attribute
-
isSetLockRevision
boolean isSetLockRevision()
True if has "lockRevision" attribute
-
setLockRevision
void setLockRevision(boolean lockRevision)
Sets the "lockRevision" attribute
-
xsetLockRevision
void xsetLockRevision(XmlBoolean lockRevision)
Sets (as xml) the "lockRevision" attribute
-
unsetLockRevision
void unsetLockRevision()
Unsets the "lockRevision" attribute
-
-