Package org.docx4j.wml
Class CTWritingStyle
java.lang.Object
org.docx4j.wml.CTWritingStyle
- All Implemented Interfaces:
Child
Java class for CT_WritingStyle complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_WritingStyle">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="lang" use="required" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_Lang" />
<attribute name="vendorID" use="required" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_DecimalNumber" />
<attribute name="dllVersion" use="required" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_DecimalNumber" />
<attribute name="nlCheck" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="checkStyle" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="appName" use="required" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_String" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected booleanprotected BigIntegerprotected Stringprotected Booleanprotected BigInteger -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, Object parent) This method is invoked by the JAXB implementation on each instance when unmarshalling completes.Gets the value of the appName property.Gets the value of the dllVersion property.getLang()Gets the value of the lang property.Gets the parent object in the object tree representing the unmarshalled xml document.Gets the value of the vendorID property.booleanGets the value of the checkStyle property.booleanGets the value of the nlCheck property.voidsetAppName(String value) Sets the value of the appName property.voidsetCheckStyle(boolean value) Sets the value of the checkStyle property.voidsetDllVersion(BigInteger value) Sets the value of the dllVersion property.voidSets the value of the lang property.voidsetNlCheck(Boolean value) Sets the value of the nlCheck property.voidvoidsetVendorID(BigInteger value) Sets the value of the vendorID property.
-
Field Details
-
lang
-
vendorID
-
dllVersion
-
nlCheck
-
checkStyle
protected boolean checkStyle -
appName
-
-
Constructor Details
-
CTWritingStyle
public CTWritingStyle()
-
-
Method Details
-
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
-
getVendorID
Gets the value of the vendorID property.- Returns:
- possible object is
BigInteger
-
setVendorID
Sets the value of the vendorID property.- Parameters:
value- allowed object isBigInteger
-
getDllVersion
Gets the value of the dllVersion property.- Returns:
- possible object is
BigInteger
-
setDllVersion
Sets the value of the dllVersion property.- Parameters:
value- allowed object isBigInteger
-
isNlCheck
public boolean isNlCheck()Gets the value of the nlCheck property.- Returns:
- possible object is
Boolean
-
setNlCheck
Sets the value of the nlCheck property.- Parameters:
value- allowed object isBoolean
-
isCheckStyle
public boolean isCheckStyle()Gets the value of the checkStyle property. -
setCheckStyle
public void setCheckStyle(boolean value) Sets the value of the checkStyle property. -
getAppName
Gets the value of the appName property.- Returns:
- possible object is
String
-
setAppName
Sets the value of the appName property.- Parameters:
value- allowed object isString
-
getParent
Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
-
afterUnmarshal
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.- Parameters:
parent- The parent object in the object tree.unmarshaller- The unmarshaller that generated the instance.
-