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.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 Summary

    Constructors
    Constructor Description
    RFonts()  
  • Method Summary

    Modifier and Type Method Description
    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.
    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)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • hint

      protected STHint 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

      protected STTheme asciiTheme
    • hAnsiTheme

      protected STTheme hAnsiTheme
    • eastAsiaTheme

      protected STTheme eastAsiaTheme
    • cstheme

      protected STTheme cstheme
  • Constructor Details

    • RFonts

      public RFonts()
  • Method Details

    • getHint

      public STHint getHint()
      Gets the value of the hint property.
      Returns:
      possible object is STHint
    • setHint

      public void setHint​(STHint value)
      Sets the value of the hint property.
      Parameters:
      value - allowed object is STHint
    • 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 is String
    • 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 is String
    • 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 is String
    • 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 is String
    • getAsciiTheme

      public STTheme getAsciiTheme()
      Gets the value of the asciiTheme property.
      Returns:
      possible object is STTheme
    • setAsciiTheme

      public void setAsciiTheme​(STTheme value)
      Sets the value of the asciiTheme property.
      Parameters:
      value - allowed object is STTheme
    • getHAnsiTheme

      public STTheme getHAnsiTheme()
      Gets the value of the hAnsiTheme property.
      Returns:
      possible object is STTheme
    • setHAnsiTheme

      public void setHAnsiTheme​(STTheme value)
      Sets the value of the hAnsiTheme property.
      Parameters:
      value - allowed object is STTheme
    • getEastAsiaTheme

      public STTheme getEastAsiaTheme()
      Gets the value of the eastAsiaTheme property.
      Returns:
      possible object is STTheme
    • setEastAsiaTheme

      public void setEastAsiaTheme​(STTheme value)
      Sets the value of the eastAsiaTheme property.
      Parameters:
      value - allowed object is STTheme
    • getCstheme

      public STTheme getCstheme()
      Gets the value of the cstheme property.
      Returns:
      possible object is STTheme
    • setCstheme

      public void setCstheme​(STTheme value)
      Sets the value of the cstheme property.
      Parameters:
      value - allowed object is STTheme
    • getParent

      public java.lang.Object getParent()
      Gets the parent object in the object tree representing the unmarshalled xml document.
      Specified by:
      getParent in interface Child
      Returns:
      The parent object.
    • setParent

      public void setParent​(java.lang.Object parent)
      Specified by:
      setParent in interface Child
    • 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.