Interface CTInputCells
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_InputCells(@http://schemas.openxmlformats.org/spreadsheetml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTInputCells> static final SchemaTypeFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the "deleted" attributelongGets the "numFmtId" attributegetR()Gets the "r" attributebooleanGets the "undone" attributegetVal()Gets the "val" attributebooleanTrue if has "deleted" attributebooleanTrue if has "numFmtId" attributebooleanTrue if has "undone" attributevoidsetDeleted(boolean deleted) Sets the "deleted" attributevoidsetNumFmtId(long numFmtId) Sets the "numFmtId" attributevoidSets the "r" attributevoidsetUndone(boolean undone) Sets the "undone" attributevoidSets the "val" attributevoidUnsets the "deleted" attributevoidUnsets the "numFmtId" attributevoidUnsets the "undone" attributeGets (as xml) the "deleted" attributeGets (as xml) the "numFmtId" attributexgetR()Gets (as xml) the "r" attributeGets (as xml) the "undone" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstringxgetVal()Gets (as xml) the "val" attributevoidxsetDeleted(XmlBoolean deleted) Sets (as xml) the "deleted" attributevoidxsetNumFmtId(STNumFmtId numFmtId) Sets (as xml) the "numFmtId" attributevoidSets (as xml) the "r" attributevoidxsetUndone(XmlBoolean undone) Sets (as xml) the "undone" attributevoidxsetVal(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring val) Sets (as xml) the "val" 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
-
getR
String getR()Gets the "r" attribute -
xgetR
STCellRef xgetR()Gets (as xml) the "r" attribute -
setR
Sets the "r" attribute -
xsetR
Sets (as xml) the "r" attribute -
getDeleted
boolean getDeleted()Gets the "deleted" attribute -
xgetDeleted
XmlBoolean xgetDeleted()Gets (as xml) the "deleted" attribute -
isSetDeleted
boolean isSetDeleted()True if has "deleted" attribute -
setDeleted
void setDeleted(boolean deleted) Sets the "deleted" attribute -
xsetDeleted
Sets (as xml) the "deleted" attribute -
unsetDeleted
void unsetDeleted()Unsets the "deleted" attribute -
getUndone
boolean getUndone()Gets the "undone" attribute -
xgetUndone
XmlBoolean xgetUndone()Gets (as xml) the "undone" attribute -
isSetUndone
boolean isSetUndone()True if has "undone" attribute -
setUndone
void setUndone(boolean undone) Sets the "undone" attribute -
xsetUndone
Sets (as xml) the "undone" attribute -
unsetUndone
void unsetUndone()Unsets the "undone" attribute -
getVal
String getVal()Gets the "val" attribute -
xgetVal
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring xgetVal()Gets (as xml) the "val" attribute -
setVal
Sets the "val" attribute -
getNumFmtId
long getNumFmtId()Gets the "numFmtId" attribute -
xgetNumFmtId
STNumFmtId xgetNumFmtId()Gets (as xml) the "numFmtId" attribute -
isSetNumFmtId
boolean isSetNumFmtId()True if has "numFmtId" attribute -
setNumFmtId
void setNumFmtId(long numFmtId) Sets the "numFmtId" attribute -
xsetNumFmtId
Sets (as xml) the "numFmtId" attribute -
unsetNumFmtId
void unsetNumFmtId()Unsets the "numFmtId" attribute
-