Share via


Font.AutoRotateNumbers Property

Returns or sets lateral compression. Read/write.

Namespace:  Microsoft.Office.Interop.PowerPoint
Assembly:  Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)

Syntax

'Declaration
Property AutoRotateNumbers As MsoTriState
    Get
    Set
'Usage
Dim instance As Font
Dim value As MsoTriState

value = instance.AutoRotateNumbers

instance.AutoRotateNumbers = value
MsoTriState AutoRotateNumbers { get; set; }

Property Value

Type: Microsoft.Office.Core.MsoTriState

Remarks

The value of theAutoRotateNumbers property can be one of these MsoTriState constants.

Constant

Description

msoFalse

Half-width numbers are not compressed in lateral columns.

msoTrue

Displays half-width numbers within vertical text in two-character lateral columns.

See Also

Reference

Font Interface

Font Members

Microsoft.Office.Interop.PowerPoint Namespace