public class DestObject extends Object
Constructor and Description |
---|
DestObject() |
Modifier and Type | Method and Description |
---|---|
FitObject |
getFit()
Gets the Fit element, a child of the Dest element.
|
FitObject |
getFitB()
Sets the FitB element, a child of the Dest element.
|
FitObject |
getFitBH()
Sets the FitBH element, a child of the Dest element.
|
FitObject |
getFitBV()
Sets the FitBV element, a child of the Dest element.
|
FitObject |
getFitH()
Gets the FitH element, a child of the Dest element.
|
FitObject |
getFitR()
Gets the FitR element, a child of the Dest element.
|
FitObject |
getFitV()
Gets the FitV element, a child of the Dest element.
|
String |
getName()
Gets the Name attribute of Named element, a child of Dest element.
|
FitObject |
getXyz()
Gets the XYZ element, a child of the Dest element.
|
DestObject |
setFit(FitObject fit)
Sets the Fit element, a child of the Dest element.
|
DestObject |
setFitB(FitObject fitB)
Gets the FitB element, a child of the Dest element.
|
DestObject |
setFitBH(FitObject fitBH)
Gets the FitBH element, a child of the Dest element.
|
DestObject |
setFitBV(FitObject fitBV)
Sets the FitBV element, a child of the Dest element.
|
DestObject |
setFitH(FitObject fitH)
Sets the FitH element, a child of the Dest element.
|
DestObject |
setFitR(FitObject fitR)
Sets the FitR element, a child of the Dest element.
|
DestObject |
setFitV(FitObject fitV)
Sets the FitV element, a child of the Dest element.
|
DestObject |
setName(String name)
Sets the Name attribute of Named element, a child of Dest element.
|
DestObject |
setXyz(FitObject xyz)
Sets the XYZ element, a child of the Dest element.
|
public String getName()
public DestObject setName(String name)
name
- string value of the Name attribute.
DestObject
instance.
public FitObject getXyz()
FitObject
that represents XYZ of Dest element.
public DestObject setXyz(FitObject xyz)
xyz
- a FitObject
that represents XYZ of Dest element.
DestObject
instance.
public FitObject getFit()
FitObject
that represents Fit of Dest element.
public DestObject setFit(FitObject fit)
fit
- a FitObject
that represents Fit of Dest element.
DestObject
instance.
public FitObject getFitH()
FitObject
that represents FitH of Dest element.
public DestObject setFitH(FitObject fitH)
fitH
- a FitObject
that represents FitH of Dest element.
DestObject
instance.
public FitObject getFitV()
FitObject
that represents FitV of Dest element.
public DestObject setFitV(FitObject fitV)
fitV
- a FitObject
that represents FitV of Dest element.
DestObject
instance.
public FitObject getFitR()
FitObject
that represents FitR of Dest element.
public DestObject setFitR(FitObject fitR)
fitR
- a FitObject
that represents FitR of Dest element.
DestObject
instance.
public FitObject getFitB()
FitObject
that represents FitB of Dest element.
public DestObject setFitB(FitObject fitB)
fitB
- a FitObject
that represents FitB of Dest element.
DestObject
instance.
public FitObject getFitBH()
FitObject
that represents FitBH of Dest element.
public DestObject setFitBH(FitObject fitBH)
fitBH
- a FitObject
that represents FitBH of Dest element.
DestObject
instance.
public FitObject getFitBV()
FitObject
that represents FitBV of Dest element.
public DestObject setFitBV(FitObject fitBV)
fitBV
- a FitObject
that represents FitBV of Dest element.
DestObject
instance.
Copyright © 1998–2023 iText Group NV. All rights reserved.