Share via


AddHebDoubleQuote Property [Publisher 2003 VBA Language Reference]

True for Publisher to display double quotes for Hebrew alphabet numbering. Default is False. Read/write Boolean.

expression.AddHebDoubleQuote

expression Required. An expression that returns one of the objects in the Applies To list.

Remarks

This property is only accessible if Hebrew has been enabled for Microsoft Office on your computer.

This property only applies to Hebrew alphabetic numbering.

As with all the properties of the Options object, the current value of the AddHebDoubleQuote property becomes the default setting applied to all new publications.

This property corresponds to the Add double quotes for Hebrew alphabet numbering check box on the Bullets and Numbering dialog box.

Example

The following example sets Publisher to display double quotes for Hebrew alphabet numbering.

Publisher.Options.AddHebDoubleQuote = True

Applies to | Options Object