Package org.docx4j.convert.out.fopconf
Class HyphenationPattern
java.lang.Object
org.docx4j.convert.out.fopconf.HyphenationPattern
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute name="lang" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="extension" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="country" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</simpleContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the country property.Gets the value of the extension property.getLang()Gets the value of the lang property.getValue()Gets the value of the value property.voidsetCountry(String value) Sets the value of the country property.voidsetExtension(String value) Sets the value of the extension property.voidSets the value of the lang property.voidSets the value of the value property.
-
Field Details
-
value
-
lang
-
extension
-
country
-
-
Constructor Details
-
HyphenationPattern
public HyphenationPattern()
-
-
Method Details
-
getValue
Gets the value of the value property.- Returns:
- possible object is
String
-
setValue
Sets the value of the value property.- Parameters:
value- allowed object isString
-
getLang
Gets the value of the lang property.- Returns:
- possible object is
String
-
setLang
Sets the value of the lang property.- Parameters:
value- allowed object isString
-
getExtension
Gets the value of the extension property.- Returns:
- possible object is
String
-
setExtension
Sets the value of the extension property.- Parameters:
value- allowed object isString
-
getCountry
Gets the value of the country property.- Returns:
- possible object is
String
-
setCountry
Sets the value of the country property.- Parameters:
value- allowed object isString
-