Hello Jason and all,
do I have to take sth. special in consideration when applying fonts like this:
// Font for data cell row has font index = 3
CTFont fontDataRow = new CTFont();
CTFontSize fdrSize = new CTFontSize();
fdrSize.setVal( planFormat.getFontSizeGroups() );
JAXBElement<CTFontSize> element19 = smlObjectFactory.createCTFontSz( fdrSize );
fontDataRow.getNameOrCharsetOrFamily().add( element19 );
CTColor fdrColor = new CTColor();
fdrColor.setTheme( 1L );
JAXBElement<CTColor> element20 = smlObjectFactory.createCTFontColor( fdrColor );
fontDataRow.getNameOrCharsetOrFamily().add( element20 );
CTFontName fdrFontName = new CTFontName();
fdrFontName.setVal( ...

News of Forums