Skip to content
Jochen Staerk edited this page Dec 21, 2015 · 1 revision

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";);
Clone this wiki locally