Interface CTWritingStyle
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface CTWritingStyle extends XmlObject
An XML CT_WritingStyle(@http://schemas.openxmlformats.org/wordprocessingml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCTWritingStyle.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaTypetype-
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetAppName()Gets the "appName" attributeSTOnOff.EnumgetCheckStyle()Gets the "checkStyle" attributejava.math.BigIntegergetDllVersion()Gets the "dllVersion" attributejava.lang.ObjectgetLang()Gets the "lang" attributeSTOnOff.EnumgetNlCheck()Gets the "nlCheck" attributejava.math.BigIntegergetVendorID()Gets the "vendorID" attributebooleanisSetNlCheck()True if has "nlCheck" attributevoidsetAppName(java.lang.String appName)Sets the "appName" attributevoidsetCheckStyle(STOnOff.Enum checkStyle)Sets the "checkStyle" attributevoidsetDllVersion(java.math.BigInteger dllVersion)Sets the "dllVersion" attributevoidsetLang(java.lang.Object lang)Sets the "lang" attributevoidsetNlCheck(STOnOff.Enum nlCheck)Sets the "nlCheck" attributevoidsetVendorID(java.math.BigInteger vendorID)Sets the "vendorID" attributevoidunsetNlCheck()Unsets the "nlCheck" attributeSTStringxgetAppName()Gets (as xml) the "appName" attributeSTOnOffxgetCheckStyle()Gets (as xml) the "checkStyle" attributeSTDecimalNumberxgetDllVersion()Gets (as xml) the "dllVersion" attributeSTLangxgetLang()Gets (as xml) the "lang" attributeSTOnOffxgetNlCheck()Gets (as xml) the "nlCheck" attributeSTDecimalNumberxgetVendorID()Gets (as xml) the "vendorID" attributevoidxsetAppName(STString appName)Sets (as xml) the "appName" attributevoidxsetCheckStyle(STOnOff checkStyle)Sets (as xml) the "checkStyle" attributevoidxsetDllVersion(STDecimalNumber dllVersion)Sets (as xml) the "dllVersion" attributevoidxsetLang(STLang lang)Sets (as xml) the "lang" attributevoidxsetNlCheck(STOnOff nlCheck)Sets (as xml) the "nlCheck" attributevoidxsetVendorID(STDecimalNumber vendorID)Sets (as xml) the "vendorID" attribute-
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
-
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Field Detail
-
type
static final SchemaType type
-
-
Method Detail
-
getLang
java.lang.Object getLang()
Gets the "lang" attribute
-
xgetLang
STLang xgetLang()
Gets (as xml) the "lang" attribute
-
setLang
void setLang(java.lang.Object lang)
Sets the "lang" attribute
-
xsetLang
void xsetLang(STLang lang)
Sets (as xml) the "lang" attribute
-
getVendorID
java.math.BigInteger getVendorID()
Gets the "vendorID" attribute
-
xgetVendorID
STDecimalNumber xgetVendorID()
Gets (as xml) the "vendorID" attribute
-
setVendorID
void setVendorID(java.math.BigInteger vendorID)
Sets the "vendorID" attribute
-
xsetVendorID
void xsetVendorID(STDecimalNumber vendorID)
Sets (as xml) the "vendorID" attribute
-
getDllVersion
java.math.BigInteger getDllVersion()
Gets the "dllVersion" attribute
-
xgetDllVersion
STDecimalNumber xgetDllVersion()
Gets (as xml) the "dllVersion" attribute
-
setDllVersion
void setDllVersion(java.math.BigInteger dllVersion)
Sets the "dllVersion" attribute
-
xsetDllVersion
void xsetDllVersion(STDecimalNumber dllVersion)
Sets (as xml) the "dllVersion" attribute
-
getNlCheck
STOnOff.Enum getNlCheck()
Gets the "nlCheck" attribute
-
xgetNlCheck
STOnOff xgetNlCheck()
Gets (as xml) the "nlCheck" attribute
-
isSetNlCheck
boolean isSetNlCheck()
True if has "nlCheck" attribute
-
setNlCheck
void setNlCheck(STOnOff.Enum nlCheck)
Sets the "nlCheck" attribute
-
xsetNlCheck
void xsetNlCheck(STOnOff nlCheck)
Sets (as xml) the "nlCheck" attribute
-
unsetNlCheck
void unsetNlCheck()
Unsets the "nlCheck" attribute
-
getCheckStyle
STOnOff.Enum getCheckStyle()
Gets the "checkStyle" attribute
-
xgetCheckStyle
STOnOff xgetCheckStyle()
Gets (as xml) the "checkStyle" attribute
-
setCheckStyle
void setCheckStyle(STOnOff.Enum checkStyle)
Sets the "checkStyle" attribute
-
xsetCheckStyle
void xsetCheckStyle(STOnOff checkStyle)
Sets (as xml) the "checkStyle" attribute
-
getAppName
java.lang.String getAppName()
Gets the "appName" attribute
-
xgetAppName
STString xgetAppName()
Gets (as xml) the "appName" attribute
-
setAppName
void setAppName(java.lang.String appName)
Sets the "appName" attribute
-
xsetAppName
void xsetAppName(STString appName)
Sets (as xml) the "appName" attribute
-
-