Exemplo n.º 1
0
 public void EndHyperlink(OpenXmlRunPropertiesModel textStyle)
 {
     _contents.Add(OpenXmlFieldGenerators.EndHyperlink());
 }
Exemplo n.º 2
0
 public void AddLabel(string label, int level, OpenXmlRunPropertiesModel textStyle)
 {
     _contents.Add(OpenXmlFieldGenerators.TableOfContentsEntry(label, level));
 }
Exemplo n.º 3
0
 public void StartHyperlink(string target, bool bookmarkLink, OpenXmlRunPropertiesModel textStyle)
 {
     _contents.Add(OpenXmlFieldGenerators.StartHyperlink(target, bookmarkLink));
 }
Exemplo n.º 4
0
 public void AddPageCountField(OpenXmlRunPropertiesModel textStyle)
 {
     _contents.Add(OpenXmlFieldGenerators.PageCountField(textStyle));
 }