This example sets Bullets character style for the dropped capital format of the paragraph.
TextDropCap dropCap = document.getParagraphs().item(2).getDropCap(); dropCap.enable(); dropCap.setCharStyle(Constant.SYMPHONY_CHAR_STYLE_BULLETS);
Related information