How do I change text style inside list:
$Txt1 = array(
// I want this sentence to be bold:
'Hello world',
// And this to remain not bold:
array('Hello World',)
);
// Numeratsiooni lisamine dokumenti
$docx->addList($Txt1, 'numeration');