public class PageMeta 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"> <sequence> <element name="pageNumber"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}int"> </restriction> </simpleType> </element> <element name="pageHeight"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}int"> </restriction> </simpleType> </element> <element name="pageWidth"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}int"> </restriction> </simpleType> </element> <element name="doubleByte"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}boolean"> </restriction> </simpleType> </element> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected boolean |
doubleByte |
protected int |
pageHeight |
protected int |
pageNumber |
protected int |
pageWidth |
Constructor and Description |
---|
PageMeta() |
Modifier and Type | Method and Description |
---|---|
int |
getPageHeight()
Gets the value of the pageHeight property.
|
int |
getPageNumber()
Gets the value of the pageNumber property.
|
int |
getPageWidth()
Gets the value of the pageWidth property.
|
boolean |
isDoubleByte()
Gets the value of the doubleByte property.
|
void |
setDoubleByte(boolean value)
Sets the value of the doubleByte property.
|
void |
setPageHeight(int value)
Sets the value of the pageHeight property.
|
void |
setPageNumber(int value)
Sets the value of the pageNumber property.
|
void |
setPageWidth(int value)
Sets the value of the pageWidth property.
|
protected int pageNumber
protected int pageHeight
protected int pageWidth
protected boolean doubleByte
public int getPageNumber()
public void setPageNumber(int value)
public int getPageHeight()
public void setPageHeight(int value)
public int getPageWidth()
public void setPageWidth(int value)
public boolean isDoubleByte()
public void setDoubleByte(boolean value)
Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.