Version

HorizontalAlignment Property

Returns or sets a value indicating how the cell content is arranged vertically.
Syntax
'Declaration
 
Public Property HorizontalAlignment As Nullable(Of ParagraphAlignment)
public Nullable<ParagraphAlignment> HorizontalAlignment {get; set;}
Remarks

Note: This property affects the alignment of the parapgraph and is provided as an easy way of initializing the horizontal alignment of the cell's content without setting the ParagraphSettings property. If the value of the Alignment is set on any of the ParagraphSettings when the properties are being resolved then that value will be taken first even if the HorizontalAlignment was set on the WordCellSettings of a Field's Settings and the Alignment was set on the ParagraphSettings of a WordCellSettings set on the FieldLayout's FieldSettings for example.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

WordTableCellSettings Class
WordTableCellSettings Members
HorizontalAlignmentProperty Field
Infragistics.Documents.Word.ParagraphPropertiesBase.Alignment
Alignment Property