---
title: "Props"
canonical: "https://docs.getxporter.app/space/XPORTERCLOUD/462130/Props"
format: markdown
---
> Macro (rw-ui-expands-macro)
> 
> > Macro (rw-expand)
> 
> > Macro (toc)

# Properties

## Keep Style Property

This property allows you to choose the style to apply to the DOCX (Microsoft Word document) or Jira native report.

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

##### **Definition**

```
${prop(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.

- 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(document.autofit,true/false)}

```

## Process EXIF Property

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

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

##### **Definition**

```
${prop(images.process.exif,true/false)}
```

## Keep Hyperlink Default Style

This property allows you to choose which behavior to apply to a hyperlink. 

- The **true** flag applies the default behavior, and the hyperlink font will be the default blue underline color.
- With the **false** flag, the hyperlink will have the font colors and properties defined in the [template mapping](https://docs.getxporter.app/space/XPORTERCLOUD/558575) (only <span style="color: #0d0d0d">applicable to </span>Word documents).
- Wiki fields with hyperlinks will always be exported with the default hyperlink color or the color presented on the field. This property only applies to the <span style="color: #172B4D">hyperlinks generated on the fly (</span>`@{title=<Link Title>|href=<Link Address>}`<span style="color: #172B4D">).</span>

##### **Definition**

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

## Process Wiki Image 

This property allows you to choose if the images should be processed on Wiki fields.

- If **true**, the wiki fields will be processed normally. The default value is **true**. If the property is not set, wiki fields will be processed normally.
- If **false**, the images won't be processed on wiki fields and the text will stay unprocessed (e.g.: `!image.png!`).

##### **Definition**

```
${prop(document.wiki.process.images,true/false)}
```

## Process Wiki Links

This property allows you to choose if the links should be processed on Wiki fields (only <span style="color: #0d0d0d">applicable to </span>Word documents).

- If **true**, the wiki fields will be processed normally. The default value is true. If the property is not set, wiki fields will be processed normally.
- If **false**, the links won't be processed on wiki fields.

##### **Definition**

```
${prop(document.wiki.process.links,true/false)}
```

# Deprecated Properties

Some props are deprecated. They were used in previous versions, but they have been replaced by the props above.

```
${prop(xporter.images.process.exif,true/false)}
${prop(xporter.document.autofit,true/false)}
${prop(xporter.document.keep.style,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://docs.getxporter.app/space/XPORTERCLOUD/18251779/In-App+Chat+Support).
</details>