JVCL Help:TJvIndentationStyle
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvIndentationStyle type
Search in JVCL Help
Search in all projectsSummary
Enumerates indentation styles.
Pascal
run\JvRichEdit.pas
TJvIndentationStyle = (
isRichEdit,
isOffice
);
Members
Members | Description |
isRichEdit | For example, if FirstIndent equals 2 and LeftIndent equals 1 then the first line of the paragraph will start at 2 and the following lines at 3. |
isOffice | For example, if FirstIndent equals 2 and LeftIndent equals 1 then the first line of the paragraph will start at 3 and the following lines at 1. |
Description
Use the TJvIndentationStyle type to specify a specific indentation style.
See Also
TJvParaAttributes.IndentationStyle
About
no pages or subcategories
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page