https://bugs.documentfoundation.org/show_bug.cgi?id=115611

            Bug ID: 115611
           Summary: FORMATTING: more flexible page numbering method for
                    presentation
           Product: LibreOffice
           Version: Inherited From OOo
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: medium
         Component: Impress
          Assignee: [email protected]
          Reporter: [email protected]

This is a feature enhancement request. Several times I was asked for provide
presentation slides that do not count its page number from the beginning.
Impress and Draw lacks the ability to do so. While investigating ODF format, I
believe it is possible to implement the feature.


1. ODF:
    • text:page-number
    • text:page-variable-set
    • text:page-variable-get
    • text:page-adjust
The text:page-adjust attribute specifies an adjustment to page numbering.
    • text:select-page
display or not the number of a previous ("previous") or following ("next") page
rather than the number of the current ("current") page.
    • page number is stored as follows:
          <draw:text-box>
            <text:p text:style-name="MP3">
              <text:page-number>&lt;Page number&gt;</text:page-number>
            </text:p>
          </draw:text-box>

2. OOXML:
    • The firstSlideNum is stored in firstSlideNum of "p:presentation"
attribute.
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<p:presentation xmlns:a="http://schemas.openxmlformats.org/drawingml/2006/main";
xmlns:r="http://schemas.openxmlformats.org/officeDocument/2006/relationships";
xmlns:p="http://schemas.openxmlformats.org/presentationml/2006/main";
firstSlideNum="17" saveSubsetFonts="1">

Microsoft Powerpoint allow that to be 0 or above.
    • A slide number represent this way:

            <a:fld id="{187415C5-879D-4501-8217-F89AD3660AFC}" type="slidenum">
              <a:rPr lang="en-US" altLang="zh-TW" smtClean="0"/>
              <a:t>17</a:t>
            </a:fld>

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to