I have a problem. I need to set following in a Document which is written on WordML.
Set Header and Footer in the document
Set an Image in the document
Set a Heading and center it
So far I have tried out these.
<w:p>
<w:pPr>
<w:jc w:val="center"/>
<w:b w:val="on"/>
</w:pPr>
<w:r>
<w:t>ABC COMPANY PRIVATE LIMITED</w:t>
</w:r>
<w:br/>
<w:r>
<w:u w:val="single"/>
<w:t>QUOTA APPLICATION FORM</w:t>
</w:r>
</w:p>
Thanks In Advance.
Set an Image to a Document (WordML)
Set a Heading and center it
For more information regarding WordML refer this link.
http://rep.oio.dk/microsoft.com/officeschemas/wordprocessingml_article.htm