Package org.docx4j.wml
Class RFonts
java.lang.Object
org.docx4j.wml.RFonts
- All Implemented Interfaces:
Child
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>
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Stringasciiprotected STThemeasciiThemeprotected java.lang.Stringcsprotected STThemecsthemeprotected java.lang.StringeastAsiaprotected STThemeeastAsiaThemeprotected java.lang.StringhAnsiprotected STThemehAnsiThemeprotected STHinthint -
Constructor Summary
Constructors Constructor Description RFonts() -
Method Summary
Modifier and Type Method Description voidafterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)This method is invoked by the JAXB implementation on each instance when unmarshalling completes.java.lang.StringgetAscii()Gets the value of the ascii property.STThemegetAsciiTheme()Gets the value of the asciiTheme property.java.lang.StringgetCs()Gets the value of the cs property.STThemegetCstheme()Gets the value of the cstheme property.java.lang.StringgetEastAsia()Gets the value of the eastAsia property.STThemegetEastAsiaTheme()Gets the value of the eastAsiaTheme property.java.lang.StringgetHAnsi()Gets the value of the hAnsi property.STThemegetHAnsiTheme()Gets the value of the hAnsiTheme property.STHintgetHint()Gets the value of the hint property.java.lang.ObjectgetParent()Gets the parent object in the object tree representing the unmarshalled xml document.voidsetAscii(java.lang.String value)Sets the value of the ascii property.voidsetAsciiTheme(STTheme value)Sets the value of the asciiTheme property.voidsetCs(java.lang.String value)Sets the value of the cs property.voidsetCstheme(STTheme value)Sets the value of the cstheme property.voidsetEastAsia(java.lang.String value)Sets the value of the eastAsia property.voidsetEastAsiaTheme(STTheme value)Sets the value of the eastAsiaTheme property.voidsetHAnsi(java.lang.String value)Sets the value of the hAnsi property.voidsetHAnsiTheme(STTheme value)Sets the value of the hAnsiTheme property.voidsetHint(STHint value)Sets the value of the hint property.voidsetParent(java.lang.Object parent)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
hint
-
ascii
protected java.lang.String ascii -
hAnsi
protected java.lang.String hAnsi -
eastAsia
protected java.lang.String eastAsia -
cs
protected java.lang.String cs -
asciiTheme
-
hAnsiTheme
-
eastAsiaTheme
-
cstheme
-
-
Constructor Details
-
RFonts
public RFonts()
-
-
Method Details
-
getHint
Gets the value of the hint property.- Returns:
- possible object is
STHint
-
setHint
Sets the value of the hint property.- Parameters:
value- allowed object isSTHint
-
getAscii
public java.lang.String getAscii()Gets the value of the ascii property.- Returns:
- possible object is
String
-
setAscii
public void setAscii(java.lang.String value)Sets the value of the ascii property.- Parameters:
value- allowed object isString
-
getHAnsi
public java.lang.String getHAnsi()Gets the value of the hAnsi property.- Returns:
- possible object is
String
-
setHAnsi
public void setHAnsi(java.lang.String value)Sets the value of the hAnsi property.- Parameters:
value- allowed object isString
-
getEastAsia
public java.lang.String getEastAsia()Gets the value of the eastAsia property.- Returns:
- possible object is
String
-
setEastAsia
public void setEastAsia(java.lang.String value)Sets the value of the eastAsia property.- Parameters:
value- allowed object isString
-
getCs
public java.lang.String getCs()Gets the value of the cs property.- Returns:
- possible object is
String
-
setCs
public void setCs(java.lang.String value)Sets the value of the cs property.- Parameters:
value- allowed object isString
-
getAsciiTheme
Gets the value of the asciiTheme property.- Returns:
- possible object is
STTheme
-
setAsciiTheme
Sets the value of the asciiTheme property.- Parameters:
value- allowed object isSTTheme
-
getHAnsiTheme
Gets the value of the hAnsiTheme property.- Returns:
- possible object is
STTheme
-
setHAnsiTheme
Sets the value of the hAnsiTheme property.- Parameters:
value- allowed object isSTTheme
-
getEastAsiaTheme
Gets the value of the eastAsiaTheme property.- Returns:
- possible object is
STTheme
-
setEastAsiaTheme
Sets the value of the eastAsiaTheme property.- Parameters:
value- allowed object isSTTheme
-
getCstheme
Gets the value of the cstheme property.- Returns:
- possible object is
STTheme
-
setCstheme
Sets the value of the cstheme property.- Parameters:
value- allowed object isSTTheme
-
getParent
public java.lang.Object getParent()Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
public void setParent(java.lang.Object parent) -
afterUnmarshal
public void afterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)This method is invoked by the JAXB implementation on each instance when unmarshalling completes.- Parameters:
parent- The parent object in the object tree.unmarshaller- The unmarshaller that generated the instance.
-