This example sets green background color for the third section.
TextSections sections = document.getSections(); TextSection section = sections.item(3); section.getRange().setBackTransparent(false); section.getRange().setBackgroundColor(application.RGB(0, 255, 0));
Related information