WdPhoneticGuideAlignmentType Enumeration
Specifies the alignment of phonetic text that is added to the specified range.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Public Enumeration WdPhoneticGuideAlignmentType
'Usage
Dim instance As WdPhoneticGuideAlignmentType
public enum WdPhoneticGuideAlignmentType
Members
Member name | Description | |
---|---|---|
wdPhoneticGuideAlignmentCenter | Microsoft Word centers phonetic text over the specified range. This is the default value. | |
wdPhoneticGuideAlignmentZeroOneZero | Word adjusts the inside and outside spacing of the phonetic text in a 0:1:0 ratio. | |
wdPhoneticGuideAlignmentOneTwoOne | Word adjusts the inside and outside spacing of the phonetic text in a 1:2:1 ratio. | |
wdPhoneticGuideAlignmentLeft | Word left-aligns phonetic text with the specified range. | |
wdPhoneticGuideAlignmentRight | Word right-aligns phonetic text with the specified range. | |
wdPhoneticGuideAlignmentRightVertical | Word aligns the phonetic text on the right side of vertical text. |