public class PageDimensions extends Object
Java class for pageDimensions complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="pageDimensions">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="size">
<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>
</element>
<element name="margins">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="left" type="{http://comet.werk-ii.com/base}float" />
<attribute name="top" type="{http://comet.werk-ii.com/base}float" />
<attribute name="right" type="{http://comet.werk-ii.com/base}float" />
<attribute name="bottom" type="{http://comet.werk-ii.com/base}float" />
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
PageDimensions.Margins
Java class for anonymous complex type.
|
static class |
PageDimensions.Size
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected PageDimensions.Margins |
margins |
protected PageDimensions.Size |
size |
| Constructor and Description |
|---|
PageDimensions() |
| Modifier and Type | Method and Description |
|---|---|
PageDimensions.Margins |
getMargins()
Gets the value of the margins property.
|
PageDimensions.Size |
getSize()
Gets the value of the size property.
|
void |
setMargins(PageDimensions.Margins value)
Sets the value of the margins property.
|
void |
setSize(PageDimensions.Size value)
Sets the value of the size property.
|
protected PageDimensions.Size size
protected PageDimensions.Margins margins
public PageDimensions.Size getSize()
PageDimensions.Sizepublic void setSize(PageDimensions.Size value)
value - allowed object is
PageDimensions.Sizepublic PageDimensions.Margins getMargins()
PageDimensions.Marginspublic void setMargins(PageDimensions.Margins value)
value - allowed object is
PageDimensions.MarginsCopyright © 2017 SAP SE. All Rights Reserved.