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 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="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 Summary

    Fields
    Modifier and Type Field Description
    protected java.lang.String name  
    protected java.lang.String style  
    protected java.lang.String weight  
  • Constructor Summary

    Constructors
    Constructor Description
    FontTriplet()  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getName()
    Gets the value of the name property.
    java.lang.String getStyle()
    Gets the value of the style property.
    java.lang.String getWeight()
    Gets the value of the weight property.
    void setName​(java.lang.String value)
    Sets the value of the name property.
    void setStyle​(java.lang.String value)
    Sets the value of the style property.
    void setWeight​(java.lang.String value)
    Sets the value of the weight property.

    Methods inherited from class java.lang.Object

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

    • name

      protected java.lang.String name
    • style

      protected java.lang.String style
    • weight

      protected java.lang.String weight
  • Constructor Details

    • FontTriplet

      public FontTriplet()
  • Method Details

    • getName

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

      public void setName​(java.lang.String value)
      Sets the value of the name property.
      Parameters:
      value - allowed object is String
    • getStyle

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

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

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

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