MillimetersToPoints Method Example

This example sets the hyphenation zone in the active document to 8.8 millimeters.

ActiveDocument.HyphenationZone = MillimetersToPoints(8.8)

This example expands the spacing of the selected characters to 2.8 points.

Selection.Font.Spacing = MillimetersToPoints(1)