Interface CTRuby
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_Ruby(@http://schemas.openxmlformats.org/wordprocessingml/2006/main).
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 TypeMethodDescriptionaddNewRt()Appends and returns a new empty "rt" elementAppends and returns a new empty "rubyBase" elementAppends and returns a new empty "rubyPr" elementgetRt()Gets the "rt" elementGets the "rubyBase" elementGets the "rubyPr" elementvoidsetRt(CTRubyContent rt) Sets the "rt" elementvoidsetRubyBase(CTRubyContent rubyBase) Sets the "rubyBase" elementvoidSets the "rubyPr" 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
-
getRubyPr
CTRubyPr getRubyPr()Gets the "rubyPr" element -
setRubyPr
Sets the "rubyPr" element -
addNewRubyPr
CTRubyPr addNewRubyPr()Appends and returns a new empty "rubyPr" element -
getRt
CTRubyContent getRt()Gets the "rt" element -
setRt
Sets the "rt" element -
addNewRt
CTRubyContent addNewRt()Appends and returns a new empty "rt" element -
getRubyBase
CTRubyContent getRubyBase()Gets the "rubyBase" element -
setRubyBase
Sets the "rubyBase" element -
addNewRubyBase
CTRubyContent addNewRubyBase()Appends and returns a new empty "rubyBase" element
-