ChangeParagraphFormattingCommand.execute(settings) Method
In This Article
Executes the ChangeParagraphFormattingCommand command with the specified parameter.
#Declaration
TypeScript
execute(
settings: ParagraphFormattingSettings
): boolean
#Parameters
Name | Type | Description |
---|---|---|
settings | Paragraph |
A Paragraph |
#Returns
Type | Description |
---|---|
boolean |
|
#Remarks
Usage example:
richEdit.commands.changeParagraphFormatting.execute({backColor: "yellow", alignment: ASPx.ParagraphAlignment.Center, keepLinesTogether: true});
See Also