public class PageTextArea extends Object
| Constructor | Description |
|---|---|
PageTextArea() |
| Modifier and Type | Method | Description |
|---|---|---|
PageTextArea |
addAreasItem(PageTextArea areasItem) |
|
PageTextArea |
areas(List<PageTextArea> areas) |
|
PageTextArea |
baseLine(Double baseLine) |
|
boolean |
equals(Object o) |
|
List<PageTextArea> |
getAreas() |
Gets or sets the collection of child text page areas.
|
Double |
getBaseLine() |
Gets or sets the base line.
|
String |
getText() |
Gets or sets the text.
|
TextStyle |
getTextStyle() |
Gets or sets the text style such as font size, font name an so on.
|
int |
hashCode() |
|
void |
setAreas(List<PageTextArea> areas) |
|
void |
setBaseLine(Double baseLine) |
|
void |
setText(String text) |
|
void |
setTextStyle(TextStyle textStyle) |
|
PageTextArea |
text(String text) |
|
PageTextArea |
textStyle(TextStyle textStyle) |
|
String |
toString() |
public PageTextArea text(String text)
public String getText()
public void setText(String text)
public PageTextArea baseLine(Double baseLine)
public Double getBaseLine()
public void setBaseLine(Double baseLine)
public PageTextArea areas(List<PageTextArea> areas)
public PageTextArea addAreasItem(PageTextArea areasItem)
public List<PageTextArea> getAreas()
public void setAreas(List<PageTextArea> areas)
public PageTextArea textStyle(TextStyle textStyle)
public TextStyle getTextStyle()
public void setTextStyle(TextStyle textStyle)
Copyright © 2025. All rights reserved.