I have a DOCX template with mirror margins (MirrorMargins) configured. I populate the template using Aspose.Words’ built-in ReportingEngine with the following code:
csharp
ReportingEngine engine = new ReportingEngine()…...which is responsible for rendering mirror margins in ODT. Perhaps...