summaryrefslogtreecommitdiff
path: root/officecfg
diff options
context:
space:
mode:
authorSamuel Mehrbrodt <samuel.mehrbrodt@allotropia.de>2022-11-24 15:19:17 +0100
committerSamuel Mehrbrodt <samuel.mehrbrodt@allotropia.de>2022-11-28 11:24:57 +0100
commit19e3bab1a8def52d9a60f67bd87697e828e37773 (patch)
tree80269931c3edab0ff0df07c5cc22c7c6052fa494 /officecfg
parent7765b442e13048f857fd7ee49ced1731caee297e (diff)
tdf#77650 Add option to place comments in margin (PDF Export)
This was somehow possible already when the document was printed with comments in margin before - but it was not possible to set this option when exporting a PDF via dialog or API. To use this setting via API, set the "ExportNotesInMargin" property. Change-Id: I97a80c5b3b3b2cde669496fd881a41ea0acc5c28 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/143234 Tested-by: Jenkins Reviewed-by: Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de>
Diffstat (limited to 'officecfg')
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/Common.xcs6
1 files changed, 6 insertions, 0 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs
index 2505345a8a39..4214307173da 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs
@@ -4939,6 +4939,12 @@
</info>
<value>false</value>
</prop>
+ <prop oor:name="ExportNotesInMargin" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Specifies if notes are exported in the document margin.</desc>
+ </info>
+ <value>false</value>
+ </prop>
<prop oor:name="ViewPDFAfterExport" oor:type="xs:boolean" oor:nillable="false">
<info>
<desc>Specifies if PDF automatically opens after export.</desc>