The IWordProc type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
HandleWordWrapping |
Determines where a screen line should be wrapped at.
|
![]() |
NextWordEnd |
Searches document for end position of a word.
|
![]() |
NextWordStart |
Searches document for start position of a word.
|
![]() |
PrevWordEnd |
Searches document backward for end position of a word.
|
![]() |
PrevWordStart |
Searches document backward for start position of a word.
|
Properties
Name | Description | |
---|---|---|
![]() |
CharsForbiddenToEndLine |
Gets or sets characters which are forbidden to end a screen line.
|
![]() |
CharsForbiddenToStartLine |
Gets or sets characters which are forbidden to start a screen line.
|
![]() |
CharsToBeHanged |
Gets or sets characters which will be 'hanged' on a screen line.
|
![]() |
EnableCharacterHanging |
Gets or sets whether to 'hang' specified characters on the end of screen lines.
|
![]() |
EnableEolHanging |
Gets or sets whether to 'hang' EOL characters on the end of screen lines.
|
![]() |
EnableLineEndRestriction |
Gets or sets whether to restrict characters which can end a screen line.
|
![]() |
EnableLineHeadRestriction |
Gets or sets whether to restrict characters which can start a screen line.
|
![]() |
EnableWordWrap |
Gets or sets whether to avoid wrapping screen lines
in the middle of an alphabet word or not.
|