What are the units?

What are the units? such as in margins cell width, height?

If not inches, which I don’t think they are, how do you convert them?

Thanks, you have been very helpful and responsive.

Hi,

General units in Aspose.Word API are points. 1 point is equal to 1/72 inch. Aspose.Word provides a helper WordConvert class; use its static methods to convert between different measurement units (inches to points, points to inches, pixels to points, points to pixels).