> For the complete documentation index, see [llms.txt](https://docs.emobiq.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.emobiq.com/emobiq-client/006-actions-and-visual-logic/action-reference/cordova/printer/setprintstyle.md).

# setPrintStyle

## Description

Generates the format/style for printing.

## Input / Parameter

| Name          | Description              | Input Type  | Default | Options     | Required |
| ------------- | ------------------------ | ----------- | ------- | ----------- | -------- |
| text          | The text to print.       | String/Text | -       | -           | Yes      |
| bold          | To bold or not.          | Boolean     | false   | true, false | No       |
| italic        | To italicize or not.     | Boolean     | false   | true, false | No       |
| underline     | To underline or not.     | Boolean     | false   | true, false | No       |
| strikethrough | To strikethrough or not. | Boolean     | false   | true, false | No       |
| alignment     | To align or not.         | Boolean     | false   | true, false | No       |
| font          | The name of the font.    | String/Text | -       | -           | No       |
| size          | The size of the text.    | Number      | -       | -           | No       |
| linespacing   | The space between lines. | Number      | -       | -           | No       |

## Output

| Description                                          | Output Type |
| ---------------------------------------------------- | ----------- |
| Returns the text to print with the styles specified. | String/Text |

## Callback

N/A

## Video

Coming Soon.

## Example

The user wants to format the text to print and view the format generated in the console.

### Steps

1. Call the function `console` in a button component. Call the function `setPrintStyle` inside the `value` parameter of the `console` function.

   ![](/files/9vtp2dDPGILlm9tfRTwh)
2. Fill in the parameters of the `setPrintStyle` function.

   ![](/files/u7TGG3zXjETS8Dl6U053)

### Result

![](/files/02xKPBtGlMB5QpmxfUYW)

## Links
