I would like to change text indentation in some PowerPoint object.
Paragraph -> Indentation -> before text
Paragraph -> Indentation -> Special -> Hanging (how to change it on FirstLine or None?) -> By
From that what I've found in previous versions it could be done with
paragraph.ParagraphFormat.FirstLineIndent = x;
paragraph.ParagraphFormat.LeftIndent = x;
but now there is no such properties available.