Example: LeftIndent property

This example shows how to set left indentation for a section.

  TextSections sections = document.getSections();
  TextSection section = sections.item(1);
  section.setLeftIndent(500);

Related information

LeftIndent property