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 classCTTextField.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 longgetPosition()Gets the "position" attributeSTExternalConnectionType.EnumgetType()Gets the "type" attributebooleanisSetPosition()True if has "position" attributebooleanisSetType()True if has "type" attributevoidsetPosition(long position)Sets the "position" attributevoidsetType(STExternalConnectionType.Enum type)Sets the "type" attributevoidunsetPosition()Unsets the "position" attributevoidunsetType()Unsets the "type" attributeXmlUnsignedIntxgetPosition()Gets (as xml) the "position" attributeSTExternalConnectionTypexgetType()Gets (as xml) the "type" attributevoidxsetPosition(XmlUnsignedInt position)Sets (as xml) the "position" attributevoidxsetType(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
-
-