JVCL Help:TJvIndentationStyle

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Enumerates indentation styles.

run\JvRichEdit.pas


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.

run\JvRichEdit.pas


Description

Use the TJvIndentationStyle type to specify a specific indentation style.

run\JvRichEdit.pas


See Also

TJvParaAttributes.IndentationStyle

run\JvRichEdit.pas


About

Navigation

no pages or subcategories

run\JvRichEdit.pas



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