public static class SectPr.PgBorders extends java.lang.Object implements Child
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="top" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_Border" minOccurs="0"/>
<element name="left" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_Border" minOccurs="0"/>
<element name="bottom" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_Border" minOccurs="0"/>
<element name="right" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_Border" minOccurs="0"/>
</sequence>
<attribute name="zOrder" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_PageBorderZOrder" />
<attribute name="display" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_PageBorderDisplay" />
<attribute name="offsetFrom" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_PageBorderOffset" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CTBorder |
bottom |
protected STPageBorderDisplay |
display |
protected CTBorder |
left |
protected STPageBorderOffset |
offsetFrom |
protected CTBorder |
right |
protected CTBorder |
top |
protected STPageBorderZOrder |
zOrder |
| Constructor and Description |
|---|
PgBorders() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
CTBorder |
getBottom()
Gets the value of the bottom property.
|
STPageBorderDisplay |
getDisplay()
Gets the value of the display property.
|
CTBorder |
getLeft()
Gets the value of the left property.
|
STPageBorderOffset |
getOffsetFrom()
Gets the value of the offsetFrom property.
|
java.lang.Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
CTBorder |
getRight()
Gets the value of the right property.
|
CTBorder |
getTop()
Gets the value of the top property.
|
STPageBorderZOrder |
getZOrder()
Gets the value of the zOrder property.
|
void |
setBottom(CTBorder value)
Sets the value of the bottom property.
|
void |
setDisplay(STPageBorderDisplay value)
Sets the value of the display property.
|
void |
setLeft(CTBorder value)
Sets the value of the left property.
|
void |
setOffsetFrom(STPageBorderOffset value)
Sets the value of the offsetFrom property.
|
void |
setParent(java.lang.Object parent) |
void |
setRight(CTBorder value)
Sets the value of the right property.
|
void |
setTop(CTBorder value)
Sets the value of the top property.
|
void |
setZOrder(STPageBorderZOrder value)
Sets the value of the zOrder property.
|
protected CTBorder top
protected CTBorder left
protected CTBorder bottom
protected CTBorder right
protected STPageBorderZOrder zOrder
protected STPageBorderDisplay display
protected STPageBorderOffset offsetFrom
public CTBorder getTop()
CTBorderpublic void setTop(CTBorder value)
value - allowed object is
CTBorderpublic CTBorder getLeft()
CTBorderpublic void setLeft(CTBorder value)
value - allowed object is
CTBorderpublic CTBorder getBottom()
CTBorderpublic void setBottom(CTBorder value)
value - allowed object is
CTBorderpublic CTBorder getRight()
CTBorderpublic void setRight(CTBorder value)
value - allowed object is
CTBorderpublic STPageBorderZOrder getZOrder()
STPageBorderZOrderpublic void setZOrder(STPageBorderZOrder value)
value - allowed object is
STPageBorderZOrderpublic STPageBorderDisplay getDisplay()
STPageBorderDisplaypublic void setDisplay(STPageBorderDisplay value)
value - allowed object is
STPageBorderDisplaypublic STPageBorderOffset getOffsetFrom()
STPageBorderOffsetpublic void setOffsetFrom(STPageBorderOffset value)
value - allowed object is
STPageBorderOffsetpublic java.lang.Object getParent()
public void afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007–2023. All rights reserved.