Aide LibreOfficeDev 25.8
Renvoie le nombre de twips représentant la hauteur d'un pixel.
n = TwipsPerPixelY
Nombre entier
Sub ExamplePixelTwips
MsgBox "" & TwipsPerPixelX() & " Twips * " & TwipsPerPixelY() & " Twips",0,"Taille du pixel"
End Sub