Difference between revisions of "SimpleGraph-PowerPoint"
Jump to navigation
Jump to search
(Created page with "{{SimpleGraphModule |name=PowerPoint |documentation=makes Microsoft PowerPoint presentations accessible via the Apache POI API |storemode=property |viewmode=hidden }}") |
|||
(7 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 | ||
+ | |modulename=powerpoint | ||
+ | |systemname=PowerPointSystem | ||
+ | |url=https://en.wikipedia.org/wiki/Microsoft_PowerPoint | ||
+ | |apiname=Apache POI XSLF/HSLF | ||
+ | |apiurl=https://poi.apache.org/slideshow/xslf-cookbook.html | ||
+ | |issue=7 | ||
|documentation=makes Microsoft PowerPoint presentations accessible via the Apache POI API | |documentation=makes Microsoft PowerPoint presentations accessible via the Apache POI API | ||
|storemode=property | |storemode=property | ||
|viewmode=hidden | |viewmode=hidden | ||
}} | }} | ||
+ | =Freitext= | ||
+ | = Links = | ||
+ | * https://stackoverflow.com/questions/tagged/poi | ||
+ | * 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