TextFormat Enumeration
Enumeration to specify if which format the GetText(TextFormat)
overload should format the returned 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 TextFormatMembers
| Plain | 0 | Get or set the text as plain, unformatted text |
| Html | 1 | Get or set the text as full HTML text with styles |
| BBCode | 2 | Get or set the text as BBCode enriched text |