PageTextAreaOptions Class |
Namespace: GroupDocs.Parser.Options
The PageTextAreaOptions type exposes the following members.
Name | Description | |
---|---|---|
![]() | PageTextAreaOptions(String) |
Initializes a new instance of the PageTextAreaOptions class with the regular expression.
Other options are set by default (see remarks for details).
|
![]() | PageTextAreaOptions(String, Rectangle) |
Initializes a new instance of the PageTextAreaOptions class
with the regular expression and rectangular area.
Other options are set by default (see remarks for details).
|
![]() | PageTextAreaOptions(String, Boolean, Boolean, Boolean, Rectangle) |
Initializes a new instance of the PageTextAreaOptions class.
|
Name | Description | |
---|---|---|
![]() | Expression |
Gets the regular expression.
|
![]() | IgnoreFormatting |
Gets the value that indicates whether text formatting is ignored.
|
![]() | MatchCase |
Gets the value that indicates whether a text case isn't ignored.
|
![]() | Rectangle |
Gets the rectangular area that contains page areas.
(Inherited from PageAreaOptions.) |
![]() | UniteSegments |
Gets the value that indicates whether segments are united.
|
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |