Interface CTTextField
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface CTTextField extends XmlObject
An XML CT_TextField(@http://schemas.openxmlformats.org/drawingml/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 CTTextParagraphPropertiesaddNewPPr()Appends and returns a new empty "pPr" elementCTTextCharacterPropertiesaddNewRPr()Appends and returns a new empty "rPr" elementjava.lang.StringgetId()Gets the "id" attributeCTTextParagraphPropertiesgetPPr()Gets the "pPr" elementCTTextCharacterPropertiesgetRPr()Gets the "rPr" elementjava.lang.StringgetT()Gets the "t" elementjava.lang.StringgetType()Gets the "type" attributebooleanisSetPPr()True if has "pPr" elementbooleanisSetRPr()True if has "rPr" elementbooleanisSetT()True if has "t" elementbooleanisSetType()True if has "type" attributevoidsetId(java.lang.String id)Sets the "id" attributevoidsetPPr(CTTextParagraphProperties pPr)Sets the "pPr" elementvoidsetRPr(CTTextCharacterProperties rPr)Sets the "rPr" elementvoidsetT(java.lang.String t)Sets the "t" elementvoidsetType(java.lang.String type)Sets the "type" attributevoidunsetPPr()Unsets the "pPr" elementvoidunsetRPr()Unsets the "rPr" elementvoidunsetT()Unsets the "t" elementvoidunsetType()Unsets the "type" attributeSTGuidxgetId()Gets (as xml) the "id" attributeXmlStringxgetT()Gets (as xml) the "t" elementXmlStringxgetType()Gets (as xml) the "type" attributevoidxsetId(STGuid id)Sets (as xml) the "id" attributevoidxsetT(XmlString t)Sets (as xml) the "t" elementvoidxsetType(XmlString 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
-
getRPr
CTTextCharacterProperties getRPr()
Gets the "rPr" element
-
isSetRPr
boolean isSetRPr()
True if has "rPr" element
-
setRPr
void setRPr(CTTextCharacterProperties rPr)
Sets the "rPr" element
-
addNewRPr
CTTextCharacterProperties addNewRPr()
Appends and returns a new empty "rPr" element
-
unsetRPr
void unsetRPr()
Unsets the "rPr" element
-
getPPr
CTTextParagraphProperties getPPr()
Gets the "pPr" element
-
isSetPPr
boolean isSetPPr()
True if has "pPr" element
-
setPPr
void setPPr(CTTextParagraphProperties pPr)
Sets the "pPr" element
-
addNewPPr
CTTextParagraphProperties addNewPPr()
Appends and returns a new empty "pPr" element
-
unsetPPr
void unsetPPr()
Unsets the "pPr" element
-
getT
java.lang.String getT()
Gets the "t" element
-
xgetT
XmlString xgetT()
Gets (as xml) the "t" element
-
isSetT
boolean isSetT()
True if has "t" element
-
setT
void setT(java.lang.String t)
Sets the "t" element
-
xsetT
void xsetT(XmlString t)
Sets (as xml) the "t" element
-
unsetT
void unsetT()
Unsets the "t" element
-
getId
java.lang.String getId()
Gets the "id" attribute
-
xgetId
STGuid xgetId()
Gets (as xml) the "id" attribute
-
setId
void setId(java.lang.String id)
Sets the "id" attribute
-
xsetId
void xsetId(STGuid id)
Sets (as xml) the "id" attribute
-
getType
java.lang.String getType()
Gets the "type" attribute
-
xgetType
XmlString xgetType()
Gets (as xml) the "type" attribute
-
isSetType
boolean isSetType()
True if has "type" attribute
-
setType
void setType(java.lang.String type)
Sets the "type" attribute
-
xsetType
void xsetType(XmlString type)
Sets (as xml) the "type" attribute
-
unsetType
void unsetType()
Unsets the "type" attribute
-
-