Interface CTFrameset
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface CTFrameset extends XmlObject
An XML CT_Frameset(@http://schemas.openxmlformats.org/wordprocessingml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCTFrameset.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 Deprecated Methods Modifier and Type Method Description CTFrameaddNewFrame()Appends and returns a new empty value (as xml) as the last "frame" elementCTFrameLayoutaddNewFrameLayout()Appends and returns a new empty "frameLayout" elementCTFramesetaddNewFrameset()Appends and returns a new empty value (as xml) as the last "frameset" elementCTFramesetSplitbaraddNewFramesetSplitbar()Appends and returns a new empty "framesetSplitbar" elementCTStringaddNewSz()Appends and returns a new empty "sz" elementCTFrame[]getFrameArray()Deprecated.CTFramegetFrameArray(int i)Gets ith "frame" elementCTFrameLayoutgetFrameLayout()Gets the "frameLayout" elementjava.util.List<CTFrame>getFrameList()Gets a List of "frame" elementsCTFrameset[]getFramesetArray()Deprecated.CTFramesetgetFramesetArray(int i)Gets ith "frameset" elementjava.util.List<CTFrameset>getFramesetList()Gets a List of "frameset" elementsCTFramesetSplitbargetFramesetSplitbar()Gets the "framesetSplitbar" elementCTStringgetSz()Gets the "sz" elementCTFrameinsertNewFrame(int i)Inserts and returns a new empty value (as xml) as the ith "frame" elementCTFramesetinsertNewFrameset(int i)Inserts and returns a new empty value (as xml) as the ith "frameset" elementbooleanisSetFrameLayout()True if has "frameLayout" elementbooleanisSetFramesetSplitbar()True if has "framesetSplitbar" elementbooleanisSetSz()True if has "sz" 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" elementvoidsetSz(CTString sz)Sets the "sz" elementintsizeOfFrameArray()Returns number of "frame" elementintsizeOfFramesetArray()Returns number of "frameset" elementvoidunsetFrameLayout()Unsets the "frameLayout" elementvoidunsetFramesetSplitbar()Unsets the "framesetSplitbar" elementvoidunsetSz()Unsets the "sz" 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
-
getSz
CTString getSz()
Gets the "sz" element
-
isSetSz
boolean isSetSz()
True if has "sz" element
-
setSz
void setSz(CTString sz)
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
void setFramesetSplitbar(CTFramesetSplitbar framesetSplitbar)
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
void setFrameLayout(CTFrameLayout frameLayout)
Sets the "frameLayout" element
-
addNewFrameLayout
CTFrameLayout addNewFrameLayout()
Appends and returns a new empty "frameLayout" element
-
unsetFrameLayout
void unsetFrameLayout()
Unsets the "frameLayout" element
-
getFramesetList
java.util.List<CTFrameset> getFramesetList()
Gets a List of "frameset" elements
-
getFramesetArray
@Deprecated CTFrameset[] getFramesetArray()
Deprecated.Gets array of all "frameset" elements
-
getFramesetArray
CTFrameset getFramesetArray(int i)
Gets ith "frameset" element
-
sizeOfFramesetArray
int sizeOfFramesetArray()
Returns number of "frameset" element
-
setFramesetArray
void setFramesetArray(CTFrameset[] framesetArray)
Sets array of all "frameset" element
-
setFramesetArray
void setFramesetArray(int i, CTFrameset frameset)Sets ith "frameset" element
-
insertNewFrameset
CTFrameset insertNewFrameset(int i)
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
java.util.List<CTFrame> getFrameList()
Gets a List of "frame" elements
-
getFrameArray
@Deprecated CTFrame[] getFrameArray()
Deprecated.Gets array of all "frame" elements
-
getFrameArray
CTFrame getFrameArray(int i)
Gets ith "frame" element
-
sizeOfFrameArray
int sizeOfFrameArray()
Returns number of "frame" element
-
setFrameArray
void setFrameArray(CTFrame[] frameArray)
Sets array of all "frame" element
-
setFrameArray
void setFrameArray(int i, CTFrame frame)Sets ith "frame" element
-
insertNewFrame
CTFrame insertNewFrame(int i)
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
-
-