Blokkolás, feloldás
This commit is contained in:
@@ -216,7 +216,11 @@ namespace WorkFlowCheck.BL.DocumentGenerator
|
||||
|
||||
foreach (var headerPart in Doc.MainDocumentPart.HeaderParts)
|
||||
SimpleReplace2(headerPart.Header, key, value);
|
||||
|
||||
SimpleReplace2(Doc.MainDocumentPart.Document.Body, key, value);
|
||||
|
||||
foreach (var footerPart in Doc.MainDocumentPart.FooterParts)
|
||||
SimpleReplace2(footerPart.Footer, key, value);
|
||||
}
|
||||
|
||||
protected void SimpleReplace(OpenXmlCompositeElement target, string key, string value)
|
||||
|
||||
Reference in New Issue
Block a user