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 class
CTFramesetSplitbar.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 CTColor
addNewColor()
Appends and returns a new empty "color" elementCTOnOff
addNewFlatBorders()
Appends and returns a new empty "flatBorders" elementCTOnOff
addNewNoBorder()
Appends and returns a new empty "noBorder" elementCTTwipsMeasure
addNewW()
Appends and returns a new empty "w" elementCTColor
getColor()
Gets the "color" elementCTOnOff
getFlatBorders()
Gets the "flatBorders" elementCTOnOff
getNoBorder()
Gets the "noBorder" elementCTTwipsMeasure
getW()
Gets the "w" elementboolean
isSetColor()
True if has "color" elementboolean
isSetFlatBorders()
True if has "flatBorders" elementboolean
isSetNoBorder()
True if has "noBorder" elementboolean
isSetW()
True if has "w" elementvoid
setColor(CTColor color)
Sets the "color" elementvoid
setFlatBorders(CTOnOff flatBorders)
Sets the "flatBorders" elementvoid
setNoBorder(CTOnOff noBorder)
Sets the "noBorder" elementvoid
setW(CTTwipsMeasure w)
Sets the "w" elementvoid
unsetColor()
Unsets the "color" elementvoid
unsetFlatBorders()
Unsets the "flatBorders" elementvoid
unsetNoBorder()
Unsets the "noBorder" elementvoid
unsetW()
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
-
-