PageTextArea Class |
Namespace: GroupDocs.Parser.Data
The PageTextArea type exposes the following members.
Name | Description | |
---|---|---|
![]() | PageTextArea(IEnumerablePageTextArea, Page) |
Initializes a new instance of the PageTextArea class.
|
![]() | PageTextArea(String, Page, Rectangle) |
Initializes a new instance of the PageTextArea class.
|
![]() | PageTextArea(String, NullableDouble, TextStyle, Page, Rectangle) |
Initializes a new instance of the PageTextArea class.
|
Name | Description | |
---|---|---|
![]() | Areas |
Gets the collection of child text page areas.
|
![]() | BaseLine |
Gets the base line.
|
![]() | Page |
Gets the document page information such as page index and page size.
(Inherited from PageArea.) |
![]() | Rectangle |
Gets the rectangular area.
(Inherited from PageArea.) |
![]() | Text |
Gets the text.
|
![]() | TextStyle |
Gets the text style such as font size, font name an so on.
|
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | ToString |
Converts the value of this instance to String.
(Overrides ObjectToString.) |
An instance of PageTextArea class is used as return value of the following methods:
Also an instance of PageTextArea class is used as value of PageArea property.
See the usage examples there.
The text area can be single or composite. In the first case it contains a text which is bounded by a rectangular area. In the second case it contains other text areas; text and table properties are calculated by child text areas.