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 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 CTTextParagraphProperties
addNewPPr()
Appends and returns a new empty "pPr" elementCTTextCharacterProperties
addNewRPr()
Appends and returns a new empty "rPr" elementjava.lang.String
getId()
Gets the "id" attributeCTTextParagraphProperties
getPPr()
Gets the "pPr" elementCTTextCharacterProperties
getRPr()
Gets the "rPr" elementjava.lang.String
getT()
Gets the "t" elementjava.lang.String
getType()
Gets the "type" attributeboolean
isSetPPr()
True if has "pPr" elementboolean
isSetRPr()
True if has "rPr" elementboolean
isSetT()
True if has "t" elementboolean
isSetType()
True if has "type" attributevoid
setId(java.lang.String id)
Sets the "id" attributevoid
setPPr(CTTextParagraphProperties pPr)
Sets the "pPr" elementvoid
setRPr(CTTextCharacterProperties rPr)
Sets the "rPr" elementvoid
setT(java.lang.String t)
Sets the "t" elementvoid
setType(java.lang.String type)
Sets the "type" attributevoid
unsetPPr()
Unsets the "pPr" elementvoid
unsetRPr()
Unsets the "rPr" elementvoid
unsetT()
Unsets the "t" elementvoid
unsetType()
Unsets the "type" attributeSTGuid
xgetId()
Gets (as xml) the "id" attributeXmlString
xgetT()
Gets (as xml) the "t" elementXmlString
xgetType()
Gets (as xml) the "type" attributevoid
xsetId(STGuid id)
Sets (as xml) the "id" attributevoid
xsetT(XmlString t)
Sets (as xml) the "t" elementvoid
xsetType(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
-
-