コード例 #1
0
 public DocumentFormatContainer(OfficeDocumentProcessorType documentProcessorType, object documentFormat)
 {
     DocumentProcessorType = documentProcessorType;
     DocumentFormat        = documentFormat;
 }
コード例 #2
0
 static void Register(string extension, OfficeDocumentProcessorType documentProcessorType, object documentFormat)
 {
     register.Add(extension, new DocumentFormatContainer(documentProcessorType, documentFormat));
 }
コード例 #3
0
 public static string GetDocumentProcessorPage(OfficeDocumentProcessorType documentProcessorType)
 {
     return(documentProcessorPages[documentProcessorType]);
 }