TX Text Control .NET Documentation

ClipboardFormat Enumeration

Description:Determines a certain clipboard format that can be pasted into a TextControl document. The enumeration contains the following values:

MemberDescription
HTMLFormatSpecifies HTML format (Hypertext Markup Language).

ImageSpecifies an image. An image can be pasted, if it is a device dependent or a device independent bitmap, a TIFF image or a Windows metafile.

PlainTextSpecifies unformatted text.

RichTextFormatSpecifies RTF format (Rich Text Format).

TXTextControlFormatSpecifies formatted text in the internal TX Text Control format.

TXTextControlImageSpecifies an image including information about how the image is positioned in the document (inline or geometrically positioned).

TXTextControlTextframeSpecifies a TX Text Control textframe including its contents. The clipbord contains also information about how the textframe is positioned in the document (inline or geometrically positioned).