Exports content of Syntax Memo taking into account case formatting.
TBaseFormattedExport = class(TPlainTextSyntExport);
ecExports
TBaseFormattedExport is a base class for all export classes with formatting.
|
Topic |
Description |
|
The methods of the TPlainTextSyntExport class are listed here. | |
|
The properties of the TPlainTextSyntExport class are listed here. |
|
Topic |
Description |
|
The methods of the TBaseFormattedExport class are listed here. | |
|
The properties of the TBaseFormattedExport class are listed here. |
|
Method |
|
protected |
|
virtual |
|
Property |
|
read only |
|
TPlainTextSyntExport Methods |
Description |
|
Adds line break to the end of the buffer. | |
|
Adds text to the buffer. | |
|
Creates and initializes a TPlainTextSyntExport instance. | |
|
Destroys an instance of TPlainTextSyntExport. | |
|
Implements all necessary operations after exporting text. | |
|
Exports all text. | |
|
Exports columnar block of text. | |
|
Exports linear block of text. | |
|
Exports selected text. | |
|
Exports range of text. | |
|
Returns content of the buffer. | |
|
Returns footer of the exported text. | |
|
Returns header of the exported text. | |
|
Returns a substring from the source SyntMemo. | |
|
Reads list of styles at the CurPos position. | |
|
Exports text from the source. | |
|
Returns position after CurPos position where style of the text changes. | |
|
Saves export buffer to clipboard. | |
|
Saves export buffer to file. | |
|
Saves export buffer to stream. | |
|
Clears the buffer and implements all necessary operations before exporting text. |
|
TBaseFormattedExport Class |
Description |
|
Creates and initializes a TBaseFormattedExport instance. | |
|
Destroys an instance of TBaseFormattedExport. | |
|
Returns a substring from the source SyntMemo. | |
|
Returns position after CurPos position where style of the text changes. | |
|
Saves export buffer to stream. | |
|
Clears the buffer and implements all necessary operations before exporting text. |
|
TPlainTextSyntExport Properties |
Description |
|
Contains exported data. | |
|
Type of exported block. | |
|
Specifies source of the exported text. |
|
TBaseFormattedExport Class |
Description |
|
Defines whether case formatting is taken into account. |
|
Copyright (c) 2004-2011. All rights reserved.
|
|
What do you think about this topic? Send feedback!
|