Class NCWordTextCase
Determines whether or not to convert the case of characters.
Inheritance
object
NCWordTextCase
Namespace: DotnetPostprocessing.SDK
Assembly: DotnetPostprocessing.SDK.dll
Syntax
public sealed class NCWordTextCase : Enum
Fields
Lower
Convert text to the lower case.
Declaration
public const NCWordTextCase Lower = 1
Field Value
Type | Description |
---|---|
NCWordTextCase |
Original
Do not convert text case, use the original one.
Declaration
public const NCWordTextCase Original = 0
Field Value
Type | Description |
---|---|
NCWordTextCase |
Upper
Convert text to the upper case.
Declaration
public const NCWordTextCase Upper = 2
Field Value
Type | Description |
---|---|
NCWordTextCase |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
int |