---
title: "Props"
canonical: "https://docs.getxray.app/space/XRAY/301413056/Props"
format: markdown
---
> Macro (toc)

## Keep style property

This property allows the user to choose the style to apply to the Docx report, JIRA native or Word document style.

The **true** flag applies the default behavior, Word document style. 

The **false** flag applies the JIRA native style.

**Definition:**

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


```

## Autofit property

This property allows the user to choose which behavior to apply to cells in Xlsx workbooks and to tables in Docx documents.

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 the user to choose which behavior to apply to images with 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)}
```