WordProcessingHorizontalAlignment Enumeration |
Specifies horizontal alignment of a floating object.
Namespace: GroupDocs.Watermark.Contents.WordProcessingAssembly: GroupDocs.Watermark (in GroupDocs.Watermark.dll) Version: 20.7.0
Syntaxpublic enum WordProcessingHorizontalAlignment
Public Enumeration WordProcessingHorizontalAlignment
public enum class WordProcessingHorizontalAlignment
type WordProcessingHorizontalAlignment
Members
| Member name | Value | Description |
---|
| None | 0 |
Object is explicitly positioned using its x-coordinate.
|
| Left | 1 |
Specifies that the object is left aligned to the horizontal alignment base.
|
| Center | 2 |
Specifies that the object is centered with respect to the horizontal alignment base.
|
| Right | 3 |
Specifies that the object is right aligned to the horizontal alignment base.
|
| Inside | 4 |
Specifies that the object is inside of the horizontal alignment base.
|
| Outside | 5 |
Specifies that the object is outside of the horizontal alignment base.
|
See Also