Interface CTTextField
- All Superinterfaces:
XmlObject
,XmlTokenSource
An XML CT_TextField(@http://schemas.openxmlformats.org/drawingml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory
<CTTextField> static final SchemaType
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
-
Method Summary
Modifier and TypeMethodDescriptionAppends and returns a new empty "pPr" elementAppends and returns a new empty "rPr" elementgetId()
Gets the "id" attributegetPPr()
Gets the "pPr" elementgetRPr()
Gets the "rPr" elementgetT()
Gets the "t" elementgetType()
Gets the "type" attributeboolean
isSetPPr()
True if has "pPr" elementboolean
isSetRPr()
True if has "rPr" elementboolean
isSetT()
True if has "t" elementboolean
True if has "type" attributevoid
Sets the "id" attributevoid
Sets the "pPr" elementvoid
Sets the "rPr" elementvoid
Sets the "t" elementvoid
Sets the "type" attributevoid
unsetPPr()
Unsets the "pPr" elementvoid
unsetRPr()
Unsets the "rPr" elementvoid
unsetT()
Unsets the "t" elementvoid
Unsets the "type" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STGuid
xgetId()
Gets (as xml) the "id" attributexgetT()
Gets (as xml) the "t" elementxgetType()
Gets (as xml) the "type" attributevoid
xsetId
(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STGuid id) Sets (as xml) the "id" attributevoid
Sets (as xml) the "t" elementvoid
Sets (as xml) the "type" attributeMethods 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, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
Field Details
-
Factory
-
type
-
-
Method Details
-
getRPr
CTTextCharacterProperties getRPr()Gets the "rPr" element -
isSetRPr
boolean isSetRPr()True if has "rPr" element -
setRPr
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
Sets the "pPr" element -
addNewPPr
CTTextParagraphProperties addNewPPr()Appends and returns a new empty "pPr" element -
unsetPPr
void unsetPPr()Unsets the "pPr" element -
getT
String getT()Gets the "t" element -
xgetT
XmlString xgetT()Gets (as xml) the "t" element -
isSetT
boolean isSetT()True if has "t" element -
setT
Sets the "t" element -
xsetT
Sets (as xml) the "t" element -
unsetT
void unsetT()Unsets the "t" element -
getId
String getId()Gets the "id" attribute -
xgetId
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STGuid xgetId()Gets (as xml) the "id" attribute -
setId
Sets the "id" attribute -
getType
String getType()Gets the "type" attribute -
xgetType
XmlString xgetType()Gets (as xml) the "type" attribute -
isSetType
boolean isSetType()True if has "type" attribute -
setType
Sets the "type" attribute -
xsetType
Sets (as xml) the "type" attribute -
unsetType
void unsetType()Unsets the "type" attribute
-