How To Insert Special Characters
Hey,
I can't figure out how to insert special characters into a paragraph (the "Indent to Here" in this case).
I tried text_frame.paragraphs[0].contents += SpecialCharacters.INDENT_HERE_TAB; but all I get is "1397319796" instead of the actual character.
How to insert special characters instead of those numbers?
