Ejemplo n.º 1
0
 private void InsertFrontMatter(PublicationInformation projInfo)
 {
     if (_isFromExe && _isFirstODT)
     {
         PreExportProcess preProcessor = new PreExportProcess(projInfo);
         //Preprocess XHTML & CSS for FrontMatter
         preProcessor.InsertLoFrontMatterContent(projInfo.DefaultXhtmlFileWithPath, projInfo.IsODM);
         _isFirstODT = false;
     }
 }