Interface CTCellProtection
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_CellProtection(@http://schemas.openxmlformats.org/spreadsheetml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTCellProtection> static final SchemaTypeFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the "hidden" attributebooleanGets the "locked" attributebooleanTrue if has "hidden" attributebooleanTrue if has "locked" attributevoidsetHidden(boolean hidden) Sets the "hidden" attributevoidsetLocked(boolean locked) Sets the "locked" attributevoidUnsets the "hidden" attributevoidUnsets the "locked" attributeGets (as xml) the "hidden" attributeGets (as xml) the "locked" attributevoidxsetHidden(XmlBoolean hidden) Sets (as xml) the "hidden" attributevoidxsetLocked(XmlBoolean locked) Sets (as xml) the "locked" 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
-
getLocked
boolean getLocked()Gets the "locked" attribute -
xgetLocked
XmlBoolean xgetLocked()Gets (as xml) the "locked" attribute -
isSetLocked
boolean isSetLocked()True if has "locked" attribute -
setLocked
void setLocked(boolean locked) Sets the "locked" attribute -
xsetLocked
Sets (as xml) the "locked" attribute -
unsetLocked
void unsetLocked()Unsets the "locked" attribute -
getHidden
boolean getHidden()Gets the "hidden" attribute -
xgetHidden
XmlBoolean xgetHidden()Gets (as xml) the "hidden" attribute -
isSetHidden
boolean isSetHidden()True if has "hidden" attribute -
setHidden
void setHidden(boolean hidden) Sets the "hidden" attribute -
xsetHidden
Sets (as xml) the "hidden" attribute -
unsetHidden
void unsetHidden()Unsets the "hidden" attribute
-