Package org.docx4j.fonts.substitutions
Class FontSubstitutions.Replace
java.lang.Object
org.docx4j.fonts.substitutions.FontSubstitutions.Replace
- Enclosing class:
- FontSubstitutions
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">
<sequence>
<element name="SubstFonts" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="SubstFontsMS" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="SubstFontsPS" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="SubstFontsHTML" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="FontWeight" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="FontWidth" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="FontType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
<attribute name="name" use="required" 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 fontType property.Gets the value of the fontWeight property.Gets the value of the fontWidth property.getName()Gets the value of the name property.Gets the value of the substFonts property.Gets the value of the substFontsHTML property.Gets the value of the substFontsMS property.Gets the value of the substFontsPS property.voidsetFontType(String value) Sets the value of the fontType property.voidsetFontWeight(String value) Sets the value of the fontWeight property.voidsetFontWidth(String value) Sets the value of the fontWidth property.voidSets the value of the name property.voidsetSubstFonts(String value) Sets the value of the substFonts property.voidsetSubstFontsHTML(String value) Sets the value of the substFontsHTML property.voidsetSubstFontsMS(String value) Sets the value of the substFontsMS property.voidsetSubstFontsPS(String value) Sets the value of the substFontsPS property.
-
Field Details
-
substFonts
-
substFontsMS
-
substFontsPS
-
substFontsHTML
-
fontWeight
-
fontWidth
-
fontType
-
name
-
-
Constructor Details
-
Replace
public Replace()
-
-
Method Details
-
getSubstFonts
Gets the value of the substFonts property.- Returns:
- possible object is
String
-
setSubstFonts
Sets the value of the substFonts property.- Parameters:
value- allowed object isString
-
getSubstFontsMS
Gets the value of the substFontsMS property.- Returns:
- possible object is
String
-
setSubstFontsMS
Sets the value of the substFontsMS property.- Parameters:
value- allowed object isString
-
getSubstFontsPS
Gets the value of the substFontsPS property.- Returns:
- possible object is
String
-
setSubstFontsPS
Sets the value of the substFontsPS property.- Parameters:
value- allowed object isString
-
getSubstFontsHTML
Gets the value of the substFontsHTML property.- Returns:
- possible object is
String
-
setSubstFontsHTML
Sets the value of the substFontsHTML 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
-
getFontWidth
Gets the value of the fontWidth property.- Returns:
- possible object is
String
-
setFontWidth
Sets the value of the fontWidth property.- Parameters:
value- allowed object isString
-
getFontType
Gets the value of the fontType property.- Returns:
- possible object is
String
-
setFontType
Sets the value of the fontType property.- Parameters:
value- allowed object isString
-
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
-