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 SchemaTypeFields 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" attributebooleanisSetPPr()True if has "pPr" elementbooleanisSetRPr()True if has "rPr" elementbooleanisSetT()True if has "t" elementbooleanTrue if has "type" attributevoidSets the "id" attributevoidSets the "pPr" elementvoidSets the "rPr" elementvoidSets the "t" elementvoidSets the "type" attributevoidunsetPPr()Unsets the "pPr" elementvoidunsetRPr()Unsets the "rPr" elementvoidunsetT()Unsets the "t" elementvoidUnsets the "type" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STGuidxgetId()Gets (as xml) the "id" attributexgetT()Gets (as xml) the "t" elementxgetType()Gets (as xml) the "type" attributevoidxsetId(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STGuid id) Sets (as xml) the "id" attributevoidSets (as xml) the "t" elementvoidSets (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, valueHashCodeMethods 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
-