SetTextJustificationAtIndex Method (ICustomSymbol)
Obsolete. Superseded by INote::SetTextJustificationAtIndex.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub SetTextJustificationAtIndex( _
ByVal Index As Integer, _
ByVal Justification As Integer _
) |
Visual Basic (Usage) | |
---|
Dim instance As ICustomSymbol
Dim Index As Integer
Dim Justification As Integer
instance.SetTextJustificationAtIndex(Index, Justification)
|
Parameters
- Index
-
- Justification
-
See Also