public class MarginType extends Object
Java class for MarginType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MarginType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="left" type="{http://www.w3.org/2001/XMLSchema}float" default="0" />
<attribute name="right" type="{http://www.w3.org/2001/XMLSchema}float" default="0" />
<attribute name="top" type="{http://www.w3.org/2001/XMLSchema}float" default="0" />
<attribute name="bottom" type="{http://www.w3.org/2001/XMLSchema}float" default="0" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Float |
bottom |
protected Float |
left |
protected Float |
right |
protected Float |
top |
| Constructor and Description |
|---|
MarginType() |
| Modifier and Type | Method and Description |
|---|---|
float |
getBottom()
Gets the value of the bottom property.
|
float |
getLeft()
Gets the value of the left property.
|
float |
getRight()
Gets the value of the right property.
|
float |
getTop()
Gets the value of the top property.
|
boolean |
isSetBottom() |
boolean |
isSetLeft() |
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 |
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
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()
Copyright © 2017–2023 SoftVision Development GmbH, Fulda, Germany. All rights reserved.