| Constructor | Description |
|---|---|
TextElement() |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(Object o) |
|
Double |
getHeight() |
The height of the rectangle which contains the element (in pixels).
|
String |
getValue() |
The element value
|
Double |
getWidth() |
The width of the rectangle which contains the element (in pixels).
|
Double |
getX() |
The X coordinate of the highest left point on the page layout where the rectangle that contains element begins.
|
Double |
getY() |
The Y coordinate of the highest left point on the page layout where the rectangle that contains element begins.
|
int |
hashCode() |
|
TextElement |
height(Double height) |
|
void |
setHeight(Double height) |
|
void |
setValue(String value) |
|
void |
setWidth(Double width) |
|
void |
setX(Double X) |
|
void |
setY(Double Y) |
|
String |
toString() |
|
TextElement |
value(String value) |
|
TextElement |
width(Double width) |
|
TextElement |
X(Double X) |
|
TextElement |
Y(Double Y) |
public TextElement X(Double X)
public Double getX()
public void setX(Double X)
public TextElement Y(Double Y)
public Double getY()
public void setY(Double Y)
public TextElement width(Double width)
public Double getWidth()
public void setWidth(Double width)
public TextElement height(Double height)
public Double getHeight()
public void setHeight(Double height)
public TextElement value(String value)
public String getValue()
public void setValue(String value)
Copyright © 2025. All rights reserved.