public class FitRectangleDestinationType extends DestinationEventType
Java class for FitRectangleDestinationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FitRectangleDestinationType">
<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="bottomOffset" default="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}int">
</restriction>
</simpleType>
</attribute>
<attribute name="rightOffset" default="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}int">
</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 Integer |
bottomOffset |
protected Integer |
leftOffset |
protected MetricsType |
metrics |
protected Integer |
page |
protected Integer |
rightOffset |
protected Integer |
topOffset |
| Constructor and Description |
|---|
FitRectangleDestinationType() |
| Modifier and Type | Method and Description |
|---|---|
int |
getBottomOffset()
Gets the value of the bottomOffset property.
|
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.
|
int |
getRightOffset()
Gets the value of the rightOffset property.
|
int |
getTopOffset()
Gets the value of the topOffset property.
|
boolean |
isSetBottomOffset() |
boolean |
isSetLeftOffset() |
boolean |
isSetMetrics() |
boolean |
isSetPage() |
boolean |
isSetRightOffset() |
boolean |
isSetTopOffset() |
void |
setBottomOffset(int value)
Sets the value of the bottomOffset property.
|
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 |
setRightOffset(int value)
Sets the value of the rightOffset property.
|
void |
setTopOffset(int value)
Sets the value of the topOffset property.
|
void |
unsetBottomOffset() |
void |
unsetLeftOffset() |
void |
unsetPage() |
void |
unsetRightOffset() |
void |
unsetTopOffset() |
protected Integer page
protected Integer leftOffset
protected Integer bottomOffset
protected Integer rightOffset
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 getLeftOffset()
Integerpublic void setLeftOffset(int value)
value - allowed object is
Integerpublic boolean isSetLeftOffset()
public void unsetLeftOffset()
public int getBottomOffset()
Integerpublic void setBottomOffset(int value)
value - allowed object is
Integerpublic boolean isSetBottomOffset()
public void unsetBottomOffset()
public int getRightOffset()
Integerpublic void setRightOffset(int value)
value - allowed object is
Integerpublic boolean isSetRightOffset()
public void unsetRightOffset()
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–2023 SoftVision Development GmbH, Fulda, Germany. All rights reserved.