EvotecIT / OfficeIMO

Fast and easy to use cross-platform .NET library that creates or modifies Microsoft Word (DocX) and later also Excel (XLSX) files without installing any software. Library is based on Open XML SDK
MIT License
263 stars 47 forks source link

What units are "WordDocument.Margins" in? #184

Closed TopperDEL closed 5 months ago

TopperDEL commented 6 months ago

I want to set a left margin of 2 centimeters. What value would I have to provide there?

TopperDEL commented 6 months ago

Ah, it seems to be Twips (twentieths of a point).

https://www.unitconverters.net/length/millimeter-to-twip.htm

PrzemyslawKlys commented 6 months ago

You could always add centimeters properties as it was done in wordtexbox.

PrzemyslawKlys commented 5 months ago

Added in: