public class RFonts extends java.lang.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 java.lang.String |
ascii |
protected STTheme |
asciiTheme |
protected java.lang.String |
cs |
protected STTheme |
cstheme |
protected java.lang.String |
eastAsia |
protected STTheme |
eastAsiaTheme |
protected java.lang.String |
hAnsi |
protected STTheme |
hAnsiTheme |
protected STHint |
hint |
| Constructor and Description |
|---|
RFonts() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
java.lang.String |
getAscii()
Gets the value of the ascii property.
|
STTheme |
getAsciiTheme()
Gets the value of the asciiTheme property.
|
java.lang.String |
getCs()
Gets the value of the cs property.
|
STTheme |
getCstheme()
Gets the value of the cstheme property.
|
java.lang.String |
getEastAsia()
Gets the value of the eastAsia property.
|
STTheme |
getEastAsiaTheme()
Gets the value of the eastAsiaTheme property.
|
java.lang.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.
|
java.lang.Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
void |
setAscii(java.lang.String value)
Sets the value of the ascii property.
|
void |
setAsciiTheme(STTheme value)
Sets the value of the asciiTheme property.
|
void |
setCs(java.lang.String value)
Sets the value of the cs property.
|
void |
setCstheme(STTheme value)
Sets the value of the cstheme property.
|
void |
setEastAsia(java.lang.String value)
Sets the value of the eastAsia property.
|
void |
setEastAsiaTheme(STTheme value)
Sets the value of the eastAsiaTheme property.
|
void |
setHAnsi(java.lang.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(java.lang.Object parent) |
protected STHint hint
protected java.lang.String ascii
protected java.lang.String hAnsi
protected java.lang.String eastAsia
protected java.lang.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 java.lang.String getAscii()
Stringpublic void setAscii(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getHAnsi()
Stringpublic void setHAnsi(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getEastAsia()
Stringpublic void setEastAsia(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCs()
Stringpublic void setCs(java.lang.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 java.lang.Object getParent()
public void afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007–2025. All rights reserved.