The IWordProc type exposes the following members.

Methods

  Name Description
Public method HandleWordWrapping
Determines where a screen line should be wrapped at.
Public method NextWordEnd
Searches document for end position of a word.
Public method NextWordStart
Searches document for start position of a word.
Public method PrevWordEnd
Searches document backward for end position of a word.
Public method PrevWordStart
Searches document backward for start position of a word.

Properties

  Name Description
Public property CharsForbiddenToEndLine
Gets or sets characters which are forbidden to end a screen line.
Public property CharsForbiddenToStartLine
Gets or sets characters which are forbidden to start a screen line.
Public property CharsToBeHanged
Gets or sets characters which will be 'hanged' on a screen line.
Public property EnableCharacterHanging
Gets or sets whether to 'hang' specified characters on the end of screen lines.
Public property EnableEolHanging
Gets or sets whether to 'hang' EOL characters on the end of screen lines.
Public property EnableLineEndRestriction
Gets or sets whether to restrict characters which can end a screen line.
Public property EnableLineHeadRestriction
Gets or sets whether to restrict characters which can start a screen line.
Public property EnableWordWrap
Gets or sets whether to avoid wrapping screen lines in the middle of an alphabet word or not.

See Also