使用 AlivePDF 写入长文本时确定当前位置
我需要创建一个布局,左侧有图像,右侧有文本。 虽然图像宽度已知,但文本长度未知。
我希望能够编写文本并能够确定需要在 Y 轴上的哪个位置为下一个图像添加图像。
谢谢。
I need to create a layout with an image on the left and text to the right of it.
While the image width is known, the text length is not.
I want to be able to write the text and be able to determine where on the Y axis I need to addImage for the next image.
Thank you.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
PDF 类公开了这个公共方法:
pdf.getY()
The PDF class exposes this public method:
pdf.getY()