Interface CTBr
-
- All Superinterfaces:
XmlObject
,XmlTokenSource
public interface CTBr extends XmlObject
An XML CT_Br(@http://schemas.openxmlformats.org/wordprocessingml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
CTBr.Factory
A factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaType
type
-
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 STBrClear.Enum
getClear()
Gets the "clear" attributeSTBrType.Enum
getType()
Gets the "type" attributeboolean
isSetClear()
True if has "clear" attributeboolean
isSetType()
True if has "type" attributevoid
setClear(STBrClear.Enum clear)
Sets the "clear" attributevoid
setType(STBrType.Enum type)
Sets the "type" attributevoid
unsetClear()
Unsets the "clear" attributevoid
unsetType()
Unsets the "type" attributeSTBrClear
xgetClear()
Gets (as xml) the "clear" attributeSTBrType
xgetType()
Gets (as xml) the "type" attributevoid
xsetClear(STBrClear clear)
Sets (as xml) the "clear" attributevoid
xsetType(STBrType type)
Sets (as xml) the "type" 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
-
getType
STBrType.Enum getType()
Gets the "type" attribute
-
xgetType
STBrType xgetType()
Gets (as xml) the "type" attribute
-
isSetType
boolean isSetType()
True if has "type" attribute
-
setType
void setType(STBrType.Enum type)
Sets the "type" attribute
-
xsetType
void xsetType(STBrType type)
Sets (as xml) the "type" attribute
-
unsetType
void unsetType()
Unsets the "type" attribute
-
getClear
STBrClear.Enum getClear()
Gets the "clear" attribute
-
xgetClear
STBrClear xgetClear()
Gets (as xml) the "clear" attribute
-
isSetClear
boolean isSetClear()
True if has "clear" attribute
-
setClear
void setClear(STBrClear.Enum clear)
Sets the "clear" attribute
-
xsetClear
void xsetClear(STBrClear clear)
Sets (as xml) the "clear" attribute
-
unsetClear
void unsetClear()
Unsets the "clear" attribute
-
-