Click or drag to resize

TextFormat Enumeration

Enumeration to specify if which format the GetText(TextFormat) overload should format the returned text.

Namespace:  Articy.Api
Assembly:  PublicApiTypes (in PublicApiTypes.dll) Version: 1.0.0
Syntax
C#
public enum TextFormat
Members
  Member nameValueDescription
Plain0 Get or set the text as plain, unformatted text
Html1 Get or set the text as full HTML text with styles
BBCode2 Get or set the text as BBCode enriched text
See Also