Class UIContainerExportType
Specifies the export type of the UIContainer.
Inheritance
System.Object
UIContainerExportType
Namespace: Syncfusion.UI.Xaml.RichTextBoxAdv
Assembly: Syncfusion.SfRichTextBoxAdv.UWP.dll
Syntax
public sealed class UIContainerExportType : Enum
Fields
Image
Exports the UIContainer as image element. It is applicable only for Word and HTML formats.
Declaration
public const UIContainerExportType Image
Field Value
Type |
---|
UIContainerExportType |
None
Skips the UIContainer in exporting.
Declaration
public const UIContainerExportType None
Field Value
Type |
---|
UIContainerExportType |
Text
Exports the UIContainer as text element. It is applicable only for Word and HTML formats.
Declaration
public const UIContainerExportType Text
Field Value
Type |
---|
UIContainerExportType |