public class OptionsMarginType extends Object
Java class for OptionsMarginType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OptionsMarginType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="left" default="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}float">
</restriction>
</simpleType>
</attribute>
<attribute name="right" default="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}float">
</restriction>
</simpleType>
</attribute>
<attribute name="top" default="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}float">
</restriction>
</simpleType>
</attribute>
<attribute name="bottom" default="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}float">
</restriction>
</simpleType>
</attribute>
<attribute name="metrics" type="{http://schema.webpdf.de/1.0/operation}MetricsType" default="mm" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Float |
bottom |
protected Float |
left |
protected MetricsType |
metrics |
protected Float |
right |
protected Float |
top |
| Constructor and Description |
|---|
OptionsMarginType() |
| Modifier and Type | Method and Description |
|---|---|
float |
getBottom()
Gets the value of the bottom property.
|
float |
getLeft()
Gets the value of the left property.
|
MetricsType |
getMetrics()
Gets the value of the metrics property.
|
float |
getRight()
Gets the value of the right property.
|
float |
getTop()
Gets the value of the top property.
|
boolean |
isSetBottom() |
boolean |
isSetLeft() |
boolean |
isSetMetrics() |
boolean |
isSetRight() |
boolean |
isSetTop() |
void |
setBottom(float value)
Sets the value of the bottom property.
|
void |
setLeft(float value)
Sets the value of the left property.
|
void |
setMetrics(MetricsType value)
Sets the value of the metrics property.
|
void |
setRight(float value)
Sets the value of the right property.
|
void |
setTop(float value)
Sets the value of the top property.
|
void |
unsetBottom() |
void |
unsetLeft() |
void |
unsetRight() |
void |
unsetTop() |
protected Float left
protected Float right
protected Float top
protected Float bottom
protected MetricsType metrics
public float getLeft()
Floatpublic void setLeft(float value)
value - allowed object is
Floatpublic boolean isSetLeft()
public void unsetLeft()
public float getRight()
Floatpublic void setRight(float value)
value - allowed object is
Floatpublic boolean isSetRight()
public void unsetRight()
public float getTop()
Floatpublic void setTop(float value)
value - allowed object is
Floatpublic boolean isSetTop()
public void unsetTop()
public float getBottom()
Floatpublic void setBottom(float value)
value - allowed object is
Floatpublic boolean isSetBottom()
public void unsetBottom()
public MetricsType getMetrics()
MetricsTypepublic void setMetrics(MetricsType value)
value - allowed object is
MetricsTypepublic boolean isSetMetrics()
Copyright © 2017–2023 SoftVision Development GmbH, Fulda, Germany. All rights reserved.