Class Transition03To06

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

public class Transition03To06
extends java.lang.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 Summary

    Fields 
    Modifier and Type Field Description
    protected Body body  
    protected Fonts fonts  
    protected Numbering numbering  
    protected Styles styles  
  • Constructor Summary

    Constructors 
    Constructor Description
    Transition03To06()  
  • Method Summary

    Modifier and Type Method Description
    Body getBody()
    Gets the value of the body property.
    Fonts getFonts()
    Gets the value of the fonts property.
    Numbering getNumbering()
    Gets the value of the numbering property.
    Styles getStyles()
    Gets the value of the styles property.
    void setBody​(Body value)
    Sets the value of the body property.
    void setFonts​(Fonts value)
    Sets the value of the fonts property.
    void setNumbering​(Numbering value)
    Sets the value of the numbering property.
    void setStyles​(Styles value)
    Sets the value of the styles property.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

  • 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