I am trying to change the font type of the styles in a document. This is what I've got so far:
Document doc = new Document("DocumentName");
foreach(Style style in doc.Styles)
{
}
I can't seem to figure it out. I found many examples of doing this in the forums but nothing I can use.
For example I found style.getFont().setName(fontName) which seemed promising but getfont() and setname() are not available to me.
This message was posted using Aspose.Live 2 Forum