Highlights Methods |
The Highlights type exposes the following members.
| Name | Description | |
|---|---|---|
| Add | Add extra Highlight information into the class.
| |
| Begin | Rewind the internal pointer to the first highlight.
| |
| Clear | Clear the current Highlight information in the class. | |
| Close | ||
| Equals | (Inherited from Object.) | |
| GetCurrentPageNumber | Get the page number of the current highlight.
| |
| GetCurrentQuads | Get the corresponding quadrangles of the current highlight.
| |
| GetCurrentTextRange | Get a TextRange object that represents the current highlight. | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| HasNext | Query if there is any subsequent highlight after the current highlight.
| |
| Load | Load the Highlight information from a file. Note that the
pre-existing Highlight information is discarded.
| |
| LoadAsync |
Loads the Highlight information from a filter. Note that the pre-existing Highlight information will be
discarded.
| |
| Next | Move the current highlight to the next highlight. | |
| Save | Save the current Highlight information in the class to a file.
| |
| SaveAsync |
Save the current Highlight information in the class to a filter.
| |
| SaveToString | Save the current Highlight information in the class to an XML string.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |