public class RFonts extends Object implements Child
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">
<attribute name="hint" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_Hint" />
<attribute name="ascii" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_String" />
<attribute name="hAnsi" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_String" />
<attribute name="eastAsia" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_String" />
<attribute name="cs" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_String" />
<attribute name="asciiTheme" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_Theme" />
<attribute name="hAnsiTheme" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_Theme" />
<attribute name="eastAsiaTheme" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_Theme" />
<attribute name="cstheme" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_Theme" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
ascii |
protected STTheme |
asciiTheme |
protected String |
cs |
protected STTheme |
cstheme |
protected String |
eastAsia |
protected STTheme |
eastAsiaTheme |
protected String |
hAnsi |
protected STTheme |
hAnsiTheme |
protected STHint |
hint |
| Constructor and Description |
|---|
RFonts() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(Unmarshaller unmarshaller,
Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
String |
getAscii()
Gets the value of the ascii property.
|
STTheme |
getAsciiTheme()
Gets the value of the asciiTheme property.
|
String |
getCs()
Gets the value of the cs property.
|
STTheme |
getCstheme()
Gets the value of the cstheme property.
|
String |
getEastAsia()
Gets the value of the eastAsia property.
|
STTheme |
getEastAsiaTheme()
Gets the value of the eastAsiaTheme property.
|
String |
getHAnsi()
Gets the value of the hAnsi property.
|
STTheme |
getHAnsiTheme()
Gets the value of the hAnsiTheme property.
|
STHint |
getHint()
Gets the value of the hint property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
void |
setAscii(String value)
Sets the value of the ascii property.
|
void |
setAsciiTheme(STTheme value)
Sets the value of the asciiTheme property.
|
void |
setCs(String value)
Sets the value of the cs property.
|
void |
setCstheme(STTheme value)
Sets the value of the cstheme property.
|
void |
setEastAsia(String value)
Sets the value of the eastAsia property.
|
void |
setEastAsiaTheme(STTheme value)
Sets the value of the eastAsiaTheme property.
|
void |
setHAnsi(String value)
Sets the value of the hAnsi property.
|
void |
setHAnsiTheme(STTheme value)
Sets the value of the hAnsiTheme property.
|
void |
setHint(STHint value)
Sets the value of the hint property.
|
void |
setParent(Object parent) |
protected STHint hint
protected String ascii
protected String hAnsi
protected String eastAsia
protected String cs
protected STTheme asciiTheme
protected STTheme hAnsiTheme
protected STTheme eastAsiaTheme
protected STTheme cstheme
public STHint getHint()
STHintpublic void setHint(STHint value)
value - allowed object is
STHintpublic String getAscii()
Stringpublic void setAscii(String value)
value - allowed object is
Stringpublic String getHAnsi()
Stringpublic void setHAnsi(String value)
value - allowed object is
Stringpublic String getEastAsia()
Stringpublic void setEastAsia(String value)
value - allowed object is
Stringpublic void setCs(String value)
value - allowed object is
Stringpublic STTheme getAsciiTheme()
STThemepublic void setAsciiTheme(STTheme value)
value - allowed object is
STThemepublic STTheme getHAnsiTheme()
STThemepublic void setHAnsiTheme(STTheme value)
value - allowed object is
STThemepublic STTheme getEastAsiaTheme()
STThemepublic void setEastAsiaTheme(STTheme value)
value - allowed object is
STThemepublic STTheme getCstheme()
STThemepublic void setCstheme(STTheme value)
value - allowed object is
STThemepublic Object getParent()
public void afterUnmarshal(Unmarshaller unmarshaller, Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007-2019. All Rights Reserved.