Unplanned
Last Updated: 18 Aug 2017 10:16 by ADMIN
ADMIN
Deyan
Created on: 25 Apr 2016 17:21
Category: WordsProcessing
Type: Feature Request
3
WordsProcessing: Add support for 'align' attribute of paragraph tag when importing from HTML
At this point only styling through CSS is supported. The below code does not align the paragraph to the center

            string import = "<html><body><p align=\"center\">centered??</p></body></html>";
            RadFlowDocument document = provider.Import(import);
0 comments