Class Transition03To06

java.lang.Object
org.docx4j.convert.in.word2003xml.Transition03To06

public class Transition03To06 extends Object

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}fonts"/>
         <element ref="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}numbering"/>
         <element ref="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}styles"/>
         <element ref="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}body"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • fonts

      protected Fonts fonts
    • numbering

      protected Numbering numbering
    • styles

      protected Styles styles
    • body

      protected Body body
  • Constructor Details

    • Transition03To06

      public Transition03To06()
  • Method Details

    • getFonts

      public Fonts getFonts()
      Gets the value of the fonts property.
      Returns:
      possible object is Fonts
    • setFonts

      public void setFonts(Fonts value)
      Sets the value of the fonts property.
      Parameters:
      value - allowed object is Fonts
    • getNumbering

      public Numbering getNumbering()
      Gets the value of the numbering property.
      Returns:
      possible object is Numbering
    • setNumbering

      public void setNumbering(Numbering value)
      Sets the value of the numbering property.
      Parameters:
      value - allowed object is Numbering
    • getStyles

      public Styles getStyles()
      Gets the value of the styles property.
      Returns:
      possible object is Styles
    • setStyles

      public void setStyles(Styles value)
      Sets the value of the styles property.
      Parameters:
      value - allowed object is Styles
    • getBody

      public Body getBody()
      Gets the value of the body property.
      Returns:
      possible object is Body
    • setBody

      public void setBody(Body value)
      Sets the value of the body property.
      Parameters:
      value - allowed object is Body