- Timestamp:
- 02/27/10 06:52:46 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/docx4j/src/pptx4j/java/org/pptx4j/samples/RenderAsSvgInHtml.java
r1061 r1096 27 27 import org.apache.log4j.Logger; 28 28 import org.docx4j.XmlUtils; 29 import org. docx4j.jaxb.Context;29 import org.pptx4j.jaxb.Context; 30 30 import org.docx4j.openpackaging.packages.PresentationMLPackage; 31 31 import org.docx4j.openpackaging.parts.Part; … … 48 48 49 49 String inputfilepath = System.getProperty("user.dir") + "/sample-docs/pptx/pptx-basic.xml"; 50 // String inputfilepath = System.getProperty("user.dir") + "/sample-docs/pptx/lines.pptx"; 50 51 51 52 PresentationMLPackage presentationMLPackage =
Note: See TracChangeset
for help on using the changeset viewer.
