Ajuda do LibreOffice 7.1
Retorna o número de twips que representam a altura de um pixel.
n = TwipsPerPixelY
Integer
Sub ExamplePixelTwips MsgBox "" & TwipsPerPixelX() & " Twips * " & TwipsPerPixelY() & " Twips",0,"Pixel size" End Sub