After playing a little, I found that what I could do was add an indent for the whole paragraph and make the first line a negative indent.
I use api called dynamic reports, so the way I did this was
TextColumnBuilder<String> itemBulletsCol = col.column( "", COLUMN_NAME_BULLET_LIST, type.stringType() ).setStyle(.... .setFirstLineIndent(-10) .setPadding(10) );
user1792833
source share