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 class
CTRubyPr.Factory
A factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaType
type
-
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 CTOnOff
addNewDirty()
Appends and returns a new empty "dirty" elementCTHpsMeasure
addNewHps()
Appends and returns a new empty "hps" elementCTHpsMeasure
addNewHpsBaseText()
Appends and returns a new empty "hpsBaseText" elementCTHpsMeasure
addNewHpsRaise()
Appends and returns a new empty "hpsRaise" elementCTLang
addNewLid()
Appends and returns a new empty "lid" elementCTRubyAlign
addNewRubyAlign()
Appends and returns a new empty "rubyAlign" elementCTOnOff
getDirty()
Gets the "dirty" elementCTHpsMeasure
getHps()
Gets the "hps" elementCTHpsMeasure
getHpsBaseText()
Gets the "hpsBaseText" elementCTHpsMeasure
getHpsRaise()
Gets the "hpsRaise" elementCTLang
getLid()
Gets the "lid" elementCTRubyAlign
getRubyAlign()
Gets the "rubyAlign" elementboolean
isSetDirty()
True if has "dirty" elementvoid
setDirty(CTOnOff dirty)
Sets the "dirty" elementvoid
setHps(CTHpsMeasure hps)
Sets the "hps" elementvoid
setHpsBaseText(CTHpsMeasure hpsBaseText)
Sets the "hpsBaseText" elementvoid
setHpsRaise(CTHpsMeasure hpsRaise)
Sets the "hpsRaise" elementvoid
setLid(CTLang lid)
Sets the "lid" elementvoid
setRubyAlign(CTRubyAlign rubyAlign)
Sets the "rubyAlign" elementvoid
unsetDirty()
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
-
-