Skip to content

Latest commit

 

History

History
41 lines (24 loc) · 847 Bytes

Word.Options.AllowPixelUnits.md

File metadata and controls

41 lines (24 loc) · 847 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Options.AllowPixelUnits property (Word)
vbawd10.chm162988377
vbawd10.chm162988377
Word.Options.AllowPixelUnits
11c2d832-e1e0-094e-df76-b6eeae4b0d36
06/08/2017
medium

Options.AllowPixelUnits property (Word)

True if Microsoft Word uses pixels as the default unit of measurement for HTML features that support measurements. Read/write Boolean.

Syntax

expression. AllowPixelUnits

expression A variable that represents a 'Options' object.

Example

This example sets Word to allow pixels as the default unit of measurement for HTML features.

Options.AllowPixelUnits = True

See also

Options Object

[!includeSupport and feedback]