public class CTWritingStyle extends java.lang.Object implements 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>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
appName |
protected boolean |
checkStyle |
protected java.math.BigInteger |
dllVersion |
protected java.lang.String |
lang |
protected java.lang.Boolean |
nlCheck |
protected java.math.BigInteger |
vendorID |
| Constructor and Description |
|---|
CTWritingStyle() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
java.lang.String |
getAppName()
Gets the value of the appName property.
|
java.math.BigInteger |
getDllVersion()
Gets the value of the dllVersion property.
|
java.lang.String |
getLang()
Gets the value of the lang property.
|
java.lang.Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
java.math.BigInteger |
getVendorID()
Gets the value of the vendorID property.
|
boolean |
isCheckStyle()
Gets the value of the checkStyle property.
|
boolean |
isNlCheck()
Gets the value of the nlCheck property.
|
void |
setAppName(java.lang.String value)
Sets the value of the appName property.
|
void |
setCheckStyle(boolean value)
Sets the value of the checkStyle property.
|
void |
setDllVersion(java.math.BigInteger value)
Sets the value of the dllVersion property.
|
void |
setLang(java.lang.String value)
Sets the value of the lang property.
|
void |
setNlCheck(java.lang.Boolean value)
Sets the value of the nlCheck property.
|
void |
setParent(java.lang.Object parent) |
void |
setVendorID(java.math.BigInteger value)
Sets the value of the vendorID property.
|
protected java.lang.String lang
protected java.math.BigInteger vendorID
protected java.math.BigInteger dllVersion
protected java.lang.Boolean nlCheck
protected boolean checkStyle
protected java.lang.String appName
public java.lang.String getLang()
Stringpublic void setLang(java.lang.String value)
value - allowed object is
Stringpublic java.math.BigInteger getVendorID()
BigIntegerpublic void setVendorID(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.math.BigInteger getDllVersion()
BigIntegerpublic void setDllVersion(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic boolean isNlCheck()
Booleanpublic void setNlCheck(java.lang.Boolean value)
value - allowed object is
Booleanpublic boolean isCheckStyle()
public void setCheckStyle(boolean value)
public java.lang.String getAppName()
Stringpublic void setAppName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Object getParent()
public void afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007–2025. All rights reserved.