TextAlignment Enumeration |
Note: This API is now obsolete.
Alignment of text in annotation.
Namespace: Aspose.Pdf.AnnotationsAssembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntax[ObsoleteAttribute("Use Aspose.Pdf.HorizontalAlignment type")]
public enum TextAlignment
<ObsoleteAttribute("Use Aspose.Pdf.HorizontalAlignment type")>
Public Enumeration TextAlignment
[ObsoleteAttribute(L"Use Aspose.Pdf.HorizontalAlignment type")]
public enum class TextAlignment
[<ObsoleteAttribute("Use Aspose.Pdf.HorizontalAlignment type")>]
type TextAlignment
Members
| Member name | Value | Description |
---|
| Left | 0 |
Text is aligned to left.
|
| Center | 1 |
Text is centered.
|
| Right | 2 |
Text is aligned to right.
|
See Also