Share via


Options.AddHebDoubleQuote Property

Publisher Developer Reference

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

Syntax

expression.AddHebDoubleQuote

expression   A variable that represents an Options object.

Return Value
Boolean

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

This property applies only to Hebrew alphabet 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.

Visual Basic for Applications
  Publisher.Options.AddHebDoubleQuote = True

See Also