Options.AddHebDoubleQuote property (Publisher)
True for Microsoft 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 in the Bullets and Numbering dialog box.
Example
The following example sets Publisher to display double quotes for Hebrew alphabet numbering.
Publisher.Options.AddHebDoubleQuote = True
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.