Difference between revisions of "SimpleGraph-PowerPoint"
Jump to navigation
Jump to search
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | =SimpleGraphModule= | ||
+ | |||
{{SimpleGraphModule | {{SimpleGraphModule | ||
|name=PowerPoint | |name=PowerPoint | ||
|logo=File:Microsoft PowerPoint 2013 logo.svg | |logo=File:Microsoft PowerPoint 2013 logo.svg | ||
+ | |modulename=powerpoint | ||
+ | |systemname=PowerPointSystem | ||
|url=https://en.wikipedia.org/wiki/Microsoft_PowerPoint | |url=https://en.wikipedia.org/wiki/Microsoft_PowerPoint | ||
− | |||
|apiname=Apache POI XSLF/HSLF | |apiname=Apache POI XSLF/HSLF | ||
|apiurl=https://poi.apache.org/slideshow/xslf-cookbook.html | |apiurl=https://poi.apache.org/slideshow/xslf-cookbook.html | ||
+ | |issue=7 | ||
+ | |documentation=makes Microsoft PowerPoint presentations accessible via the Apache POI API | ||
|storemode=property | |storemode=property | ||
|viewmode=hidden | |viewmode=hidden | ||
}} | }} | ||
+ | =Freitext= | ||
= Links = | = Links = | ||
+ | * https://stackoverflow.com/questions/tagged/poi | ||
* https://stackoverflow.com/questions/tagged/hslf | * https://stackoverflow.com/questions/tagged/hslf | ||
+ | * https://stackoverflow.com/questions/tagged/xslf |
Latest revision as of 14:09, 21 March 2018
SimpleGraphModule
SimpleGraph PowerPoint module
The SimpleGraph PowerPoint module makes Microsoft PowerPoint presentations accessible via the Apache POI API see Apache POI XSLF/HSLF. The initial issue is 7
Sources
- System: PowerPointSystem.java
- JUnit-Test: TestPowerPointSystem.java