Package org.docx4j.convert.out.fopconf
Class Substitutions.Substitution.To
java.lang.Object
org.docx4j.convert.out.fopconf.Substitutions.Substitution.To
- Enclosing class:
- Substitutions.Substitution
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 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the fontFamily property.Gets the value of the fontStyle property.Gets the value of the fontWeight property.voidsetFontFamily(String value) Sets the value of the fontFamily property.voidsetFontStyle(String value) Sets the value of the fontStyle property.voidsetFontWeight(String value) Sets the value of the fontWeight property.
-
Field Details
-
fontFamily
-
fontWeight
-
fontStyle
-
-
Constructor Details
-
To
public To()
-
-
Method Details
-
getFontFamily
Gets the value of the fontFamily property.- Returns:
- possible object is
String
-
setFontFamily
Sets the value of the fontFamily property.- Parameters:
value- allowed object isString
-
getFontWeight
Gets the value of the fontWeight property.- Returns:
- possible object is
String
-
setFontWeight
Sets the value of the fontWeight property.- Parameters:
value- allowed object isString
-
getFontStyle
Gets the value of the fontStyle property.- Returns:
- possible object is
String
-
setFontStyle
Sets the value of the fontStyle property.- Parameters:
value- allowed object isString
-