case1: rs.AddText('text', arrpt, height, 'fontstyle', 0, justification = 2 + 65536)
works
case2: rs.AddText('text', arrpt, height, 'fontstyle', 0, 2 + 65536)
the final opt does not work.
case1: rs.AddText('text', arrpt, height, 'fontstyle', 0, justification = 2 + 65536)
works
case2: rs.AddText('text', arrpt, height, 'fontstyle', 0, 2 + 65536)
the final opt does not work.
slightly i come, slightly i gone.