Interface CTSdtText
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_SdtText(@http://schemas.openxmlformats.org/wordprocessingml/2006/main).
This is a complex type.
-
Field Summary
FieldsFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionGets the "multiLine" attributebooleanTrue if has "multiLine" attributevoidsetMultiLine(Object multiLine) Sets the "multiLine" attributevoidUnsets the "multiLine" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STOnOffGets (as xml) the "multiLine" attributevoidxsetMultiLine(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STOnOff multiLine) Sets (as xml) the "multiLine" 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
-
getMultiLine
Object getMultiLine()Gets the "multiLine" attribute -
xgetMultiLine
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STOnOff xgetMultiLine()Gets (as xml) the "multiLine" attribute -
isSetMultiLine
boolean isSetMultiLine()True if has "multiLine" attribute -
setMultiLine
Sets the "multiLine" attribute -
unsetMultiLine
void unsetMultiLine()Unsets the "multiLine" attribute
-