OfficeIMO

API Reference

Class

WordPositionInParagraph

Namespace OfficeIMO.Word

Represents a character position inside a paragraph.

Inheritance

  • Object
  • WordPositionInParagraph

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 required
Paragraph index.
posText System.Int32 required
Text index.
posChar System.Int32 required
Character index.

Properties

Paragraph #

The paragraph index.

Text #

The text index.

Char #

The character index.