PpBaselineAlignment Enumeration

Specifies the baseline alignment for a paragraph.

Namespace:  Microsoft.Office.Interop.PowerPoint
Assembly:  Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)

Syntax

'Declaration
<GuidAttribute("28F0103E-1D08-431E-8CDD-5554D008BBC3")> _
Public Enumeration PpBaselineAlignment
'Usage
Dim instance As PpBaselineAlignment
[GuidAttribute("28F0103E-1D08-431E-8CDD-5554D008BBC3")]
public enum PpBaselineAlignment

Members

Member name Description
ppBaselineAlignMixed Mixed alignment.
ppBaselineAlignBaseline Aligned to the baseline.
ppBaselineAlignTop Aligned to the top.
ppBaselineAlignCenter Aligned to the center.
ppBaselineAlignFarEast50 Align FarEast50.
ppBaselineAlignAuto Automatic alignment.

See Also

Reference

Microsoft.Office.Interop.PowerPoint Namespace