Share via


TextParagraphPropertiesType.Alignment Property

Alignment.Represents the attribte in schema: algn

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

Syntax

'Declaration
<SchemaAttrAttribute(, "algn")> _
Public Property Alignment As EnumValue(Of TextAlignmentTypeValues)
    Get
    Set
'Usage
Dim instance As TextParagraphPropertiesType
Dim value As EnumValue(Of TextAlignmentTypeValues)

value = instance.Alignment

instance.Alignment = value
[SchemaAttrAttribute(, "algn")]
public EnumValue<TextAlignmentTypeValues> Alignment { get; set; }

Property Value

Type: DocumentFormat.OpenXml.EnumValue<TextAlignmentTypeValues>
Returns EnumValue<T>.

See Also

Reference

TextParagraphPropertiesType Class

TextParagraphPropertiesType Members

DocumentFormat.OpenXml.Drawing Namespace