Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以在 LibreOffice writer 中测量表格行的高度?我希望能够测量文档中表格行的实际高度。我通过复制模板文件并修改 document.xml 来创建文档。
用例:需要固定高度的桌子。如果表格高度小于要求的高度,则添加一个空行来弥补高度。
你试过什么?
LibreOffice API 不提供直接调用来获取 TextTable 的高度。
请参阅此线程以了解如何计算高度值。