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
Assembly: PublicApiTypes (in PublicApiTypes.dll) Version: 1.0.0
C#
public enum TextCountModeMembers
| NoCounting | 0 | |
| Characters | 1 | Count is the number of characters |
| Words | 2 | Count is the (rough) number of words |
| Custom | 3 | Custom count (reserved for future use) |