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