This example sets no background color for the third section.
TextSections sections = document.getSections(); TextSection section = sections.item(3); section.getRange().setBackTransparent(true);
Related information
BackTransparent property