public class CTPageMargins extends Object implements Child
Java class for CT_PageMargins complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_PageMargins"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="left" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="right" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="top" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="bottom" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="header" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="footer" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected double |
bottom |
protected double |
footer |
protected double |
header |
protected double |
left |
protected double |
right |
protected double |
top |
Constructor and Description |
---|
CTPageMargins() |
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.
|
double |
getBottom()
Gets the value of the bottom property.
|
double |
getFooter()
Gets the value of the footer property.
|
double |
getHeader()
Gets the value of the header property.
|
double |
getLeft()
Gets the value of the left property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
double |
getRight()
Gets the value of the right property.
|
double |
getTop()
Gets the value of the top property.
|
void |
setBottom(double value)
Sets the value of the bottom property.
|
void |
setFooter(double value)
Sets the value of the footer property.
|
void |
setHeader(double value)
Sets the value of the header property.
|
void |
setLeft(double value)
Sets the value of the left property.
|
void |
setParent(Object parent) |
void |
setRight(double value)
Sets the value of the right property.
|
void |
setTop(double value)
Sets the value of the top property.
|
protected double left
protected double right
protected double top
protected double bottom
protected double header
protected double footer
public double getLeft()
public void setLeft(double value)
public double getRight()
public void setRight(double value)
public double getTop()
public void setTop(double value)
public double getBottom()
public void setBottom(double value)
public double getHeader()
public void setHeader(double value)
public double getFooter()
public void setFooter(double value)
public 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.