Hi,
I’m getting an exception saying “Cannot find a style with this style identifier.” when attempting to set this style in a document I’m creating:
builder.CurrentParagraph.ParagraphFormat.StyleIdentifier = StyleIdentifier.SubtleEmphasis;
Can you please comment on this.
Also, how can I check if a style exists or not?
Thanks,
Irfan