Hierarchy of objects- where is this found?

I need a good understanding of what a concept such as a paragraph breaks down to.


I belive it would be:
Paragraph (or concept)
Text Fragments
Text Segments

It would be helpful to have a chart or cheat sheet for Aspose.Pdf to follow. This way I’d have a better grasp on what I’m working with.

Thanks,

Mike Durthaler

Hi Mike,


Thanks for contacting support.

The TextFragment is paragraph level object and its can be added to paragraphs collection of Page instance (which has been Section in legacy Aspose.Pdf.Generator). Furthermore, the TextFragment is also a placeholder and contains one or more TextSegment instance.

Please visit the following link for further information on Aspose.Pdf DOM Structure.