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
public static class Substitutions.Substitution.To
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="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 Modifier and Type Field Description protected java.lang.StringfontFamilyprotected java.lang.StringfontStyleprotected java.lang.StringfontWeight -
Constructor Summary
Constructors Constructor Description To() -
Method Summary
Modifier and Type Method Description java.lang.StringgetFontFamily()Gets the value of the fontFamily property.java.lang.StringgetFontStyle()Gets the value of the fontStyle property.java.lang.StringgetFontWeight()Gets the value of the fontWeight property.voidsetFontFamily(java.lang.String value)Sets the value of the fontFamily property.voidsetFontStyle(java.lang.String value)Sets the value of the fontStyle property.voidsetFontWeight(java.lang.String value)Sets the value of the fontWeight property.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
fontFamily
protected java.lang.String fontFamily -
fontWeight
protected java.lang.String fontWeight -
fontStyle
protected java.lang.String fontStyle
-
-
Constructor Details
-
To
public To()
-
-
Method Details
-
getFontFamily
public java.lang.String getFontFamily()Gets the value of the fontFamily property.- Returns:
- possible object is
String
-
setFontFamily
public void setFontFamily(java.lang.String value)Sets the value of the fontFamily property.- Parameters:
value- allowed object isString
-
getFontWeight
public java.lang.String getFontWeight()Gets the value of the fontWeight property.- Returns:
- possible object is
String
-
setFontWeight
public void setFontWeight(java.lang.String value)Sets the value of the fontWeight property.- Parameters:
value- allowed object isString
-
getFontStyle
public java.lang.String getFontStyle()Gets the value of the fontStyle property.- Returns:
- possible object is
String
-
setFontStyle
public void setFontStyle(java.lang.String value)Sets the value of the fontStyle property.- Parameters:
value- allowed object isString
-