I have a list style and if I simply select text in Word 2003 and apply the style, I get the expected results. However, if I parse the document (using the DocumentBuilder and IDocumentVisitor) and just set a paragraph’s style to that same list style (builder.ParagraphFormat.Style = “list1”, the style is applied but the list formatting in the style essentially is lost.
Am I doing something wrong or will the upcoming detailed list formatting mentioned in the latest release notes remedy these types of issues?
Thx,
Joe