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
-
Constructor Summary
Constructors Constructor Description Transition03To06() -
Method Summary
Modifier and Type Method Description BodygetBody()Gets the value of the body property.FontsgetFonts()Gets the value of the fonts property.NumberinggetNumbering()Gets the value of the numbering property.StylesgetStyles()Gets the value of the styles property.voidsetBody(Body value)Sets the value of the body property.voidsetFonts(Fonts value)Sets the value of the fonts property.voidsetNumbering(Numbering value)Sets the value of the numbering property.voidsetStyles(Styles value)Sets the value of the styles property.
-
Field Details
-
Constructor Details
-
Transition03To06
public Transition03To06()
-
-
Method Details
-
getFonts
Gets the value of the fonts property.- Returns:
- possible object is
Fonts
-
setFonts
Sets the value of the fonts property.- Parameters:
value- allowed object isFonts
-
getNumbering
Gets the value of the numbering property.- Returns:
- possible object is
Numbering
-
setNumbering
Sets the value of the numbering property.- Parameters:
value- allowed object isNumbering
-
getStyles
Gets the value of the styles property.- Returns:
- possible object is
Styles
-
setStyles
Sets the value of the styles property.- Parameters:
value- allowed object isStyles
-
getBody
Gets the value of the body property.- Returns:
- possible object is
Body
-
setBody
Sets the value of the body property.- Parameters:
value- allowed object isBody
-