Share via


PhoneticGuide Object [Publisher 2003 VBA Language Reference]

Field
PhoneticGuide

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

Using the PhoneticGuide object

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.

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

Properties | Alignment Property | Application Property | BaseText Property | FontName Property | FontSize Property | Parent Property | Raise Property | Text Property

Methods | Clear Method

Parent Objects | Field Object

Child Objects