---
title: "Props"
canonical: "https://docs.getxray.app/space/XRAYCLOUD/44578479/Props"
format: markdown
---
<details>
<summary>Table of Contents</summary>

> Macro (toc)
</details>

# Keep Style Property

This property allows you to choose the style to apply to the DOCX reports, Jira native, or Microsoft Word document style.

- The **true** flag applies the default behavior: the Microsoft Word document style.
- The **false** flag applies the Jira native style.

**Definition: **`${prop(xporter.document.keep.style,true/false)}`

# Autofit Property

This property allows you to choose which behavior to apply to cells in XLSX workbooks (Microsoft Excel) and tables in DOCX documents (Microsoft Word).

- The **true** flag applies the default behavior, and the document will be autofitted.
- With the **false** flag, the document will not be autofitted.

**Definition: **`${prop(xporter.document.autofit,true/false)}`

# Process EXIF Property

This property allows you to choose which behavior to apply to images with the EXIF Orientation property.

- The **true** flag applies the default behavior, and the document images will be oriented correctly if this property exists.
- With the **false** flag, the document images will not change.

**Definition: **`${prop(xporter.images.process.exif,true/false)}`


<details>
<summary>Support/Troubleshooting</summary>

If you have questions or technical issues, please [contact the Support team via the Customer Portal (Jira service management)](https://jira.getxray.app/servicedesk/customer/portal/2/user/login?destination=portal%2F2%2Fcreate%2F28) or [send us a message using the in-app chat](https://getxraydocs.atlassian.net/wiki/spaces/XRAYCLOUD/pages/44577312).
</details>