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 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 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" elementbooleanTrue if has "frameLayout" elementbooleanTrue if has "framesetSplitbar" elementbooleanisSetSz()True if has "sz" elementbooleanTrue if has "title" elementvoidremoveFrame(int i) Removes the ith "frame" elementvoidremoveFrameset(int i) Removes the ith "frameset" elementvoidsetFrameArray(int i, CTFrame frame) Sets ith "frame" elementvoidsetFrameArray(CTFrame[] frameArray) Sets array of all "frame" elementvoidsetFrameLayout(CTFrameLayout frameLayout) Sets the "frameLayout" elementvoidsetFramesetArray(int i, CTFrameset frameset) Sets ith "frameset" elementvoidsetFramesetArray(CTFrameset[] framesetArray) Sets array of all "frameset" elementvoidsetFramesetSplitbar(CTFramesetSplitbar framesetSplitbar) Sets the "framesetSplitbar" elementvoidSets the "sz" elementvoidSets the "title" elementintReturns number of "frame" elementintReturns number of "frameset" elementvoidUnsets the "frameLayout" elementvoidUnsets the "framesetSplitbar" elementvoidunsetSz()Unsets the "sz" elementvoidUnsets 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, 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
-
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
-