Class RFonts

java.lang.Object
org.docx4j.wml.RFonts
All Implemented Interfaces:
Child

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>
 
  • Field Details

    • hint

      protected STHint hint
    • ascii

      protected String ascii
    • hAnsi

      protected String hAnsi
    • eastAsia

      protected String eastAsia
    • cs

      protected 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 String getAscii()
      Gets the value of the ascii property.
      Returns:
      possible object is String
    • setAscii

      public void setAscii(String value)
      Sets the value of the ascii property.
      Parameters:
      value - allowed object is String
    • getHAnsi

      public String getHAnsi()
      Gets the value of the hAnsi property.
      Returns:
      possible object is String
    • setHAnsi

      public void setHAnsi(String value)
      Sets the value of the hAnsi property.
      Parameters:
      value - allowed object is String
    • getEastAsia

      public String getEastAsia()
      Gets the value of the eastAsia property.
      Returns:
      possible object is String
    • setEastAsia

      public void setEastAsia(String value)
      Sets the value of the eastAsia property.
      Parameters:
      value - allowed object is String
    • getCs

      public String getCs()
      Gets the value of the cs property.
      Returns:
      possible object is String
    • setCs

      public void setCs(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 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(Object parent)
      Specified by:
      setParent in interface Child
    • afterUnmarshal

      public void afterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, 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.