Interface CTTextField
-
- All Superinterfaces:
XmlObject
,XmlTokenSource
public interface CTTextField extends XmlObject
An XML CT_TextField(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
CTTextField.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 long
getPosition()
Gets the "position" attributeSTExternalConnectionType.Enum
getType()
Gets the "type" attributeboolean
isSetPosition()
True if has "position" attributeboolean
isSetType()
True if has "type" attributevoid
setPosition(long position)
Sets the "position" attributevoid
setType(STExternalConnectionType.Enum type)
Sets the "type" attributevoid
unsetPosition()
Unsets the "position" attributevoid
unsetType()
Unsets the "type" attributeXmlUnsignedInt
xgetPosition()
Gets (as xml) the "position" attributeSTExternalConnectionType
xgetType()
Gets (as xml) the "type" attributevoid
xsetPosition(XmlUnsignedInt position)
Sets (as xml) the "position" attributevoid
xsetType(STExternalConnectionType type)
Sets (as xml) the "type" 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
-
getType
STExternalConnectionType.Enum getType()
Gets the "type" attribute
-
xgetType
STExternalConnectionType xgetType()
Gets (as xml) the "type" attribute
-
isSetType
boolean isSetType()
True if has "type" attribute
-
setType
void setType(STExternalConnectionType.Enum type)
Sets the "type" attribute
-
xsetType
void xsetType(STExternalConnectionType type)
Sets (as xml) the "type" attribute
-
unsetType
void unsetType()
Unsets the "type" attribute
-
getPosition
long getPosition()
Gets the "position" attribute
-
xgetPosition
XmlUnsignedInt xgetPosition()
Gets (as xml) the "position" attribute
-
isSetPosition
boolean isSetPosition()
True if has "position" attribute
-
setPosition
void setPosition(long position)
Sets the "position" attribute
-
xsetPosition
void xsetPosition(XmlUnsignedInt position)
Sets (as xml) the "position" attribute
-
unsetPosition
void unsetPosition()
Unsets the "position" attribute
-
-