public class TextOptions extends Object
| Constructor | Description |
|---|---|
TextOptions() |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(Object o) |
|
Integer |
getMaxCharsPerRow() |
Max chars per row on page.
|
Integer |
getMaxRowsPerPage() |
Max rows per page.
|
int |
hashCode() |
|
TextOptions |
maxCharsPerRow(Integer maxCharsPerRow) |
|
TextOptions |
maxRowsPerPage(Integer maxRowsPerPage) |
|
void |
setMaxCharsPerRow(Integer maxCharsPerRow) |
|
void |
setMaxRowsPerPage(Integer maxRowsPerPage) |
|
String |
toString() |
public TextOptions maxCharsPerRow(Integer maxCharsPerRow)
public Integer getMaxCharsPerRow()
public void setMaxCharsPerRow(Integer maxCharsPerRow)
public TextOptions maxRowsPerPage(Integer maxRowsPerPage)
public Integer getMaxRowsPerPage()
public void setMaxRowsPerPage(Integer maxRowsPerPage)
Copyright © 2025. All rights reserved.