public class CTFrame extends Object implements Child
Java class for CT_Frame complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_Frame"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="sz" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="val" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType> </element> <element name="name" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="val" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType> </element> <element name="sourceFileName" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_Rel" minOccurs="0"/> <element name="marW" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_PixelsMeasure" minOccurs="0"/> <element name="marH" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_PixelsMeasure" minOccurs="0"/> <element name="scrollbar" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_FrameScrollbar" minOccurs="0"/> <element name="noResizeAllowed" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}BooleanDefaultTrue" minOccurs="0"/> <element name="linkedToFile" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}BooleanDefaultTrue" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
CTFrame.Name
Java class for anonymous complex type.
|
static class |
CTFrame.Sz
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected BooleanDefaultTrue |
linkedToFile |
protected CTPixelsMeasure |
marH |
protected CTPixelsMeasure |
marW |
protected CTFrame.Name |
name |
protected BooleanDefaultTrue |
noResizeAllowed |
protected CTFrameScrollbar |
scrollbar |
protected CTRel |
sourceFileName |
protected CTFrame.Sz |
sz |
Constructor and Description |
---|
CTFrame() |
Modifier and Type | Method and Description |
---|---|
void |
afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
BooleanDefaultTrue |
getLinkedToFile()
Gets the value of the linkedToFile property.
|
CTPixelsMeasure |
getMarH()
Gets the value of the marH property.
|
CTPixelsMeasure |
getMarW()
Gets the value of the marW property.
|
CTFrame.Name |
getName()
Gets the value of the name property.
|
BooleanDefaultTrue |
getNoResizeAllowed()
Gets the value of the noResizeAllowed property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
CTFrameScrollbar |
getScrollbar()
Gets the value of the scrollbar property.
|
CTRel |
getSourceFileName()
Gets the value of the sourceFileName property.
|
CTFrame.Sz |
getSz()
Gets the value of the sz property.
|
void |
setLinkedToFile(BooleanDefaultTrue value)
Sets the value of the linkedToFile property.
|
void |
setMarH(CTPixelsMeasure value)
Sets the value of the marH property.
|
void |
setMarW(CTPixelsMeasure value)
Sets the value of the marW property.
|
void |
setName(CTFrame.Name value)
Sets the value of the name property.
|
void |
setNoResizeAllowed(BooleanDefaultTrue value)
Sets the value of the noResizeAllowed property.
|
void |
setParent(Object parent) |
void |
setScrollbar(CTFrameScrollbar value)
Sets the value of the scrollbar property.
|
void |
setSourceFileName(CTRel value)
Sets the value of the sourceFileName property.
|
void |
setSz(CTFrame.Sz value)
Sets the value of the sz property.
|
protected CTFrame.Sz sz
protected CTFrame.Name name
protected CTRel sourceFileName
protected CTPixelsMeasure marW
protected CTPixelsMeasure marH
protected CTFrameScrollbar scrollbar
protected BooleanDefaultTrue noResizeAllowed
protected BooleanDefaultTrue linkedToFile
public CTFrame.Sz getSz()
CTFrame.Sz
public void setSz(CTFrame.Sz value)
value
- allowed object is
CTFrame.Sz
public CTFrame.Name getName()
CTFrame.Name
public void setName(CTFrame.Name value)
value
- allowed object is
CTFrame.Name
public CTRel getSourceFileName()
CTRel
public void setSourceFileName(CTRel value)
value
- allowed object is
CTRel
public CTPixelsMeasure getMarW()
CTPixelsMeasure
public void setMarW(CTPixelsMeasure value)
value
- allowed object is
CTPixelsMeasure
public CTPixelsMeasure getMarH()
CTPixelsMeasure
public void setMarH(CTPixelsMeasure value)
value
- allowed object is
CTPixelsMeasure
public CTFrameScrollbar getScrollbar()
CTFrameScrollbar
public void setScrollbar(CTFrameScrollbar value)
value
- allowed object is
CTFrameScrollbar
public BooleanDefaultTrue getNoResizeAllowed()
BooleanDefaultTrue
public void setNoResizeAllowed(BooleanDefaultTrue value)
value
- allowed object is
BooleanDefaultTrue
public BooleanDefaultTrue getLinkedToFile()
BooleanDefaultTrue
public void setLinkedToFile(BooleanDefaultTrue value)
value
- allowed object is
BooleanDefaultTrue
public Object getParent()
public void afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller, Object parent)
parent
- The parent object in the object tree.unmarshaller
- The unmarshaller that generated the instance.Copyright © 2007-2013. All Rights Reserved.