ParagraphFormattingSettings Class
Contains paragraph formatting settings.
Declaration
declare class ParagraphFormattingSettings
Remarks
Use a ParagraphFormattingSettings object to provide a paragraph’s settings when perform the changeParagraphFormatting command.
richEdit.commands.changeParagraphFormatting.execute({backColor: "yellow", alignment: ASPx.ParagraphAlignment.Center, keepLinesTogether: true});
See Also