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>
| Modifier and Type | Field and Description |
|---|---|
protected Body |
body |
protected Fonts |
fonts |
protected Numbering |
numbering |
protected Styles |
styles |
| Constructor and Description |
|---|
Transition03To06() |
| Modifier and Type | Method and 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.
|
protected Fonts fonts
protected Numbering numbering
protected Styles styles
protected Body body
public Fonts getFonts()
Fontspublic void setFonts(Fonts value)
value - allowed object is
Fontspublic Numbering getNumbering()
Numberingpublic void setNumbering(Numbering value)
value - allowed object is
Numberingpublic Styles getStyles()
Stylespublic void setStyles(Styles value)
value - allowed object is
StylesCopyright © 2007-2020. All Rights Reserved.