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 classCTCellProtection.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaTypetype-
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 booleangetHidden()Gets the "hidden" attributebooleangetLocked()Gets the "locked" attributebooleanisSetHidden()True if has "hidden" attributebooleanisSetLocked()True if has "locked" attributevoidsetHidden(boolean hidden)Sets the "hidden" attributevoidsetLocked(boolean locked)Sets the "locked" attributevoidunsetHidden()Unsets the "hidden" attributevoidunsetLocked()Unsets the "locked" attributeXmlBooleanxgetHidden()Gets (as xml) the "hidden" attributeXmlBooleanxgetLocked()Gets (as xml) the "locked" attributevoidxsetHidden(XmlBoolean hidden)Sets (as xml) the "hidden" attributevoidxsetLocked(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
-
-