API Reference
Class
WordPositionInParagraph
Represents a character position inside a paragraph.
Inheritance
- Object
- WordPositionInParagraph
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Accepted by parameters
- Constructor WordTextSegment.WordTextSegment
- Constructor WordTextSegment.WordTextSegment
Constructors
WordPositionInParagraph 2 overloads
WordPositionInParagraph() #Initializes a new instance with all positions set to zero.
WordPositionInParagraph(System.Int32 posRun, System.Int32 posText, System.Int32 posChar) #Initializes a new instance with the specified positions.
Parameters
- posRun System.Int32
- Paragraph index.
- posText System.Int32
- Text index.
- posChar System.Int32
- Character index.