Freigeben über


VerticalJustificationValues-Enumeration

Defines the VerticalJustificationValues enumeration.

Namespace:  DocumentFormat.OpenXml.Wordprocessing
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Enumeration VerticalJustificationValues
'Usage
Dim instance As VerticalJustificationValues
public enum VerticalJustificationValues

Member

Membername Beschreibung
Top Align Top. When the item is serialized out as xml, its value is "top".
Center Align Center. When the item is serialized out as xml, its value is "center".
Both Vertical Justification. When the item is serialized out as xml, its value is "both".
Bottom Align Bottom. When the item is serialized out as xml, its value is "bottom".

Siehe auch

Referenz

DocumentFormat.OpenXml.Wordprocessing-Namespace