public static class PageDimensions.Size extends Object
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">
<attribute name="width" type="{http://comet.werk-ii.com/base}float" />
<attribute name="height" type="{http://comet.werk-ii.com/base}float" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BigDecimal |
height |
protected BigDecimal |
width |
| Constructor and Description |
|---|
Size() |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getHeight()
Gets the value of the height property.
|
BigDecimal |
getWidth()
Gets the value of the width property.
|
void |
setHeight(BigDecimal value)
Sets the value of the height property.
|
void |
setWidth(BigDecimal value)
Sets the value of the width property.
|
protected BigDecimal width
protected BigDecimal height
public BigDecimal getWidth()
BigDecimalpublic void setWidth(BigDecimal value)
value - allowed object is
BigDecimalpublic BigDecimal getHeight()
BigDecimalpublic void setHeight(BigDecimal value)
value - allowed object is
BigDecimalCopyright © 2017 SAP SE. All Rights Reserved.