TrvActionParagraph.ValidProperties

<< Click to display table of contents >>

TrvActionParagraph.ValidProperties

Defines a set of properties for applying to the selected paragraphs.

type

  TRVParaInfoMainProperty = (rvpimFirstIndent, rvpimLeftIndent,

    rvpimRightIndent, rvpimSpaceBefore, rvpimSpaceAfter, 

    rvpimAlignment, rvpimLastLineAlignment,

    rvpimOutlineLevel, rvpimLineSpacing,

    rvpimKeepLinesTogether, rvpimKeepWithNext, rvpimTabs);

  TRVParaInfoMainProperties = set of TRVParaInfoMainProperty;

 

property ValidProperties: TRVParaInfoMainProperties;

If UserInterface=False, assign a subset of properties (for applying) to ValidProperties .

If UserInterface=True, this property is maintained automatically. After displaying a paragraph dialog, this property contains a set of properties corresponding to non-blank fields in the dialog.