Interface CTFramesetSplitbar
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_FramesetSplitbar(@http://schemas.openxmlformats.org/wordprocessingml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTFramesetSplitbar> static final SchemaTypeFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionAppends and returns a new empty "color" elementAppends and returns a new empty "flatBorders" elementAppends and returns a new empty "noBorder" elementaddNewW()Appends and returns a new empty "w" elementgetColor()Gets the "color" elementGets the "flatBorders" elementGets the "noBorder" elementgetW()Gets the "w" elementbooleanTrue if has "color" elementbooleanTrue if has "flatBorders" elementbooleanTrue if has "noBorder" elementbooleanisSetW()True if has "w" elementvoidSets the "color" elementvoidsetFlatBorders(CTOnOff flatBorders) Sets the "flatBorders" elementvoidsetNoBorder(CTOnOff noBorder) Sets the "noBorder" elementvoidSets the "w" elementvoidUnsets the "color" elementvoidUnsets the "flatBorders" elementvoidUnsets the "noBorder" elementvoidunsetW()Unsets the "w" elementMethods 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
-
getW
CTTwipsMeasure getW()Gets the "w" element -
isSetW
boolean isSetW()True if has "w" element -
setW
Sets the "w" element -
addNewW
CTTwipsMeasure addNewW()Appends and returns a new empty "w" element -
unsetW
void unsetW()Unsets the "w" element -
getColor
CTColor getColor()Gets the "color" element -
isSetColor
boolean isSetColor()True if has "color" element -
setColor
Sets the "color" element -
addNewColor
CTColor addNewColor()Appends and returns a new empty "color" element -
unsetColor
void unsetColor()Unsets the "color" element -
getNoBorder
CTOnOff getNoBorder()Gets the "noBorder" element -
isSetNoBorder
boolean isSetNoBorder()True if has "noBorder" element -
setNoBorder
Sets the "noBorder" element -
addNewNoBorder
CTOnOff addNewNoBorder()Appends and returns a new empty "noBorder" element -
unsetNoBorder
void unsetNoBorder()Unsets the "noBorder" element -
getFlatBorders
CTOnOff getFlatBorders()Gets the "flatBorders" element -
isSetFlatBorders
boolean isSetFlatBorders()True if has "flatBorders" element -
setFlatBorders
Sets the "flatBorders" element -
addNewFlatBorders
CTOnOff addNewFlatBorders()Appends and returns a new empty "flatBorders" element -
unsetFlatBorders
void unsetFlatBorders()Unsets the "flatBorders" element
-