Class CTRubyContent

java.lang.Object
org.docx4j.wml.CTRubyContent
All Implemented Interfaces:
Child

public class CTRubyContent extends Object implements Child

Java class for CT_RubyContent complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="CT_RubyContent">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <group ref="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}EG_RubyContent" maxOccurs="unbounded" minOccurs="0"/>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • egRubyContent

      protected List<Object> egRubyContent
  • Constructor Details

    • CTRubyContent

      public CTRubyContent()
  • Method Details