Hi
I want to set font name of a paragraph with code below
Dim par As Paragraph = New Paragraph(m_document)
Dim Run As Run = New Run(m_document, NumberVal)
par.AppendChild(Run)
par.ParagraphFormat.Style.Font.Name=*fontname*
objShape.FirstChild.Remove()
objShape.AppendChild(par)
But this code change the whole font of document.Please help me how could I do it?
Best Regards
Mehdi Mokhtari