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
C#
public enum TextFormat

Members

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