Enum NCWordTextCase
Determines whether or not to convert the case of characters.
Namespace: SprutTechnology.SCPostprocessor
Assembly: SCPostprocessor.dll
Syntax
public enum NCWordTextCase
Fields
Name | Description |
---|---|
Lower | Convert text to the lower case. |
Original | Do not convert text case, use the original one. |
Upper | Convert text to the upper case. |