ChangePageOrientationCommand.execute(orientation) Method
Executes the ChangePageOrientationCommand command with the specified parameter.
Declaration
execute(
orientation: Orientation
): boolean
Parameters
Name | Type | Description |
---|---|---|
orientation | Orientation | The page orientation. |
Returns
Type | Description |
---|---|
boolean |
|
Remarks
richEdit.commands.changePageOrientation.execute(0);
See Also