Interface CTFrame
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface CTFrame extends XmlObject
An XML CT_Frame(@http://schemas.openxmlformats.org/wordprocessingml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCTFrame.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 CTOnOffaddNewLinkedToFile()Appends and returns a new empty "linkedToFile" elementCTPixelsMeasureaddNewMarH()Appends and returns a new empty "marH" elementCTPixelsMeasureaddNewMarW()Appends and returns a new empty "marW" elementCTStringaddNewName()Appends and returns a new empty "name" elementCTOnOffaddNewNoResizeAllowed()Appends and returns a new empty "noResizeAllowed" elementCTFrameScrollbaraddNewScrollbar()Appends and returns a new empty "scrollbar" elementCTReladdNewSourceFileName()Appends and returns a new empty "sourceFileName" elementCTStringaddNewSz()Appends and returns a new empty "sz" elementCTOnOffgetLinkedToFile()Gets the "linkedToFile" elementCTPixelsMeasuregetMarH()Gets the "marH" elementCTPixelsMeasuregetMarW()Gets the "marW" elementCTStringgetName()Gets the "name" elementCTOnOffgetNoResizeAllowed()Gets the "noResizeAllowed" elementCTFrameScrollbargetScrollbar()Gets the "scrollbar" elementCTRelgetSourceFileName()Gets the "sourceFileName" elementCTStringgetSz()Gets the "sz" elementbooleanisSetLinkedToFile()True if has "linkedToFile" elementbooleanisSetMarH()True if has "marH" elementbooleanisSetMarW()True if has "marW" elementbooleanisSetName()True if has "name" elementbooleanisSetNoResizeAllowed()True if has "noResizeAllowed" elementbooleanisSetScrollbar()True if has "scrollbar" elementbooleanisSetSourceFileName()True if has "sourceFileName" elementbooleanisSetSz()True if has "sz" elementvoidsetLinkedToFile(CTOnOff linkedToFile)Sets the "linkedToFile" elementvoidsetMarH(CTPixelsMeasure marH)Sets the "marH" elementvoidsetMarW(CTPixelsMeasure marW)Sets the "marW" elementvoidsetName(CTString name)Sets the "name" elementvoidsetNoResizeAllowed(CTOnOff noResizeAllowed)Sets the "noResizeAllowed" elementvoidsetScrollbar(CTFrameScrollbar scrollbar)Sets the "scrollbar" elementvoidsetSourceFileName(CTRel sourceFileName)Sets the "sourceFileName" elementvoidsetSz(CTString sz)Sets the "sz" elementvoidunsetLinkedToFile()Unsets the "linkedToFile" elementvoidunsetMarH()Unsets the "marH" elementvoidunsetMarW()Unsets the "marW" elementvoidunsetName()Unsets the "name" elementvoidunsetNoResizeAllowed()Unsets the "noResizeAllowed" elementvoidunsetScrollbar()Unsets the "scrollbar" elementvoidunsetSourceFileName()Unsets the "sourceFileName" 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
-
getName
CTString getName()
Gets the "name" element
-
isSetName
boolean isSetName()
True if has "name" element
-
setName
void setName(CTString name)
Sets the "name" element
-
addNewName
CTString addNewName()
Appends and returns a new empty "name" element
-
unsetName
void unsetName()
Unsets the "name" element
-
getSourceFileName
CTRel getSourceFileName()
Gets the "sourceFileName" element
-
isSetSourceFileName
boolean isSetSourceFileName()
True if has "sourceFileName" element
-
setSourceFileName
void setSourceFileName(CTRel sourceFileName)
Sets the "sourceFileName" element
-
addNewSourceFileName
CTRel addNewSourceFileName()
Appends and returns a new empty "sourceFileName" element
-
unsetSourceFileName
void unsetSourceFileName()
Unsets the "sourceFileName" element
-
getMarW
CTPixelsMeasure getMarW()
Gets the "marW" element
-
isSetMarW
boolean isSetMarW()
True if has "marW" element
-
setMarW
void setMarW(CTPixelsMeasure marW)
Sets the "marW" element
-
addNewMarW
CTPixelsMeasure addNewMarW()
Appends and returns a new empty "marW" element
-
unsetMarW
void unsetMarW()
Unsets the "marW" element
-
getMarH
CTPixelsMeasure getMarH()
Gets the "marH" element
-
isSetMarH
boolean isSetMarH()
True if has "marH" element
-
setMarH
void setMarH(CTPixelsMeasure marH)
Sets the "marH" element
-
addNewMarH
CTPixelsMeasure addNewMarH()
Appends and returns a new empty "marH" element
-
unsetMarH
void unsetMarH()
Unsets the "marH" element
-
getScrollbar
CTFrameScrollbar getScrollbar()
Gets the "scrollbar" element
-
isSetScrollbar
boolean isSetScrollbar()
True if has "scrollbar" element
-
setScrollbar
void setScrollbar(CTFrameScrollbar scrollbar)
Sets the "scrollbar" element
-
addNewScrollbar
CTFrameScrollbar addNewScrollbar()
Appends and returns a new empty "scrollbar" element
-
unsetScrollbar
void unsetScrollbar()
Unsets the "scrollbar" element
-
getNoResizeAllowed
CTOnOff getNoResizeAllowed()
Gets the "noResizeAllowed" element
-
isSetNoResizeAllowed
boolean isSetNoResizeAllowed()
True if has "noResizeAllowed" element
-
setNoResizeAllowed
void setNoResizeAllowed(CTOnOff noResizeAllowed)
Sets the "noResizeAllowed" element
-
addNewNoResizeAllowed
CTOnOff addNewNoResizeAllowed()
Appends and returns a new empty "noResizeAllowed" element
-
unsetNoResizeAllowed
void unsetNoResizeAllowed()
Unsets the "noResizeAllowed" element
-
getLinkedToFile
CTOnOff getLinkedToFile()
Gets the "linkedToFile" element
-
isSetLinkedToFile
boolean isSetLinkedToFile()
True if has "linkedToFile" element
-
setLinkedToFile
void setLinkedToFile(CTOnOff linkedToFile)
Sets the "linkedToFile" element
-
addNewLinkedToFile
CTOnOff addNewLinkedToFile()
Appends and returns a new empty "linkedToFile" element
-
unsetLinkedToFile
void unsetLinkedToFile()
Unsets the "linkedToFile" element
-
-