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="l" use="required" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="r" use="required" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="t" use="required" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="b" 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 |
b |
protected double |
footer |
protected double |
header |
protected double |
l |
protected double |
r |
protected double |
t |
| 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 |
getB()
Gets the value of the b property.
|
double |
getFooter()
Gets the value of the footer property.
|
double |
getHeader()
Gets the value of the header property.
|
double |
getL()
Gets the value of the l property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
double |
getR()
Gets the value of the r property.
|
double |
getT()
Gets the value of the t property.
|
void |
setB(double value)
Sets the value of the b property.
|
void |
setFooter(double value)
Sets the value of the footer property.
|
void |
setHeader(double value)
Sets the value of the header property.
|
void |
setL(double value)
Sets the value of the l property.
|
void |
setParent(Object parent) |
void |
setR(double value)
Sets the value of the r property.
|
void |
setT(double value)
Sets the value of the t property.
|
protected double l
protected double r
protected double t
protected double b
protected double header
protected double footer
public double getL()
public void setL(double value)
public double getR()
public void setR(double value)
public double getT()
public void setT(double value)
public double getB()
public void setB(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-2020. All Rights Reserved.