diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2023-09-09 09:14:41 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2023-09-09 16:12:02 +0200 |
commit | c7be50ba620c4b90e136442087f5eb36b97fc608 (patch) | |
tree | 2378a289e82993697ada1589c7b9c6dc8685bd0e /source/text/swriter/01 | |
parent | ff28718632e3062ced6aea9f38cf8934bf3f36d4 (diff) |
tdf#155875 UI cmds Writer/Table in Help(38)
+ refactoring
+ Table - Headers Repeat command (part 38)
Change-Id: Ibb03109bb1b4d6dfc7460be181e8457b14f9d1c0
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/156777
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'source/text/swriter/01')
-rw-r--r-- | source/text/swriter/01/HeadingRowsRepeat.xhp | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/source/text/swriter/01/HeadingRowsRepeat.xhp b/source/text/swriter/01/HeadingRowsRepeat.xhp new file mode 100644 index 0000000000..ae94781473 --- /dev/null +++ b/source/text/swriter/01/HeadingRowsRepeat.xhp @@ -0,0 +1,40 @@ +<?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/. + * + --> + + <meta> + <topic id="textswriter01HeadingRowsRepeatxhp" indexer="include" status="PUBLISH"> + <title id="tit">Header Rows Repeat Across Pages</title> + <filename>/text/swriter/01/HeadingRowsRepeat.xhp</filename> + </topic> + </meta> +<body> +<comment>Header and Heading rows for Writer tables are intermixed in UI</comment> +<bookmark id="bm_id721694258259128" branch="hid/.uno:HeadingRowsRepeat" localize="false"/> +<bookmark branch="index" id="bm_id701694260835034"> +<bookmark_value>tables; header repetition after page breaks</bookmark_value> +<bookmark_value>repeating; table headers after page breaks</bookmark_value> +<bookmark_value>headers; repeating in tables</bookmark_value> +</bookmark> +<section id="HeadingRowsRepeat"> + <h1 id="hd_id161694258259129"><variable id="h1"><link href="text/swriter/01/HeadingRowsRepeat.xhp">Header Rows Repeat Across Pages</link></variable></h1> + <paragraph role="paragraph" id="par_id451630938722616">Repeat a table header on each new page that the table spans.</paragraph> +</section> +<section id="howtoget"> + <embed href="text/shared/00/00040503.xhp#headingrowsrepeat"/> +</section> +<note id="par_id571694256958083">When this feature is on, a check mark is displayed in front of the <menuitem>Header Rows Repeat Across Pages</menuitem> command.</note> +<section id="relatedtopics"> + <paragraph role="paragraph" id="par_id311694260654518" localize="false"><embedvar href="text/swriter/guide/table_repeat_multiple_headers.xhp#table_repeat_multiple_headers" markup="ignore"/></paragraph> + <embed href="text/swriter/main0110.xhp#h1"/> +</section> +</body> +</helpdocument> + |