Interface CTCellProtection
-
- All Superinterfaces:
XmlObject
,XmlTokenSource
public interface CTCellProtection extends XmlObject
An XML CT_CellProtection(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
CTCellProtection.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
getHidden()
Gets the "hidden" attributeboolean
getLocked()
Gets the "locked" attributeboolean
isSetHidden()
True if has "hidden" attributeboolean
isSetLocked()
True if has "locked" attributevoid
setHidden(boolean hidden)
Sets the "hidden" attributevoid
setLocked(boolean locked)
Sets the "locked" attributevoid
unsetHidden()
Unsets the "hidden" attributevoid
unsetLocked()
Unsets the "locked" attributeXmlBoolean
xgetHidden()
Gets (as xml) the "hidden" attributeXmlBoolean
xgetLocked()
Gets (as xml) the "locked" attributevoid
xsetHidden(XmlBoolean hidden)
Sets (as xml) the "hidden" attributevoid
xsetLocked(XmlBoolean locked)
Sets (as xml) the "locked" 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
-
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
void xsetLocked(XmlBoolean locked)
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
void xsetHidden(XmlBoolean hidden)
Sets (as xml) the "hidden" attribute
-
unsetHidden
void unsetHidden()
Unsets the "hidden" attribute
-
-