Defines the contract for a text container.
Namespace: FirstFloor.Documents
Assembly: FirstFloor.Documents (in FirstFloor.Documents.dll) Version: 2.5.0.0 (2.5.11.0)
Syntax
The ITextContainer type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | PageNumber |
Gets or sets the current page number.
|
![]() | Selection |
Gets the text selection state.
|
Methods
Name | Description | |
---|---|---|
![]() | BringIntoView(LinkTarget) |
Attempts to bring the specified link target into view.
|
![]() | BringIntoView(TextPointer) |
Attempts to bring the specified position into view.
|
![]() | GetText |
Gets the plain text in given text range.
|
![]() | OnAnnotationServiceChanged |
Notifies the text container of a change of the annotation service.
|
See Also