LibreOffice 6.4 ヘルプ
ピクセルの高さを示す twip 数を返します。
n = TwipsPerPixelY
整数
Sub ExamplePixelTwips MsgBox "" & TwipsPerPixelX() & " Twips * " & TwipsPerPixelY() & " Twips",0,"Pixel size" End Sub