Example: BackTransparent property

This example sets no background color for the second paragraph.

  TextParagraph paragraph = document.getParagraphs().item(2);
  paragraph.setBackTransparent(true);

Related information

BackTransparent property