Package org.docx4j.convert.out.fopconf
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
-
Constructor Summary
Constructors Constructor Description FontTriplet() -
Method Summary
Modifier and Type Method Description java.lang.StringgetName()Gets the value of the name property.java.lang.StringgetStyle()Gets the value of the style property.java.lang.StringgetWeight()Gets the value of the weight property.voidsetName(java.lang.String value)Sets the value of the name property.voidsetStyle(java.lang.String value)Sets the value of the style property.voidsetWeight(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 isString
-
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 isString
-
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 isString
-