Contents
- Index
- Previous
- Next
IncreaseIndentation method
Declaration
function IncreaseIndentation: Boolean;
Description
Indents the selected paragraph.
The method affects the entire container containing the insertion point or selection, such as a <P> or <DIV> element. The method adds a <BLOCKQUOTE> element around the container for the selection. The method affects the entire container in which the insertion point or selection occurs, even if a subset of the text is selected.
Returns True if the selection was indented. Returns False on failure, or if the selection is an element that cannot be indented, such as a control, image, or table.