PhoneticGuide object (Publisher)

Represents base text with supplementary text appearing above it as a guide to pronunciation.

Remarks

Use the PhoneticGuide property of a Field object to return an existing PhoneticGuide object.

Use the AddPhoneticGuide method of a Fields collection to create a new PhoneticGuide object.

Example

The following example adds a new PhoneticGuide object to the active publication.

Selection.TextRange.Fields.AddPhoneticGuide _ 
 Range:=Selection.TextRange, Text:="ver-E nIs", _ 
 Alignment:=pbPhoneticGuideAlignmentCenter, _ 
 Raise:=11, FontSize:=7

Methods

Properties

See also

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.