How can I create an agenda for a pptx created by merging several slides. The agenda must have the format slide_title.........page_number.
Is there any sample code for this ?
Thanks.
It is currently Sat Apr 05, 2025 4:12 am
Table des matières
Approbation du procès-verbal du Bureau du 00 mois 0000 (N°000) 4
Situation générale et financière 5
Exemple de Chapitre 6
Exemple de Section 6
Questions diverses 7
public static STDocProtect getProtectionType(MainDocumentPart mdp) throws Docx4JException {
DocumentSettingsPart ds = mdp.getDocumentSettingsPart();
CTSettings cs = ds.getContents();
CTDocProtect cp = cs.getDocumentProtection();
return cp.getEdit();
}
<module name="javax.xml.bind.api"/>
<module name="javax.xml.stream.api"/>
<module name="com.github.relaxng"/>
<module name="com.sun.istack"/>
<module name="com.sun.xml.txw2"/>
<module name="com.sun.xsom"/>
<module name="com.sun.xml.bind"/>
<w:r w:rsidR="006838CC"><w:rPr><w:rStyle w:val="WW-DefaultParagraphFont"/><w:lang w:val="fr-FR"/></w:rPr><w:fldChar w:fldCharType="begin"/></w:r>
<w:r w:rsidR="006838CC"><w:rPr><w:rStyle w:val="WW-DefaultParagraphFont"/><w:lang w:val="fr-FR"/></w:rPr><w:instrText xml:space="preserve"> REF TOTO \h </w:instrText></w:r>
<w:r w:rsidR="006838CC"><w:rPr><w:rStyle w:val="WW-DefaultParagraphFont"/><w:lang w:val="fr-FR"/></w:rPr></w:r>
<w:r w:rsidR="006838CC"><w:rPr><w:rStyle w:val="WW-DefaultParagraphFont"/><w:lang w:val="fr-FR"/></w:rPr><w:fldChar w:fldCharType="separate"/></w:r>
<w:r w:rsidR="006838CC" w:rsidRPr="00E24A00"><w:rPr><w:color w:val="2F5496" w:themeColor="accent5" w:themeShade="BF"/><w:lang w:val="fr-FR"/></w:rPr><w:t>TOTO</w:t></w:r>
<w:r w:rsidR="006838CC"><w:rPr><w:rStyle w:val="WW-DefaultParagraphFont"/><w:lang w:val="fr-FR"/></w:rPr><w:fldChar w:fldCharType="end"/></w:r>
<w:hyperlink w:anchor="TOTO ">
<w:r w:rsidDel="00000000" w:rsidR="00000000" w:rsidRPr="00000000">
<w:rPr><w:color w:val="1155cc"/><w:u w:val="single"/><w:rtl w:val="0"/></w:rPr>
<w:t xml:space="preserve">TOTO</w:t>
</w:r>
</w:hyperlink>
<xsl:template match="w:spacing/@w:after" >
<xsl:attribute name="w:after"><xsl:value-of select="format-number(., '#')" /></xsl:attribute>
</xsl:template>
Total posts 10157 • Total topics 2857 • Total members 2087