Please browse the files in the compressed package.
SimpleTable.pptx.zip (27.5 KB)
I just create a default table using powerpoint and run the follwing code.
Presentation presentation = new Presentation(filePath);
((Table)presentation.getSlides().get_Item(0).getShapes().get_Item(0)).get_Item(0, 0).getHeight();
It throw KeyNotFoundException.
class com.aspose.slides.exceptions.KeyNotFoundException: The given key was not present in the dictionary.
com.aspose.slides.Collections.Generic.SortedList$ThrowHelper.throwKeyNotFoundException(Unknown Source)
com.aspose.slides.Collections.Generic.SortedList.get_Item(Unknown Source)
com.aspose.slides.internal.o0.break.<init>(Unknown Source)
com.aspose.slides.internal.o0.long.goto(Unknown Source)
com.aspose.slides.internal.o0.long.case(Unknown Source)
com.aspose.slides.internal.o0.extends.do(Unknown Source)
com.aspose.slides.sd.do(Unknown Source)
com.aspose.slides.sd.do(Unknown Source)
com.aspose.slides.sd.do(Unknown Source)
com.aspose.slides.sd.do(Unknown Source)
com.aspose.slides.rr.do(Unknown Source)
com.aspose.slides.av2.do(Unknown Source)
com.aspose.slides.rr.do(Unknown Source)
com.aspose.slides.ol.do(Unknown Source)
com.aspose.slides.sj.do(Unknown Source)
com.aspose.slides.ax1.static(Unknown Source)
com.aspose.slides.z2.do(Unknown Source)
com.aspose.slides.axu.do(Unknown Source)
com.aspose.slides.axu.<init>(Unknown Source)
com.aspose.slides.axl.do(Unknown Source)
com.aspose.slides.awg.do(Unknown Source)
com.aspose.slides.awg.for(Unknown Source)
com.aspose.slides.Row.getHeight(Unknown Source)
com.aspose.slides.Cell.getHeight(Unknown Source)
com.nobook.ippt.core.AiPresentationImpl.init(AiPresentationImpl.java:186)
com.nobook.ippt.console.UploadFileProcess.process(UploadFileProcess.java:45)
com.nobook.ippt.console.UploadFileProcess.process(UploadFileProcess.java:13)
com.nobook.ippt.rabbitmq.MQAccessBuilder$2.consume(MQAccessBuilder.java:178)
com.nobook.ippt.rabbitmq.ThreadPoolConsumer.lambda$start$0(ThreadPoolConsumer.java:105)
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
java.base/java.lang.Thread.run(Thread.java:833)