Modifier and Type | Field and Description |
---|---|
static Rectangle |
Rectangle.EMPTY
An empty rectangle.
|
Modifier and Type | Method and Description |
---|---|
Rectangle |
TextArea.getRectangle()
Gets a rectangle of the text area.
|
Rectangle |
TextAreaItem.getRectangle()
Gets a rectangle of the text area item.
|
Rectangle |
TextAreaSearchOptions.getRectangle()
Gets a rectangle.
|
Modifier and Type | Method and Description |
---|---|
void |
TextAreaSearchOptions.setRectangle(Rectangle value) |
Constructor and Description |
---|
TextArea(Rectangle rectangle,
String text,
DocumentPage page)
Initializes a new instance of the
TextArea class. |
TextAreaItem(Rectangle rectangle,
String text)
Initializes a new instance of the
TextAreaItem class. |
TextAreaItem(Rectangle rectangle,
String text,
TextProperties textProperties)
Initializes a new instance of the
TextAreaItem class. |
Copyright © 2018. All rights reserved.