Class OfficeShapeHorizontalAlignmentType
Specifies the horizontal alignment of the text.
Inheritance
System.Object
OfficeShapeHorizontalAlignmentType
Namespace: Syncfusion.Office
Assembly: Syncfusion.Compression.Portable.dll
Syntax
public sealed class OfficeShapeHorizontalAlignmentType : Enum
Fields
Center
Specifies the OfficeShapeHorizontalAlignmentType is center.
Declaration
public const OfficeShapeHorizontalAlignmentType Center
Field Value
Distributed
Specifies the OfficeShapeHorizontalAlignmentType is distributed.
Declaration
public const OfficeShapeHorizontalAlignmentType Distributed
Field Value
Justify
Specifies the OfficeShapeHorizontalAlignmentType is justify.
Declaration
public const OfficeShapeHorizontalAlignmentType Justify
Field Value
Left
Specifies the OfficeShapeHorizontalAlignmentType is left.
Declaration
public const OfficeShapeHorizontalAlignmentType Left
Field Value
None
Specifies the OfficeShapeHorizontalAlignmentType is none.
Declaration
public const OfficeShapeHorizontalAlignmentType None
Field Value
Right
Specifies the OfficeShapeHorizontalAlignmentType is right.
Declaration
public const OfficeShapeHorizontalAlignmentType Right