When I convert doc to html when using aspose.words,could you tell me how to change the style of the html?for example: Change the width of html and the margin of the html. Thank you very much!
Hi there,
1) to Run nodes by using Character Styles e.g. a Glyph Style.
2) to the parent of those Run nodes i.e. a Paragraph node (possibly via paragraph Styles).
3) you can also apply direct formatting to Run nodes by using Run attributes (Font). In this case the Run will inherit formatting of Paragraph Style, a Glyph Style and then direct formatting.