public class FitWidthDestinationType extends DestinationEventType
Java class for FitWidthDestinationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FitWidthDestinationType">
<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="topOffset" 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 MetricsType |
metrics |
protected Integer |
page |
protected Integer |
topOffset |
| Constructor and Description |
|---|
FitWidthDestinationType() |
| Modifier and Type | Method and Description |
|---|---|
MetricsType |
getMetrics()
Gets the value of the metrics property.
|
int |
getPage()
Gets the value of the page property.
|
int |
getTopOffset()
Gets the value of the topOffset property.
|
boolean |
isSetMetrics() |
boolean |
isSetPage() |
boolean |
isSetTopOffset() |
void |
setMetrics(MetricsType value)
Sets the value of the metrics property.
|
void |
setPage(int value)
Sets the value of the page property.
|
void |
setTopOffset(int value)
Sets the value of the topOffset property.
|
void |
unsetPage() |
void |
unsetTopOffset() |
protected Integer page
protected Integer topOffset
protected MetricsType metrics
public int getPage()
Integerpublic void setPage(int value)
value - allowed object is
Integerpublic boolean isSetPage()
public void unsetPage()
public int getTopOffset()
Integerpublic void setTopOffset(int value)
value - allowed object is
Integerpublic boolean isSetTopOffset()
public void unsetTopOffset()
public MetricsType getMetrics()
MetricsTypepublic void setMetrics(MetricsType value)
value - allowed object is
MetricsTypepublic boolean isSetMetrics()
Copyright © 2017–2022 SoftVision Development GmbH, Fulda, Germany. All rights reserved.