Versions Compared

Key

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

...

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(xporter.images.process.exif,true/false)}

...

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

Deprecated Props

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)}