_Font.NumberSpacing Property

Definition

Gets or sets the number spacing setting for a font.

public:
 property Microsoft::Office::Interop::Word::WdNumberSpacing NumberSpacing { Microsoft::Office::Interop::Word::WdNumberSpacing get(); void set(Microsoft::Office::Interop::Word::WdNumberSpacing value); };
public Microsoft.Office.Interop.Word.WdNumberSpacing NumberSpacing { get; set; }
member this.NumberSpacing : Microsoft.Office.Interop.Word.WdNumberSpacing with get, set
Public Property NumberSpacing As WdNumberSpacing

Property Value

A WdNumberSpacing object.

Remarks

Read/write WdNumberSpacing. OpenType fonts support a proportional and tabular figure feature to control number spacing. Proportional number spacing handles each number as having a different width. For example, "1" is displayed as narrower than "5". Tabular number spacing handles numbers as equal in width so that they align vertically, which increases the readability, especially for financial information.

Applies to