Enumeration of points in a text stream by which a Range may be navigated.
Syntax
C# | Visual Basic | Managed C++ |
public enum StreamPoint
Public Enumeration StreamPoint
public enum class StreamPoint
Members
Member | Description |
---|---|
Token |
A character or floating shape.
|
WordStart |
The start of a word -- just after a whitespace character or ParagraphStart and just before a non-whitespace token.
|
WordEnd |
The end of a word -- just after a non-whitespace token and just before a whitespace character or paragraph separator.
|
LineStart |
The start of a line of composed text.
|
LineEnd |
The end of a line of composed text.
|
ParagraphStart |
The start of a paragraph -- just before its first token.
|
ParagraphEndBeforeSeparator |
The end of a paragraph -- just before its paragraph separator.
|
ParagraphEndAfterSeparator |
The end of a paragraph -- just after its paragraph separator.
|
StreamStart |
The start of the stream.
|
StreamEnd |
The end of the stream.
|
Assembly: PFScript Version: 8.0.7.1407 (Module: PFScript)