Interface CTFramesetSplitbar
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface CTFramesetSplitbar extends XmlObject
An XML CT_FramesetSplitbar(@http://schemas.openxmlformats.org/wordprocessingml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCTFramesetSplitbar.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 CTColoraddNewColor()Appends and returns a new empty "color" elementCTOnOffaddNewFlatBorders()Appends and returns a new empty "flatBorders" elementCTOnOffaddNewNoBorder()Appends and returns a new empty "noBorder" elementCTTwipsMeasureaddNewW()Appends and returns a new empty "w" elementCTColorgetColor()Gets the "color" elementCTOnOffgetFlatBorders()Gets the "flatBorders" elementCTOnOffgetNoBorder()Gets the "noBorder" elementCTTwipsMeasuregetW()Gets the "w" elementbooleanisSetColor()True if has "color" elementbooleanisSetFlatBorders()True if has "flatBorders" elementbooleanisSetNoBorder()True if has "noBorder" elementbooleanisSetW()True if has "w" elementvoidsetColor(CTColor color)Sets the "color" elementvoidsetFlatBorders(CTOnOff flatBorders)Sets the "flatBorders" elementvoidsetNoBorder(CTOnOff noBorder)Sets the "noBorder" elementvoidsetW(CTTwipsMeasure w)Sets the "w" elementvoidunsetColor()Unsets the "color" elementvoidunsetFlatBorders()Unsets the "flatBorders" elementvoidunsetNoBorder()Unsets the "noBorder" elementvoidunsetW()Unsets the "w" element-
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
-
getW
CTTwipsMeasure getW()
Gets the "w" element
-
isSetW
boolean isSetW()
True if has "w" element
-
setW
void setW(CTTwipsMeasure w)
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
void setColor(CTColor color)
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
void setNoBorder(CTOnOff noBorder)
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
void setFlatBorders(CTOnOff flatBorders)
Sets the "flatBorders" element
-
addNewFlatBorders
CTOnOff addNewFlatBorders()
Appends and returns a new empty "flatBorders" element
-
unsetFlatBorders
void unsetFlatBorders()
Unsets the "flatBorders" element
-
-