Skip to main content

TdxRichEditUsedParagraphFormattingOption Enum

Declaration

TdxRichEditUsedParagraphFormattingOption = (
    UseAlignment,
    UseLeftIndent,
    UseRightIndent,
    UseSpacingBefore,
    UseSpacingAfter,
    UseLineSpacing,
    UseFirstLineIndent,
    UseSuppressHyphenation,
    UseSuppressLineNumbers,
    UseContextualSpacing,
    UsePageBreakBefore,
    UseBeforeAutoSpacing,
    UseAfterAutoSpacing,
    UseKeepWithNext,
    UseKeepLinesTogether,
    UseWidowOrphanControl,
    UseOutlineLevel,
    UseBackColor,
    UseLeftBorder,
    UseRightBorder,
    UseTopBorder,
    UseBottomBorder
);

Members

Name
UseAlignment
UseLeftIndent
UseRightIndent
UseSpacingBefore
UseSpacingAfter
UseLineSpacing
UseFirstLineIndent
UseSuppressHyphenation
UseSuppressLineNumbers
UseContextualSpacing
UsePageBreakBefore
UseBeforeAutoSpacing
UseAfterAutoSpacing
UseKeepWithNext
UseKeepLinesTogether
UseWidowOrphanControl
UseOutlineLevel
UseBackColor
UseLeftBorder
UseRightBorder
UseTopBorder
UseBottomBorder
See Also