[Table of Contents] [docx version]
WordprocessingML Reference Material - Table of Contents
rubyBase (Phonetic Guide Base Text)
This element specifies the presence of the base text within a phonetic guide at the current location in the document.
The contents of the base text run are specified in the child r element (§2.3.2.23).
[Example: Consider the following two runs, each containing a phonetic guide:
The base text run would be specified using the following WordprocessingML:
<w:rubyBase>
…
<w:r>
<w:t>東</w:t>
</w:r>
</w:rubyBase>
The base text is contained in a run within the rubyBase element. end example]
|
Parent Elements |
|
ruby (§2.3.3.24) |
|
Child Elements |
Subclause |
|
bookmarkEnd (Bookmark End) |
§2.13.6.1 |
|
bookmarkStart (Bookmark Start) |
§2.13.6.2 |
|
commentRangeEnd (Comment Anchor Range End) |
§2.13.4.3 |
|
commentRangeStart (Comment Anchor Range Start) |
§2.13.4.4 |
|
customXmlDelRangeEnd (Custom XML Markup Deletion End) |
§2.13.5.4 |
|
customXmlDelRangeStart (Custom XML Markup Deletion Start) |
§2.13.5.5 |
|
customXmlInsRangeEnd (Custom XML Markup Insertion End) |
§2.13.5.6 |
|
customXmlInsRangeStart (Custom XML Markup Insertion Start) |
§2.13.5.7 |
|
customXmlMoveFromRangeEnd (Custom XML Markup Move Source End) |
§2.13.5.8 |
|
customXmlMoveFromRangeStart (Custom XML Markup Move Source Start) |
§2.13.5.9 |
|
customXmlMoveToRangeEnd (Custom XML Markup Move Destination Location End) |
§2.13.5.10 |
|
customXmlMoveToRangeStart (Custom XML Markup Move Destination Location Start) |
§2.13.5.11 |
|
§2.13.5.12 | |
|
§2.13.5.20 | |
|
§2.13.5.21 | |
|
moveFromRangeEnd (Move Source Location Container - End) |
§2.13.5.23 |
|
moveFromRangeStart (Move Source Location Container - Start) |
§2.13.5.24 |
|
§2.13.5.26 | |
|
moveToRangeEnd (Move Destination Location Container - End) |
§2.13.5.27 |
|
moveToRangeStart (Move Destination Location Container - Start) |
§2.13.5.28 |
|
oMath (Office Math) |
§7.1.2.77 |
|
oMathPara (Math Paragraph) |
§7.1.2.78 |
|
permEnd (Range Permission End) |
§2.13.7.1 |
|
permStart (Range Permission Start) |
§2.13.7.2 |
|
proofErr (Proofing Error Anchor) |
§2.13.8.1 |
|
r (Text Run) |
§2.3.2.23 |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_RubyContent">
<group ref="EG_RubyContent" minOccurs="0" maxOccurs="unbounded"/>
</complexType>