public class Position extends Object
Constructor | Description |
---|---|
Position() |
Modifier and Type | Method | Description |
---|---|---|
Position |
considerParentMargins(Boolean considerParentMargins) |
|
boolean |
equals(Object o) |
|
Boolean |
getConsiderParentMargins() |
Gets or sets a value indicating whether parent margins should be considered.
|
Double |
getHeight() |
Gets or sets the height.
|
String |
getHorizontalAlignment() |
Gets or sets the horizontal alignment.
|
Boolean |
getIsBackground() |
Gets or sets a value indicating whether watermark is background.
|
Margin |
getMargins() |
Gets or sets the margins.
|
Double |
getRotateAngle() |
Gets or sets the rotate angle.
|
Double |
getScaleFactor() |
Gets or sets the scale factor.
|
String |
getSizingType() |
Gets or sets the type of the sizing.
|
String |
getVerticalAlignment() |
Gets or sets the vertical alignment.
|
Double |
getWidth() |
Gets or sets the width.
|
Double |
getX() |
Gets or sets the x coordinate.
|
Double |
getY() |
Gets or sets the y coordinate.
|
int |
hashCode() |
|
Position |
height(Double height) |
|
Position |
horizontalAlignment(String horizontalAlignment) |
|
Position |
isBackground(Boolean isBackground) |
|
Position |
margins(Margin margins) |
|
Position |
rotateAngle(Double rotateAngle) |
|
Position |
scaleFactor(Double scaleFactor) |
|
void |
setConsiderParentMargins(Boolean considerParentMargins) |
|
void |
setHeight(Double height) |
|
void |
setHorizontalAlignment(String horizontalAlignment) |
|
void |
setIsBackground(Boolean isBackground) |
|
void |
setMargins(Margin margins) |
|
void |
setRotateAngle(Double rotateAngle) |
|
void |
setScaleFactor(Double scaleFactor) |
|
void |
setSizingType(String sizingType) |
|
void |
setVerticalAlignment(String verticalAlignment) |
|
void |
setWidth(Double width) |
|
void |
setX(Double X) |
|
void |
setY(Double Y) |
|
Position |
sizingType(String sizingType) |
|
String |
toString() |
|
Position |
verticalAlignment(String verticalAlignment) |
|
Position |
width(Double width) |
|
Position |
X(Double X) |
|
Position |
Y(Double Y) |
public Double getX()
public void setX(Double X)
public Double getY()
public void setY(Double Y)
public Double getWidth()
public void setWidth(Double width)
public Double getHeight()
public void setHeight(Double height)
public String getHorizontalAlignment()
public void setHorizontalAlignment(String horizontalAlignment)
public String getVerticalAlignment()
public void setVerticalAlignment(String verticalAlignment)
public Margin getMargins()
public void setMargins(Margin margins)
public String getSizingType()
public void setSizingType(String sizingType)
public Double getScaleFactor()
public void setScaleFactor(Double scaleFactor)
public Double getRotateAngle()
public void setRotateAngle(Double rotateAngle)
public Boolean getConsiderParentMargins()
public void setConsiderParentMargins(Boolean considerParentMargins)
public Boolean getIsBackground()
public void setIsBackground(Boolean isBackground)
Copyright © 2019. All rights reserved.