Interface CTRubyPr
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface CTRubyPr extends XmlObject
An XML CT_RubyPr(@http://schemas.openxmlformats.org/wordprocessingml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCTRubyPr.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaTypetype-
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CTOnOffaddNewDirty()Appends and returns a new empty "dirty" elementCTHpsMeasureaddNewHps()Appends and returns a new empty "hps" elementCTHpsMeasureaddNewHpsBaseText()Appends and returns a new empty "hpsBaseText" elementCTHpsMeasureaddNewHpsRaise()Appends and returns a new empty "hpsRaise" elementCTLangaddNewLid()Appends and returns a new empty "lid" elementCTRubyAlignaddNewRubyAlign()Appends and returns a new empty "rubyAlign" elementCTOnOffgetDirty()Gets the "dirty" elementCTHpsMeasuregetHps()Gets the "hps" elementCTHpsMeasuregetHpsBaseText()Gets the "hpsBaseText" elementCTHpsMeasuregetHpsRaise()Gets the "hpsRaise" elementCTLanggetLid()Gets the "lid" elementCTRubyAligngetRubyAlign()Gets the "rubyAlign" elementbooleanisSetDirty()True if has "dirty" elementvoidsetDirty(CTOnOff dirty)Sets the "dirty" elementvoidsetHps(CTHpsMeasure hps)Sets the "hps" elementvoidsetHpsBaseText(CTHpsMeasure hpsBaseText)Sets the "hpsBaseText" elementvoidsetHpsRaise(CTHpsMeasure hpsRaise)Sets the "hpsRaise" elementvoidsetLid(CTLang lid)Sets the "lid" elementvoidsetRubyAlign(CTRubyAlign rubyAlign)Sets the "rubyAlign" elementvoidunsetDirty()Unsets the "dirty" element-
Methods 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, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Field Detail
-
type
static final SchemaType type
-
-
Method Detail
-
getRubyAlign
CTRubyAlign getRubyAlign()
Gets the "rubyAlign" element
-
setRubyAlign
void setRubyAlign(CTRubyAlign rubyAlign)
Sets the "rubyAlign" element
-
addNewRubyAlign
CTRubyAlign addNewRubyAlign()
Appends and returns a new empty "rubyAlign" element
-
getHps
CTHpsMeasure getHps()
Gets the "hps" element
-
setHps
void setHps(CTHpsMeasure hps)
Sets the "hps" element
-
addNewHps
CTHpsMeasure addNewHps()
Appends and returns a new empty "hps" element
-
getHpsRaise
CTHpsMeasure getHpsRaise()
Gets the "hpsRaise" element
-
setHpsRaise
void setHpsRaise(CTHpsMeasure hpsRaise)
Sets the "hpsRaise" element
-
addNewHpsRaise
CTHpsMeasure addNewHpsRaise()
Appends and returns a new empty "hpsRaise" element
-
getHpsBaseText
CTHpsMeasure getHpsBaseText()
Gets the "hpsBaseText" element
-
setHpsBaseText
void setHpsBaseText(CTHpsMeasure hpsBaseText)
Sets the "hpsBaseText" element
-
addNewHpsBaseText
CTHpsMeasure addNewHpsBaseText()
Appends and returns a new empty "hpsBaseText" element
-
getLid
CTLang getLid()
Gets the "lid" element
-
setLid
void setLid(CTLang lid)
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
void setDirty(CTOnOff dirty)
Sets the "dirty" element
-
addNewDirty
CTOnOff addNewDirty()
Appends and returns a new empty "dirty" element
-
unsetDirty
void unsetDirty()
Unsets the "dirty" element
-
-