Class Transition03To06
java.lang.Object
org.docx4j.convert.in.word2003xml.Transition03To06
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 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetBody()Gets the value of the body property.getFonts()Gets the value of the fonts property.Gets the value of the numbering property.Gets the value of the styles property.voidSets the value of the body property.voidSets the value of the fonts property.voidsetNumbering(Numbering value) Sets the value of the numbering property.voidSets the value of the styles property.
-
Field Details
-
fonts
-
numbering
-
styles
-
body
-
-
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
-