Interface CTText
- All Superinterfaces:
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString,XmlAnySimpleType,XmlObject,XmlString,XmlTokenSource
public interface CTText
extends org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString
An XML CT_Text(@http://schemas.openxmlformats.org/wordprocessingml/2006/main).
This is an atomic type that is a restriction of org.openxmlformats.schemas.wordprocessingml.x2006.main.CTText.
-
Field Summary
FieldsFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptiongetSpace()Gets the "space" attributebooleanTrue if has "space" attributevoidSets the "space" attributevoidUnsets the "space" attributeGets (as xml) the "space" attributevoidxsetSpace(SpaceAttribute.Space space) Sets (as xml) the "space" attributeMethods inherited from interface org.apache.xmlbeans.XmlAnySimpleType
getStringValue, setStringValueMethods 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
-
getSpace
SpaceAttribute.Space.Enum getSpace()Gets the "space" attribute -
xgetSpace
SpaceAttribute.Space xgetSpace()Gets (as xml) the "space" attribute -
isSetSpace
boolean isSetSpace()True if has "space" attribute -
setSpace
Sets the "space" attribute -
xsetSpace
Sets (as xml) the "space" attribute -
unsetSpace
void unsetSpace()Unsets the "space" attribute
-