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(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.Szpublic void setSz(CTFrame.Sz value)
value - allowed object is
CTFrame.Szpublic CTFrame.Name getName()
CTFrame.Namepublic void setName(CTFrame.Name value)
value - allowed object is
CTFrame.Namepublic CTRel getSourceFileName()
CTRelpublic void setSourceFileName(CTRel value)
value - allowed object is
CTRelpublic CTPixelsMeasure getMarW()
CTPixelsMeasurepublic void setMarW(CTPixelsMeasure value)
value - allowed object is
CTPixelsMeasurepublic CTPixelsMeasure getMarH()
CTPixelsMeasurepublic void setMarH(CTPixelsMeasure value)
value - allowed object is
CTPixelsMeasurepublic CTFrameScrollbar getScrollbar()
CTFrameScrollbarpublic void setScrollbar(CTFrameScrollbar value)
value - allowed object is
CTFrameScrollbarpublic BooleanDefaultTrue getNoResizeAllowed()
BooleanDefaultTruepublic void setNoResizeAllowed(BooleanDefaultTrue value)
value - allowed object is
BooleanDefaultTruepublic BooleanDefaultTrue getLinkedToFile()
BooleanDefaultTruepublic void setLinkedToFile(BooleanDefaultTrue value)
value - allowed object is
BooleanDefaultTruepublic Object getParent()
public void afterUnmarshal(Unmarshaller unmarshaller, Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007-2019. All Rights Reserved.