WdPhoneticGuideAlignmentType Enum

Definition

Specifies the alignment of phonetic text that is added to the specified range.

public enum class WdPhoneticGuideAlignmentType
[System.Runtime.InteropServices.Guid("452A1AEC-5665-36CB-8E14-9C39286E8216")]
public enum WdPhoneticGuideAlignmentType
type WdPhoneticGuideAlignmentType = 
Public Enum WdPhoneticGuideAlignmentType
Inheritance
WdPhoneticGuideAlignmentType
Attributes

Fields

wdPhoneticGuideAlignmentCenter 0

Microsoft Word centers phonetic text over the specified range. This is the default value.

wdPhoneticGuideAlignmentLeft 3

Word left-aligns phonetic text with the specified range.

wdPhoneticGuideAlignmentOneTwoOne 2

Word adjusts the inside and outside spacing of the phonetic text in a 1:2:1 ratio.

wdPhoneticGuideAlignmentRight 4

Word right-aligns phonetic text with the specified range.

wdPhoneticGuideAlignmentRightVertical 5

Word aligns the phonetic text on the right side of vertical text.

wdPhoneticGuideAlignmentZeroOneZero 1

Word adjusts the inside and outside spacing of the phonetic text in a 0:1:0 ratio.

Applies to