GetTextJustification Method (INote)
Gets the text justification of a standard note.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetTextJustification() As Integer |
Visual Basic (Usage) | |
---|
Dim instance As INote
Dim value As Integer
value = instance.GetTextJustification()
|
C# | |
---|
int GetTextJustification() |
C++/CLI | |
---|
int GetTextJustification(); |
Return Value
Text justification as defined in
swTextJustification_e
Remarks
See Also