We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Source: http://ubion.ion.ag/mainForumFolder/noa_forum/0099/
You should know snippet9:
/*snippet9*/ paragraphPropoerties3.getCharacterProperties().setFontSize(10); paragraphPropoerties3.getCharacterProperties().setFontUnderline(true); paragraphPropoerties3.getCharacterProperties().setFontColor(300); /**/
Just in case you have asked yourself how to change the font family, it works like this:
paragraphPropoerties3.getCharacterProperties().getXPropertySet().setPropertyValue("CharFontName","Arial";);