Class FontSubstitutions.Replace

java.lang.Object
org.docx4j.fonts.substitutions.FontSubstitutions.Replace
Enclosing class:
FontSubstitutions

public static class FontSubstitutions.Replace extends Object

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">
       <sequence>
         <element name="SubstFonts" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="SubstFontsMS" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="SubstFontsPS" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="SubstFontsHTML" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="FontWeight" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="FontWidth" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="FontType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
       <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • substFonts

      protected String substFonts
    • substFontsMS

      protected String substFontsMS
    • substFontsPS

      protected String substFontsPS
    • substFontsHTML

      protected String substFontsHTML
    • fontWeight

      protected String fontWeight
    • fontWidth

      protected String fontWidth
    • fontType

      protected String fontType
    • name

      protected String name
  • Constructor Details

    • Replace

      public Replace()
  • Method Details

    • getSubstFonts

      public String getSubstFonts()
      Gets the value of the substFonts property.
      Returns:
      possible object is String
    • setSubstFonts

      public void setSubstFonts(String value)
      Sets the value of the substFonts property.
      Parameters:
      value - allowed object is String
    • getSubstFontsMS

      public String getSubstFontsMS()
      Gets the value of the substFontsMS property.
      Returns:
      possible object is String
    • setSubstFontsMS

      public void setSubstFontsMS(String value)
      Sets the value of the substFontsMS property.
      Parameters:
      value - allowed object is String
    • getSubstFontsPS

      public String getSubstFontsPS()
      Gets the value of the substFontsPS property.
      Returns:
      possible object is String
    • setSubstFontsPS

      public void setSubstFontsPS(String value)
      Sets the value of the substFontsPS property.
      Parameters:
      value - allowed object is String
    • getSubstFontsHTML

      public String getSubstFontsHTML()
      Gets the value of the substFontsHTML property.
      Returns:
      possible object is String
    • setSubstFontsHTML

      public void setSubstFontsHTML(String value)
      Sets the value of the substFontsHTML property.
      Parameters:
      value - allowed object is String
    • getFontWeight

      public String getFontWeight()
      Gets the value of the fontWeight property.
      Returns:
      possible object is String
    • setFontWeight

      public void setFontWeight(String value)
      Sets the value of the fontWeight property.
      Parameters:
      value - allowed object is String
    • getFontWidth

      public String getFontWidth()
      Gets the value of the fontWidth property.
      Returns:
      possible object is String
    • setFontWidth

      public void setFontWidth(String value)
      Sets the value of the fontWidth property.
      Parameters:
      value - allowed object is String
    • getFontType

      public String getFontType()
      Gets the value of the fontType property.
      Returns:
      possible object is String
    • setFontType

      public void setFontType(String value)
      Sets the value of the fontType property.
      Parameters:
      value - allowed object is String
    • getName

      public String getName()
      Gets the value of the name property.
      Returns:
      possible object is String
    • setName

      public void setName(String value)
      Sets the value of the name property.
      Parameters:
      value - allowed object is String