_Document.PrintFractionalWidths Property
Determines if the specified document is formatted to use fractional point spacing to display and print characters.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property PrintFractionalWidths As Boolean
Get
Set
'Usage
Dim instance As _Document
Dim value As Boolean
value = instance.PrintFractionalWidths
instance.PrintFractionalWidths = value
bool PrintFractionalWidths { get; set; }
Property Value
Type: System.Boolean
Remarks
This property returns True if the specified document is formatted to use fractional point spacing to display and print characters, and False if not. Set the property value to True or False to enable or disable the functionality.
In Windows, this property always returns False. For additional information about this property, consult the language reference Help included with Microsoft Office Macintosh Edition.