-
Type: Bug
-
Status: Closed
-
Priority: Minor
-
Resolution: Unresolved
-
Affects Version/s: ODF 1.2
-
Fix Version/s: None
-
Component/s: Presentation
-
Labels:None
PowerPoint allows, that a presentation starts with number 0. The start value of slide numbering is given by the attribute firstSlideNum of element <p:presentation> in OOXML. Even negative values are allowed in OOXML.
<xsd:attribute name="firstSlideNum" type="xsd:int" use="optional" default="1"/>
The corresponding attribute in ODF is 20.258 style:first-page-number. Here we have the description text
The value of this attribute can be an integer or continue.
But in the schema there is
{code:xml|