public final class TableCellText extends Object
Defines the information about cell's text.
Constructor and Description |
---|
TableCellText(String text)
Initializes a new instance of the
TableCellText class. |
TableCellText(String[] sourceLines)
Initializes a new instance of the
TableCellText class. |
TableCellText(String text,
Integer maxLineLength)
Initializes a new instance of the
TableCellText class. |
public TableCellText(String text)
Initializes a new instance of the TableCellText
class.
text
- The text of the cell.public TableCellText(String text, Integer maxLineLength)
Initializes a new instance of the TableCellText
class.
text
- The text of the cell.maxLineLength
- The maximum length of the text's line.public TableCellText(String[] sourceLines)
Initializes a new instance of the TableCellText
class.
sourceLines
- The array of the lines.public int getCount()
Gets a total count of the lines.
public String readLine()
Reads a line of characters from the cell and returns the data as a string.
Copyright © 2019. All rights reserved.