Hi team,
we are using aspose 25.6 version
while trying to access the listDepth of a bullet text Paragraph
we are using:
ParagraphFormat->get_Depth()
where, ParagraphFormat is. retrieved as :
auto ParagraphFormat = …...listDepth of a bullet text paragraph we are using: paragraphFormat->get_Depth()...: auto paragraphFormat = paragraph->get_ParagraphFormat()->GetEffective();...