Click or drag to resize

CopyFormat Enumeration

Specifices the text copy modes.

Namespace: Flex.Hal.Settings
Assembly: Flex.Hal.Ohio (in Flex.Hal.Ohio.dll) Version: 6.0.8219.1880
Syntax
public enum CopyFormat
Members
Member nameValueDescription
LinesWithTerminators0 Lines with terminators.
SpreadsheetColumn1 Spreadsheet format organized by columns.
SpreadsheetField2 Spreadsheet format organized by fields.
HtmlParagraph3 HTML format organized by paragraphs.
Remarks

LinesWithTerminators copies each individual line of text and includes a carriage return and line feed at the end of each line.

SpreadsheetColumn copies the selected area of text and separates into rows and columns to be pasted into a spreadsheet.

SpreadsheetField copies the selected area of text and separates into rows and columns. Each field (protected or unprotected) is treated as a single cell in a spreadsheet. The end of each row on the terminal screen is treated as the end of the row in a spreadsheet.

HtmlParagraph copies the selected area of text organized in paragraphs in HTML format to be pasted into a Word application.

See Also