diff options
author | Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de> | 2022-11-24 15:19:17 +0100 |
---|---|---|
committer | Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de> | 2022-11-28 11:24:57 +0100 |
commit | 19e3bab1a8def52d9a60f67bd87697e828e37773 (patch) | |
tree | 80269931c3edab0ff0df07c5cc22c7c6052fa494 /officecfg/registry/schema | |
parent | 7765b442e13048f857fd7ee49ced1731caee297e (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/registry/schema')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Common.xcs | 6 |
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> |