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.
-
-
Field Summary
Fields Modifier and Type Field Description static DocumentFactory<CTWritingStyle>Factorystatic 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" attributejava.lang.ObjectgetCheckStyle()Gets the "checkStyle" attributejava.lang.StringgetDllVersion()Gets the "dllVersion" attributejava.lang.StringgetLang()Gets the "lang" attributejava.lang.ObjectgetNlCheck()Gets the "nlCheck" attributejava.lang.StringgetVendorID()Gets the "vendorID" attributebooleanisSetNlCheck()True if has "nlCheck" attributevoidsetAppName(java.lang.String appName)Sets the "appName" attributevoidsetCheckStyle(java.lang.Object checkStyle)Sets the "checkStyle" attributevoidsetDllVersion(java.lang.String dllVersion)Sets the "dllVersion" attributevoidsetLang(java.lang.String lang)Sets the "lang" attributevoidsetNlCheck(java.lang.Object nlCheck)Sets the "nlCheck" attributevoidsetVendorID(java.lang.String vendorID)Sets the "vendorID" attributevoidunsetNlCheck()Unsets the "nlCheck" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STStringxgetAppName()Gets (as xml) the "appName" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STOnOffxgetCheckStyle()Gets (as xml) the "checkStyle" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STStringxgetDllVersion()Gets (as xml) the "dllVersion" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STLangxgetLang()Gets (as xml) the "lang" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STOnOffxgetNlCheck()Gets (as xml) the "nlCheck" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STStringxgetVendorID()Gets (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" 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, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Field Detail
-
Factory
static final DocumentFactory<CTWritingStyle> Factory
-
type
static final SchemaType type
-
-
Method Detail
-
getLang
java.lang.String getLang()
Gets the "lang" attribute
-
xgetLang
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STLang xgetLang()
Gets (as xml) the "lang" attribute
-
setLang
void setLang(java.lang.String lang)
Sets the "lang" attribute
-
xsetLang
void xsetLang(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STLang lang)
Sets (as xml) the "lang" attribute
-
getVendorID
java.lang.String getVendorID()
Gets the "vendorID" attribute
-
xgetVendorID
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString xgetVendorID()
Gets (as xml) the "vendorID" attribute
-
setVendorID
void setVendorID(java.lang.String vendorID)
Sets the "vendorID" attribute
-
xsetVendorID
void xsetVendorID(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString vendorID)
Sets (as xml) the "vendorID" attribute
-
getDllVersion
java.lang.String getDllVersion()
Gets the "dllVersion" attribute
-
xgetDllVersion
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString xgetDllVersion()
Gets (as xml) the "dllVersion" attribute
-
setDllVersion
void setDllVersion(java.lang.String dllVersion)
Sets the "dllVersion" attribute
-
xsetDllVersion
void xsetDllVersion(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString dllVersion)
Sets (as xml) the "dllVersion" attribute
-
getNlCheck
java.lang.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
void setNlCheck(java.lang.Object nlCheck)
Sets the "nlCheck" attribute
-
xsetNlCheck
void xsetNlCheck(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STOnOff nlCheck)
Sets (as xml) the "nlCheck" attribute
-
unsetNlCheck
void unsetNlCheck()
Unsets the "nlCheck" attribute
-
getCheckStyle
java.lang.Object getCheckStyle()
Gets the "checkStyle" attribute
-
xgetCheckStyle
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STOnOff xgetCheckStyle()
Gets (as xml) the "checkStyle" attribute
-
setCheckStyle
void setCheckStyle(java.lang.Object checkStyle)
Sets the "checkStyle" attribute
-
xsetCheckStyle
void xsetCheckStyle(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STOnOff checkStyle)
Sets (as xml) the "checkStyle" attribute
-
getAppName
java.lang.String getAppName()
Gets the "appName" attribute
-
xgetAppName
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString xgetAppName()
Gets (as xml) the "appName" attribute
-
setAppName
void setAppName(java.lang.String appName)
Sets the "appName" attribute
-
xsetAppName
void xsetAppName(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString appName)
Sets (as xml) the "appName" attribute
-
-