用于 Power Point 演示的 java.awt、swing 和 Apache POI
我正在尝试使用 SlideShow 创建演示文稿...
http://poi.apache.org/apidocs/org/apache/poi/hslf/usermodel/SlideShow.html
,我在示例中看到了 java.awt
类的一些用法。
我的问题是:awt在使用POI创建PPT时可以在多大程度上使用?
另外,swing如何与Apache POI一起使用?
有专家可以在这方面启发我吗?
I'm trying to use SlideShow to create presentation...
http://poi.apache.org/apidocs/org/apache/poi/hslf/usermodel/SlideShow.html
and I see some uses of java.awt
classes in the examples.
My question is: to what extent awt can be used in creating PPT using POI?
Further, how swing can be used together with Apache POI?
Could some experts enlighten me in this direction?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
AWT 用于计算元素的尺寸,它实际上并不在屏幕上绘制任何内容。
AWT is used for computing the dimensions of elements, it doesn't actually draw anything on the screen.