Forum Moderators: not2easy
Err ... Not sure if I understand you correctly here. You want to use a stylesheet to control the styling of a regular Word document?
I reckon... start a html page with all the CSS inline, then "edit in Word" and it should import all the styles in...
One wonders why you would want to do this :)
There's a Style Editor in Word too - so if you can't import them, you could always just create them from scratch - but Word and styles are mostly to do with font size, face, alignment, etc.
So... even if it did import it, I would assume a couple of things:
1. It's Microsoft, it'll probably import it incorrectly; and
2. It's a word processor, not a web browser, so I wouldn't expect what gets imported to be brilliant.
yea that's a good question, y i want to do that? i have a application which imports a html file and displays it in the form of slides, with the same formatting which has been applied to the text in the word document. And there are more than 50 styles which i would be requiring, and creating them each time in the Style Editor in the word doc willl not be a good way to do it..
i have thus defined these styles in the css file. But iam unable to get the styles in the word doc. using the "Templates and Add In" function in the "Tools" tab helps me in linking word doc to the css file, but when i check for the styles, it shows me just a few of the styles defined in the css file and not all...
is there something wrong that im doing?