TextParagraphPropertiesType.FontAlignment Property
Font Alignment.Represents the attribte in schema: fontAlgn
Namespace: DocumentFormat.OpenXml.Drawing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "fontAlgn")> _
Public Property FontAlignment As EnumValue(Of TextFontAlignmentValues)
Get
Set
'Usage
Dim instance As TextParagraphPropertiesType
Dim value As EnumValue(Of TextFontAlignmentValues)
value = instance.FontAlignment
instance.FontAlignment = value
[SchemaAttrAttribute(, "fontAlgn")]
public EnumValue<TextFontAlignmentValues> FontAlignment { get; set; }
Property Value
Type: DocumentFormat.OpenXml.EnumValue<TextFontAlignmentValues>
Returns EnumValue<T>.
See Also
Reference
TextParagraphPropertiesType Class