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

    Fields
    Modifier and Type Field Description
    protected java.lang.String fontFamily  
    protected java.lang.String fontStyle  
    protected java.lang.String fontWeight  
  • Constructor Summary

    Constructors
    Constructor Description
    From()  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getFontFamily()
    Gets the value of the fontFamily property.
    java.lang.String getFontStyle()
    Gets the value of the fontStyle property.
    java.lang.String getFontWeight()
    Gets the value of the fontWeight property.
    void setFontFamily​(java.lang.String value)
    Sets the value of the fontFamily property.
    void setFontStyle​(java.lang.String value)
    Sets the value of the fontStyle property.
    void setFontWeight​(java.lang.String value)
    Sets the value of the fontWeight property.

    Methods inherited from class java.lang.Object

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

    • fontFamily

      protected java.lang.String fontFamily
    • fontWeight

      protected java.lang.String fontWeight
    • fontStyle

      protected java.lang.String fontStyle
  • Constructor Details

    • From

      public From()
  • Method Details

    • getFontFamily

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

      public void setFontFamily​(java.lang.String value)
      Sets the value of the fontFamily property.
      Parameters:
      value - allowed object is String
    • getFontWeight

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

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

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

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