Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

Properties

Keep style property

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

...

Definition:

Code Block
${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.

...

Definition:

Code Block
${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.

...

Definition:

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

Keep Hyperlink default style

This property allows the user 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. (only 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 hyperlinks generated on the fly (@{title=<Link Title>|href=<Link Address>}).

Definition:

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

Process Wiki Image 

This property allows the user to choose if the Images should be processed on Wiki fields.

If true, the 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!)

The default value is true. If the property is not set, wiki fields will be processed normally.

Definition:

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

This property allows the user to choose if the Links should be processed on Wiki fields. (only word documents)

If true, the wiki fields will be processed normally.

If false, the links won't be processed on wiki fields.

The default value is true. If the property is not set, wiki fields will be processed normally.

Definition:

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

Deprecated Properties

Some props are deprecated. They were used on previous versions but now they were replaced by the props above.

Code Block
${prop(xporter.images.process.exif,true/false)}
${prop(xporter.document.autofit,true/false)}
${prop(xporter.document.keep.style,true/false)}