Interface CTTx
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_Tx(@http://schemas.openxmlformats.org/drawingml/2006/chart).
This is a complex type.
-
Field Summary
FieldsFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionAppends and returns a new empty "rich" elementAppends and returns a new empty "strRef" elementgetRich()Gets the "rich" elementGets the "strRef" elementbooleanTrue if has "rich" elementbooleanTrue if has "strRef" elementvoidsetRich(CTTextBody rich) Sets the "rich" elementvoidSets the "strRef" elementvoidUnsets the "rich" elementvoidUnsets the "strRef" elementMethods 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
-
getStrRef
CTStrRef getStrRef()Gets the "strRef" element -
isSetStrRef
boolean isSetStrRef()True if has "strRef" element -
setStrRef
Sets the "strRef" element -
addNewStrRef
CTStrRef addNewStrRef()Appends and returns a new empty "strRef" element -
unsetStrRef
void unsetStrRef()Unsets the "strRef" element -
getRich
CTTextBody getRich()Gets the "rich" element -
isSetRich
boolean isSetRich()True if has "rich" element -
setRich
Sets the "rich" element -
addNewRich
CTTextBody addNewRich()Appends and returns a new empty "rich" element -
unsetRich
void unsetRich()Unsets the "rich" element
-