Freigeben über


ParagraphFormat.BaseLineAlignment Property

Returns or sets the base line alignment for the specified paragraph. Read/write.

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

Syntax

'Declaration
Property BaseLineAlignment As PpBaselineAlignment
    Get
    Set
'Usage
Dim instance As ParagraphFormat
Dim value As PpBaselineAlignment

value = instance.BaseLineAlignment

instance.BaseLineAlignment = value
PpBaselineAlignment BaseLineAlignment { get; set; }

Property Value

Type: Microsoft.Office.Interop.PowerPoint.PpBaselineAlignment

Remarks

The value of the BaseLineAlignment property can be one of these PpBaselineAlignment constants.

ppBaselineAlignBaseline

ppBaselineAlignCenter

ppBaselineAlignFarEast50

ppBaselineAlignMixed

ppBaselineAlignTop

See Also

Reference

ParagraphFormat Interface

ParagraphFormat Members

Microsoft.Office.Interop.PowerPoint Namespace