ITextAlignment
Leave feedback
On this page
public interface ITextAlignment
Interface defines Alignment properties for text on Text Signatures.
| Method | Description |
|---|---|
| getTextHorizontalAlignment() | Horizontal alignment of text inside a signature. |
| setTextHorizontalAlignment(int value) | Horizontal alignment of text inside a signature. |
| getTextVerticalAlignment() | Vertical alignment of text inside a signature. |
| setTextVerticalAlignment(int value) | Vertical alignment of text inside a signature. |
public abstract int getTextHorizontalAlignment()
Horizontal alignment of text inside a signature.
Returns: int
public abstract void setTextHorizontalAlignment(int value)
Horizontal alignment of text inside a signature.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int |
public abstract int getTextVerticalAlignment()
Vertical alignment of text inside a signature.
Returns: int
public abstract void setTextVerticalAlignment(int value)
Vertical alignment of text inside a signature.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int |
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.