Interface CTRubyPr
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_RubyPr(@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 TypeMethodDescriptionAppends and returns a new empty "dirty" elementAppends and returns a new empty "hps" elementAppends and returns a new empty "hpsBaseText" elementAppends and returns a new empty "hpsRaise" elementAppends and returns a new empty "lid" elementAppends and returns a new empty "rubyAlign" elementgetDirty()Gets the "dirty" elementgetHps()Gets the "hps" elementGets the "hpsBaseText" elementGets the "hpsRaise" elementgetLid()Gets the "lid" elementGets the "rubyAlign" elementbooleanTrue if has "dirty" elementvoidSets the "dirty" elementvoidsetHps(CTHpsMeasure hps) Sets the "hps" elementvoidsetHpsBaseText(CTHpsMeasure hpsBaseText) Sets the "hpsBaseText" elementvoidsetHpsRaise(CTHpsMeasure hpsRaise) Sets the "hpsRaise" elementvoidSets the "lid" elementvoidsetRubyAlign(CTRubyAlign rubyAlign) Sets the "rubyAlign" elementvoidUnsets the "dirty" 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
-
getRubyAlign
CTRubyAlign getRubyAlign()Gets the "rubyAlign" element -
setRubyAlign
Sets the "rubyAlign" element -
addNewRubyAlign
CTRubyAlign addNewRubyAlign()Appends and returns a new empty "rubyAlign" element -
getHps
CTHpsMeasure getHps()Gets the "hps" element -
setHps
Sets the "hps" element -
addNewHps
CTHpsMeasure addNewHps()Appends and returns a new empty "hps" element -
getHpsRaise
CTHpsMeasure getHpsRaise()Gets the "hpsRaise" element -
setHpsRaise
Sets the "hpsRaise" element -
addNewHpsRaise
CTHpsMeasure addNewHpsRaise()Appends and returns a new empty "hpsRaise" element -
getHpsBaseText
CTHpsMeasure getHpsBaseText()Gets the "hpsBaseText" element -
setHpsBaseText
Sets the "hpsBaseText" element -
addNewHpsBaseText
CTHpsMeasure addNewHpsBaseText()Appends and returns a new empty "hpsBaseText" element -
getLid
CTLang getLid()Gets the "lid" element -
setLid
Sets the "lid" element -
addNewLid
CTLang addNewLid()Appends and returns a new empty "lid" element -
getDirty
CTOnOff getDirty()Gets the "dirty" element -
isSetDirty
boolean isSetDirty()True if has "dirty" element -
setDirty
Sets the "dirty" element -
addNewDirty
CTOnOff addNewDirty()Appends and returns a new empty "dirty" element -
unsetDirty
void unsetDirty()Unsets the "dirty" element
-