diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2017-09-18 17:05:49 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2017-09-18 17:05:49 +0200 |
commit | 11f56aad32f761d6ff5f86c5beaa173bf13f01df (patch) | |
tree | a6d6ce567cf6c95232d6b0a672a3339d5ed7dc81 | |
parent | b4f3b5bbe19d8361492c023e3ca0ee53fc0ab9b0 (diff) |
EPUB export: add initial help page for the EPUB export dialog
Change-Id: I255e7993f1ef7a7e1b156bdd72f91954ebc68b94
-rw-r--r-- | AllLangHelp_shared.mk | 1 | ||||
-rw-r--r-- | source/text/shared/01/ref_epub_export.xhp | 53 |
2 files changed, 54 insertions, 0 deletions
diff --git a/AllLangHelp_shared.mk b/AllLangHelp_shared.mk index 7a5a3736ed..09a07ef488 100644 --- a/AllLangHelp_shared.mk +++ b/AllLangHelp_shared.mk @@ -344,6 +344,7 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,shared,\ helpcontent2/source/text/shared/01/password_dlg \ helpcontent2/source/text/shared/01/password_main \ helpcontent2/source/text/shared/01/profile_safe_mode \ + helpcontent2/source/text/shared/01/ref_epub_export \ helpcontent2/source/text/shared/01/ref_pdf_export \ helpcontent2/source/text/shared/01/ref_pdf_send_as \ helpcontent2/source/text/shared/01/securitywarning \ diff --git a/source/text/shared/01/ref_epub_export.xhp b/source/text/shared/01/ref_epub_export.xhp new file mode 100644 index 0000000000..4c1241546d --- /dev/null +++ b/source/text/shared/01/ref_epub_export.xhp @@ -0,0 +1,53 @@ +<?xml version="1.0" encoding="UTF-8"?> +<helpdocument version="1.0"> +<!-- + * This file is part of the LibreOffice project. + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * + * This file incorporates work covered by the following license notice: + * + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed + * with this work for additional information regarding copyright + * ownership. The ASF licenses this file to you under the Apache + * License, Version 2.0 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.apache.org/licenses/LICENSE-2.0 . +--> + +<meta> + <topic id="textshared01ref_epub_exportxml" indexer="include"> + <title id="tit" xml-lang="en-US">Export as EPUB</title> + <filename>/text/shared/01/ref_epub_export.xhp</filename> + </topic> +</meta> + +<body> + +<section id="epub_export"> +<bookmark xml-lang="en-US" branch="index" id="bm_id3149532"> + <bookmark_value>EPUB;export</bookmark_value> + <bookmark_value>electornic publication</bookmark_value> + <bookmark_value>exporting;to EPUB</bookmark_value> +</bookmark> + +<paragraph id="hd_id3149532" role="heading" level="1" xml-lang="en-US"><variable id="ref_epub_export"><link href="text/shared/01/ref_epub_export.xhp" name="Export as EPUB">Export as EPUB</link></variable></paragraph> +<paragraph id="par_id3154044" role="paragraph" xml-lang="en-US">Saves the current file to EPUB. An EPUB file can be viewed and printed on any platform, provided that supporting software is installed.</paragraph> +</section> + +<bookmark xml-lang="en-US" branch="hid/writerperfect/ui/exportepub/EpubDialog" id="bm_id1033968" localize="false"/> + +<paragraph id="hd_id3148520" role="heading" level="2" xml-lang="en-US">Version</paragraph> +<paragraph id="par_id3154230" role="paragraph" xml-lang="en-US">Sets the version of the resulting EPUB file.</paragraph> +<bookmark xml-lang="en-US" branch="hid/writerperfect/ui/exportepub/versionlb" id="bm_id1033967" localize="false"/> + +<paragraph id="hd_id3148521" role="heading" level="2" xml-lang="en-US">Split method</paragraph> +<paragraph id="par_id3154231" role="paragraph" xml-lang="en-US">Determines if a next EPUB section will start on page breaks or on paragraphs with the Heading 1 style.</paragraph> +<bookmark xml-lang="en-US" branch="hid/writerperfect/ui/exportepub/splitlb" id="bm_id1033968" localize="false"/> + +</body> + +</helpdocument> |