Class Substitutions.Substitution.From

java.lang.Object
org.docx4j.convert.out.fopconf.Substitutions.Substitution.From
Enclosing class:
Substitutions.Substitution

public static class Substitutions.Substitution.From 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">
       <attribute name="font-family" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="font-weight" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="font-style" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • fontFamily

      protected String fontFamily
    • fontWeight

      protected String fontWeight
    • fontStyle

      protected String fontStyle
  • Constructor Details

    • From

      public From()
  • Method Details

    • getFontFamily

      public String getFontFamily()
      Gets the value of the fontFamily property.
      Returns:
      possible object is String
    • setFontFamily

      public void setFontFamily(String value)
      Sets the value of the fontFamily 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
    • getFontStyle

      public String getFontStyle()
      Gets the value of the fontStyle property.
      Returns:
      possible object is String
    • setFontStyle

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