ParagraphFormattingSettings Class
In This Article
Contains paragraph formatting settings.
#Declaration
TypeScript
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