PhoneticGuide Object

Publisher Developer Reference

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

Example

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.

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

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

See Also