AnnotationFreeText::Alignment property¶
Indicates the text alignment of the annotation.
Hyland.DocumentFilters.Annotations.AlignmentType Alignment { get; set; }
int getAlignment() throws IGRException;
void setAlignment(int value) throws IGRException;
@property
def Alignment(self) -> int:
@property.setter
def Alignment(self, value: int)
[propget] HRESULT Alignment([out, retval] int *result);
[propput] HRESULT Alignment([in] int value);
Return Value¶
int : Must be one of the following:
| Integer Value | AnnotationAlignment |
|---|---|
| 0 | Left |
| 1 | Center |
| 2 | Right |