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
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 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()Gets the value of the name property.getStyle()Gets the value of the style property.Gets the value of the weight property.voidSets the value of the name property.voidSets the value of the style property.voidSets the value of the weight property.
-
Field Details
-
name
-
style
-
weight
-
-
Constructor Details
-
FontTriplet
public FontTriplet()
-
-
Method Details
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value- allowed object isString
-
getStyle
Gets the value of the style property.- Returns:
- possible object is
String
-
setStyle
Sets the value of the style property.- Parameters:
value- allowed object isString
-
getWeight
Gets the value of the weight property.- Returns:
- possible object is
String
-
setWeight
Sets the value of the weight property.- Parameters:
value- allowed object isString
-