Interface CTWritingStyle
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_WritingStyle(@http://schemas.openxmlformats.org/wordprocessingml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTWritingStyle> static final SchemaTypeFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionGets the "appName" attributeGets the "checkStyle" attributeGets the "dllVersion" attributegetLang()Gets the "lang" attributeGets the "nlCheck" attributeGets the "vendorID" attributebooleanTrue if has "nlCheck" attributevoidsetAppName(String appName) Sets the "appName" attributevoidsetCheckStyle(Object checkStyle) Sets the "checkStyle" attributevoidsetDllVersion(String dllVersion) Sets the "dllVersion" attributevoidSets the "lang" attributevoidsetNlCheck(Object nlCheck) Sets the "nlCheck" attributevoidsetVendorID(String vendorID) Sets the "vendorID" attributevoidUnsets the "nlCheck" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STStringGets (as xml) the "appName" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STOnOffGets (as xml) the "checkStyle" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STStringGets (as xml) the "dllVersion" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STLangxgetLang()Gets (as xml) the "lang" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STOnOffGets (as xml) the "nlCheck" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STStringGets (as xml) the "vendorID" attributevoidxsetAppName(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString appName) Sets (as xml) the "appName" attributevoidxsetCheckStyle(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STOnOff checkStyle) Sets (as xml) the "checkStyle" attributevoidxsetDllVersion(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString dllVersion) Sets (as xml) the "dllVersion" attributevoidxsetLang(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STLang lang) Sets (as xml) the "lang" attributevoidxsetNlCheck(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STOnOff nlCheck) Sets (as xml) the "nlCheck" attributevoidxsetVendorID(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString vendorID) Sets (as xml) the "vendorID" attributeMethods 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, valueHashCodeMethods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
Field Details
-
Factory
-
type
-
-
Method Details
-
getLang
String getLang()Gets the "lang" attribute -
xgetLang
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STLang xgetLang()Gets (as xml) the "lang" attribute -
setLang
Sets the "lang" attribute -
getVendorID
String getVendorID()Gets the "vendorID" attribute -
xgetVendorID
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString xgetVendorID()Gets (as xml) the "vendorID" attribute -
setVendorID
Sets the "vendorID" attribute -
getDllVersion
String getDllVersion()Gets the "dllVersion" attribute -
xgetDllVersion
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString xgetDllVersion()Gets (as xml) the "dllVersion" attribute -
setDllVersion
Sets the "dllVersion" attribute -
getNlCheck
Object getNlCheck()Gets the "nlCheck" attribute -
xgetNlCheck
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STOnOff xgetNlCheck()Gets (as xml) the "nlCheck" attribute -
isSetNlCheck
boolean isSetNlCheck()True if has "nlCheck" attribute -
setNlCheck
Sets the "nlCheck" attribute -
unsetNlCheck
void unsetNlCheck()Unsets the "nlCheck" attribute -
getCheckStyle
Object getCheckStyle()Gets the "checkStyle" attribute -
xgetCheckStyle
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STOnOff xgetCheckStyle()Gets (as xml) the "checkStyle" attribute -
setCheckStyle
Sets the "checkStyle" attribute -
getAppName
String getAppName()Gets the "appName" attribute -
xgetAppName
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString xgetAppName()Gets (as xml) the "appName" attribute -
setAppName
Sets the "appName" attribute
-