You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by fa...@apache.org on 2021/10/17 11:49:06 UTC

svn commit: r1894317 - in /poi/site/publish/components/slideshow: how-to-shapes.html index.html ppt-file-format.html ppt-wmf-emf-renderer.html quick-guide.html xslf-cookbook.html

Author: fanningpj
Date: Sun Oct 17 11:49:05 2021
New Revision: 1894317

URL: http://svn.apache.org/viewvc?rev=1894317&view=rev
Log:
add config page

Modified:
    poi/site/publish/components/slideshow/how-to-shapes.html
    poi/site/publish/components/slideshow/index.html
    poi/site/publish/components/slideshow/ppt-file-format.html
    poi/site/publish/components/slideshow/ppt-wmf-emf-renderer.html
    poi/site/publish/components/slideshow/quick-guide.html
    poi/site/publish/components/slideshow/xslf-cookbook.html

Modified: poi/site/publish/components/slideshow/how-to-shapes.html
URL: http://svn.apache.org/viewvc/poi/site/publish/components/slideshow/how-to-shapes.html?rev=1894317&r1=1894316&r2=1894317&view=diff
==============================================================================
--- poi/site/publish/components/slideshow/how-to-shapes.html (original)
+++ poi/site/publish/components/slideshow/how-to-shapes.html Sun Oct 17 11:49:05 2021
@@ -266,6 +266,9 @@ document.write("Last Published: " + docu
 <div class="menuitem">
 <a href="../../components/logging.html">Logging framework</a>
 </div>
+<div class="menuitem">
+<a href="../../components/configuration.html">Configuration</a>
+</div>
 </div>
 <div id="credit"></div>
 <div id="roundbottom">

Modified: poi/site/publish/components/slideshow/index.html
URL: http://svn.apache.org/viewvc/poi/site/publish/components/slideshow/index.html?rev=1894317&r1=1894316&r2=1894317&view=diff
==============================================================================
--- poi/site/publish/components/slideshow/index.html (original)
+++ poi/site/publish/components/slideshow/index.html Sun Oct 17 11:49:05 2021
@@ -266,6 +266,9 @@ document.write("Last Published: " + docu
 <div class="menuitem">
 <a href="../../components/logging.html">Logging framework</a>
 </div>
+<div class="menuitem">
+<a href="../../components/configuration.html">Configuration</a>
+</div>
 </div>
 <div id="credit">
 <hr>

Modified: poi/site/publish/components/slideshow/ppt-file-format.html
URL: http://svn.apache.org/viewvc/poi/site/publish/components/slideshow/ppt-file-format.html?rev=1894317&r1=1894316&r2=1894317&view=diff
==============================================================================
--- poi/site/publish/components/slideshow/ppt-file-format.html (original)
+++ poi/site/publish/components/slideshow/ppt-file-format.html Sun Oct 17 11:49:05 2021
@@ -266,6 +266,9 @@ document.write("Last Published: " + docu
 <div class="menuitem">
 <a href="../../components/logging.html">Logging framework</a>
 </div>
+<div class="menuitem">
+<a href="../../components/configuration.html">Configuration</a>
+</div>
 </div>
 <div id="credit"></div>
 <div id="roundbottom">

Modified: poi/site/publish/components/slideshow/ppt-wmf-emf-renderer.html
URL: http://svn.apache.org/viewvc/poi/site/publish/components/slideshow/ppt-wmf-emf-renderer.html?rev=1894317&r1=1894316&r2=1894317&view=diff
==============================================================================
--- poi/site/publish/components/slideshow/ppt-wmf-emf-renderer.html (original)
+++ poi/site/publish/components/slideshow/ppt-wmf-emf-renderer.html Sun Oct 17 11:49:05 2021
@@ -266,6 +266,9 @@ document.write("Last Published: " + docu
 <div class="menuitem">
 <a href="../../components/logging.html">Logging framework</a>
 </div>
+<div class="menuitem">
+<a href="../../components/configuration.html">Configuration</a>
+</div>
 </div>
 <div id="credit"></div>
 <div id="roundbottom">
@@ -403,7 +406,7 @@ document.write("Last Published: " + docu
 <span class="lineno"></span><span class="codebody"></span>
 </div>
 <div class="codeline">
-<span class="lineno"></span><span class="codebody">java -cp poi-5.0.0-SNAPSHOT.jar:poi-ooxml-5.0.0-SNAPSHOT.jar:poi-ooxml-schemas-5.0.0-SNAPSHOT.jar:poi-scratchpad-5.0.0-SNAPSHOT.jar:lib/*:ooxml-lib/*:auxiliary/* org.apache.poi.xslf.util.PPTX2PNG -format png -fixside long -scale 1000 -charset GBK file.pptx</span>
+<span class="lineno"></span><span class="codebody">java -cp poi-5.1.1-SNAPSHOT.jar:poi-ooxml-5.1.1-SNAPSHOT.jar:poi-ooxml-schemas-5.1.1-SNAPSHOT.jar:poi-scratchpad-5.1.1-SNAPSHOT.jar:lib/*:ooxml-lib/*:auxiliary/* org.apache.poi.xslf.util.PPTX2PNG -format png -fixside long -scale 1000 -charset GBK file.pptx</span>
 </div>
 <div class="codeline">
 <span class="lineno"></span><span class="codebody"></span>

Modified: poi/site/publish/components/slideshow/quick-guide.html
URL: http://svn.apache.org/viewvc/poi/site/publish/components/slideshow/quick-guide.html?rev=1894317&r1=1894316&r2=1894317&view=diff
==============================================================================
--- poi/site/publish/components/slideshow/quick-guide.html (original)
+++ poi/site/publish/components/slideshow/quick-guide.html Sun Oct 17 11:49:05 2021
@@ -266,6 +266,9 @@ document.write("Last Published: " + docu
 <div class="menuitem">
 <a href="../../components/logging.html">Logging framework</a>
 </div>
+<div class="menuitem">
+<a href="../../components/configuration.html">Configuration</a>
+</div>
 </div>
 <div id="credit"></div>
 <div id="roundbottom">

Modified: poi/site/publish/components/slideshow/xslf-cookbook.html
URL: http://svn.apache.org/viewvc/poi/site/publish/components/slideshow/xslf-cookbook.html?rev=1894317&r1=1894316&r2=1894317&view=diff
==============================================================================
--- poi/site/publish/components/slideshow/xslf-cookbook.html (original)
+++ poi/site/publish/components/slideshow/xslf-cookbook.html Sun Oct 17 11:49:05 2021
@@ -266,6 +266,9 @@ document.write("Last Published: " + docu
 <div class="menuitem">
 <a href="../../components/logging.html">Logging framework</a>
 </div>
+<div class="menuitem">
+<a href="../../components/configuration.html">Configuration</a>
+</div>
 </div>
 <div id="credit"></div>
 <div id="roundbottom">



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org