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 classCTBr.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static 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 STBrClear.EnumgetClear()Gets the "clear" attributeSTBrType.EnumgetType()Gets the "type" attributebooleanisSetClear()True if has "clear" attributebooleanisSetType()True if has "type" attributevoidsetClear(STBrClear.Enum clear)Sets the "clear" attributevoidsetType(STBrType.Enum type)Sets the "type" attributevoidunsetClear()Unsets the "clear" attributevoidunsetType()Unsets the "type" attributeSTBrClearxgetClear()Gets (as xml) the "clear" attributeSTBrTypexgetType()Gets (as xml) the "type" attributevoidxsetClear(STBrClear clear)Sets (as xml) the "clear" attributevoidxsetType(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
-
-