I'm trying to add a Paragraph to a List using AddItem method: `List L; Paragraph P; L.AddItem(P);` But it never adds it because P.IsListItem is false. How can I create a Paragraph where IsListItem is true? Thank you.
I'm trying to add a Paragraph to a List using AddItem method:
List L; Paragraph P; L.AddItem(P);But it never adds it because P.IsListItem is false. How can I create a Paragraph where IsListItem is true?
Thank you.