Interface CTInputCells
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface CTInputCells extends XmlObject
An XML CT_InputCells(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCTInputCells.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 booleangetDeleted()Gets the "deleted" attributelonggetNumFmtId()Gets the "numFmtId" attributejava.lang.StringgetR()Gets the "r" attributebooleangetUndone()Gets the "undone" attributejava.lang.StringgetVal()Gets the "val" attributebooleanisSetDeleted()True if has "deleted" attributebooleanisSetNumFmtId()True if has "numFmtId" attributebooleanisSetUndone()True if has "undone" attributevoidsetDeleted(boolean deleted)Sets the "deleted" attributevoidsetNumFmtId(long numFmtId)Sets the "numFmtId" attributevoidsetR(java.lang.String r)Sets the "r" attributevoidsetUndone(boolean undone)Sets the "undone" attributevoidsetVal(java.lang.String val)Sets the "val" attributevoidunsetDeleted()Unsets the "deleted" attributevoidunsetNumFmtId()Unsets the "numFmtId" attributevoidunsetUndone()Unsets the "undone" attributeXmlBooleanxgetDeleted()Gets (as xml) the "deleted" attributeSTNumFmtIdxgetNumFmtId()Gets (as xml) the "numFmtId" attributeSTCellRefxgetR()Gets (as xml) the "r" attributeXmlBooleanxgetUndone()Gets (as xml) the "undone" attributeSTXstringxgetVal()Gets (as xml) the "val" attributevoidxsetDeleted(XmlBoolean deleted)Sets (as xml) the "deleted" attributevoidxsetNumFmtId(STNumFmtId numFmtId)Sets (as xml) the "numFmtId" attributevoidxsetR(STCellRef r)Sets (as xml) the "r" attributevoidxsetUndone(XmlBoolean undone)Sets (as xml) the "undone" attributevoidxsetVal(STXstring val)Sets (as xml) the "val" 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
-
getR
java.lang.String getR()
Gets the "r" attribute
-
xgetR
STCellRef xgetR()
Gets (as xml) the "r" attribute
-
setR
void setR(java.lang.String r)
Sets the "r" attribute
-
xsetR
void xsetR(STCellRef r)
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
void xsetDeleted(XmlBoolean deleted)
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
void xsetUndone(XmlBoolean undone)
Sets (as xml) the "undone" attribute
-
unsetUndone
void unsetUndone()
Unsets the "undone" attribute
-
getVal
java.lang.String getVal()
Gets the "val" attribute
-
xgetVal
STXstring xgetVal()
Gets (as xml) the "val" attribute
-
setVal
void setVal(java.lang.String val)
Sets the "val" attribute
-
xsetVal
void xsetVal(STXstring val)
Sets (as xml) 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
void xsetNumFmtId(STNumFmtId numFmtId)
Sets (as xml) the "numFmtId" attribute
-
unsetNumFmtId
void unsetNumFmtId()
Unsets the "numFmtId" attribute
-
-