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