TextCountMode Enumeration

Enumeration to specify which type of counting is/was used on a Text

Definition

Namespace: Articy.Api
Assembly: PublicApiTypes (in PublicApiTypes.dll) Version: 1.0.0
C#
public enum TextCountMode

Members

NoCounting0 
Characters1 Count is the number of characters
Words2 Count is the (rough) number of words
Custom3 Custom count (reserved for future use)

See Also