Bullets and Outlining from MS word.

  • Guten Tag,
    I am parsing through the WPRichText editor and using Par.GetNumberText to get the outline/numbering text on each line. This works perfectly with content created in the WP editor but if I paste in from Microsoft Word the GetNumberText function returns values that are not what we are seeing in the editor.

    Is there a way for me to get the Number Text from the pasted MS word text or does this fall in the category of "We don't support MS Word"?

    Thank you very much for your time,


    P.S.
    This is likely my last post as I am moving to a new position at another company so I wanted thank you for all of your support throughout the last two years and for a great product!

    • Offizieller Beitrag

    Hi,

    GetNumberText is actully used internally, too. The problem could be the used font or character set. The font can be extracted from the numsty parameter which is used for GetNumberText .
    When printing bullets (Wingdings etc) the characterset must be 2.

    Thanks for Your kind words. I wish You good luck!

    Julian