public class FitHeightDestinationType extends DestinationEventType
Java class for FitHeightDestinationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FitHeightDestinationType">
<complexContent>
<extension base="{http://schema.webpdf.de/1.0/operation}DestinationEventType">
<attribute name="page" default="1">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}int">
<minInclusive value="1"/>
</restriction>
</simpleType>
</attribute>
<attribute name="leftOffset" default="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}int">
</restriction>
</simpleType>
</attribute>
<attribute name="metrics" type="{http://schema.webpdf.de/1.0/operation}MetricsType" default="px" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
leftOffset |
protected MetricsType |
metrics |
protected Integer |
page |
| Constructor and Description |
|---|
FitHeightDestinationType() |
| Modifier and Type | Method and Description |
|---|---|
int |
getLeftOffset()
Gets the value of the leftOffset property.
|
MetricsType |
getMetrics()
Gets the value of the metrics property.
|
int |
getPage()
Gets the value of the page property.
|
boolean |
isSetLeftOffset() |
boolean |
isSetMetrics() |
boolean |
isSetPage() |
void |
setLeftOffset(int value)
Sets the value of the leftOffset property.
|
void |
setMetrics(MetricsType value)
Sets the value of the metrics property.
|
void |
setPage(int value)
Sets the value of the page property.
|
void |
unsetLeftOffset() |
void |
unsetPage() |
protected Integer page
protected Integer leftOffset
protected MetricsType metrics
public int getPage()
Integerpublic void setPage(int value)
value - allowed object is
Integerpublic boolean isSetPage()
public void unsetPage()
public int getLeftOffset()
Integerpublic void setLeftOffset(int value)
value - allowed object is
Integerpublic boolean isSetLeftOffset()
public void unsetLeftOffset()
public MetricsType getMetrics()
MetricsTypepublic void setMetrics(MetricsType value)
value - allowed object is
MetricsTypepublic boolean isSetMetrics()
Copyright © 2017–2020 SoftVision Development GmbH, Fulda, Germany. All rights reserved.