Hi, I am trying to get a potx file as input and creating a table in a new slide. How do I use the table style that is configured. I can see the data in ppt/tableStyles.xml and the name of the table style is "Medium Style 2 Accent 1",
How do I fetch it from potx/pptx file? ( myXMLSlideShow.getSlideMasters()[0].getStyles() is returning empty list ) How do I use it while creating a table mySlide.createTable() ?? ( This does not take any input :( ... ) Thanks Sundar -- View this message in context: http://apache-poi.1045710.n5.nabble.com/How-to-retrieve-XSLFTableStyle-tableStyles-xml-used-in-ppt-tp5715112.html Sent from the POI - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
