Description
Returns an integer identifying the associated element generated by justification:
-1 = nothing
0 = rule (command >rl<)
1 = picture (command >img<)
Valid only for tags.
Syntax
object.GetJustElementType |
object
Required. Object name, returned by objCursor created through Text.GetCursor.
Example
Dim objCur = Text.GetCursor(modeSrcOn,cposCursor,False)
Dim objdesc As TxtPosDesc = objCur.GetDesc
Value = objDesc.GetJustElementType
Remarks
This functionality is not available in objects returned by Text.GetTextStatus, Text.GetParaTextStatus and Text.GetDefaultTextStatus functions..