Class Fonts.Font.FontTriplet

java.lang.Object
org.docx4j.convert.out.fopconf.Fonts.Font.FontTriplet
Enclosing class:
Fonts.Font

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

    • name

      protected String name
    • style

      protected String style
    • weight

      protected String weight
  • Constructor Details

    • FontTriplet

      public FontTriplet()
  • Method Details

    • 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
    • getStyle

      public String getStyle()
      Gets the value of the style property.
      Returns:
      possible object is String
    • setStyle

      public void setStyle(String value)
      Sets the value of the style property.
      Parameters:
      value - allowed object is String
    • getWeight

      public String getWeight()
      Gets the value of the weight property.
      Returns:
      possible object is String
    • setWeight

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