Oui, c’est possible. Utilisez la méthode OdDbMText::explodeFragments() et ces membres suivants dans la structure OdDbMTextFragment:
int changeStyle; 	// 0 == No change; 1 == Change to original; 2 == Change to other
bool lineBreak; 	// Text is followed by a line break.
bool newParagraph; 	// Text fragment starts a new paragraph.
           
             
            