Interface CTFrameset
- All Superinterfaces:
XmlObject
,XmlTokenSource
An XML CT_Frameset(@http://schemas.openxmlformats.org/wordprocessingml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory
<CTFrameset> static final SchemaType
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
-
Method Summary
Modifier and TypeMethodDescriptionAppends and returns a new empty value (as xml) as the last "frame" elementAppends and returns a new empty "frameLayout" elementAppends and returns a new empty value (as xml) as the last "frameset" elementAppends and returns a new empty "framesetSplitbar" elementaddNewSz()
Appends and returns a new empty "sz" elementAppends and returns a new empty "title" elementCTFrame[]
Gets array of all "frame" elementsgetFrameArray
(int i) Gets ith "frame" elementGets the "frameLayout" elementGets a List of "frame" elementsGets array of all "frameset" elementsgetFramesetArray
(int i) Gets ith "frameset" elementGets a List of "frameset" elementsGets the "framesetSplitbar" elementgetSz()
Gets the "sz" elementgetTitle()
Gets the "title" elementinsertNewFrame
(int i) Inserts and returns a new empty value (as xml) as the ith "frame" elementinsertNewFrameset
(int i) Inserts and returns a new empty value (as xml) as the ith "frameset" elementboolean
True if has "frameLayout" elementboolean
True if has "framesetSplitbar" elementboolean
isSetSz()
True if has "sz" elementboolean
True if has "title" elementvoid
removeFrame
(int i) Removes the ith "frame" elementvoid
removeFrameset
(int i) Removes the ith "frameset" elementvoid
setFrameArray
(int i, CTFrame frame) Sets ith "frame" elementvoid
setFrameArray
(CTFrame[] frameArray) Sets array of all "frame" elementvoid
setFrameLayout
(CTFrameLayout frameLayout) Sets the "frameLayout" elementvoid
setFramesetArray
(int i, CTFrameset frameset) Sets ith "frameset" elementvoid
setFramesetArray
(CTFrameset[] framesetArray) Sets array of all "frameset" elementvoid
setFramesetSplitbar
(CTFramesetSplitbar framesetSplitbar) Sets the "framesetSplitbar" elementvoid
Sets the "sz" elementvoid
Sets the "title" elementint
Returns number of "frame" elementint
Returns number of "frameset" elementvoid
Unsets the "frameLayout" elementvoid
Unsets the "framesetSplitbar" elementvoid
unsetSz()
Unsets the "sz" elementvoid
Unsets the "title" 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, valueHashCode
Methods 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
-
getSz
CTString getSz()Gets the "sz" element -
isSetSz
boolean isSetSz()True if has "sz" element -
setSz
Sets the "sz" element -
addNewSz
CTString addNewSz()Appends and returns a new empty "sz" element -
unsetSz
void unsetSz()Unsets the "sz" element -
getFramesetSplitbar
CTFramesetSplitbar getFramesetSplitbar()Gets the "framesetSplitbar" element -
isSetFramesetSplitbar
boolean isSetFramesetSplitbar()True if has "framesetSplitbar" element -
setFramesetSplitbar
Sets the "framesetSplitbar" element -
addNewFramesetSplitbar
CTFramesetSplitbar addNewFramesetSplitbar()Appends and returns a new empty "framesetSplitbar" element -
unsetFramesetSplitbar
void unsetFramesetSplitbar()Unsets the "framesetSplitbar" element -
getFrameLayout
CTFrameLayout getFrameLayout()Gets the "frameLayout" element -
isSetFrameLayout
boolean isSetFrameLayout()True if has "frameLayout" element -
setFrameLayout
Sets the "frameLayout" element -
addNewFrameLayout
CTFrameLayout addNewFrameLayout()Appends and returns a new empty "frameLayout" element -
unsetFrameLayout
void unsetFrameLayout()Unsets the "frameLayout" element -
getTitle
CTString getTitle()Gets the "title" element -
isSetTitle
boolean isSetTitle()True if has "title" element -
setTitle
Sets the "title" element -
addNewTitle
CTString addNewTitle()Appends and returns a new empty "title" element -
unsetTitle
void unsetTitle()Unsets the "title" element -
getFramesetList
List<CTFrameset> getFramesetList()Gets a List of "frameset" elements -
getFramesetArray
CTFrameset[] getFramesetArray()Gets array of all "frameset" elements -
getFramesetArray
Gets ith "frameset" element -
sizeOfFramesetArray
int sizeOfFramesetArray()Returns number of "frameset" element -
setFramesetArray
Sets array of all "frameset" element -
setFramesetArray
Sets ith "frameset" element -
insertNewFrameset
Inserts and returns a new empty value (as xml) as the ith "frameset" element -
addNewFrameset
CTFrameset addNewFrameset()Appends and returns a new empty value (as xml) as the last "frameset" element -
removeFrameset
void removeFrameset(int i) Removes the ith "frameset" element -
getFrameList
Gets a List of "frame" elements -
getFrameArray
CTFrame[] getFrameArray()Gets array of all "frame" elements -
getFrameArray
Gets ith "frame" element -
sizeOfFrameArray
int sizeOfFrameArray()Returns number of "frame" element -
setFrameArray
Sets array of all "frame" element -
setFrameArray
Sets ith "frame" element -
insertNewFrame
Inserts and returns a new empty value (as xml) as the ith "frame" element -
addNewFrame
CTFrame addNewFrame()Appends and returns a new empty value (as xml) as the last "frame" element -
removeFrame
void removeFrame(int i) Removes the ith "frame" element
-