@@ -71,11 +71,11 @@ public class Constants {
7171 public static String SAMPLE_EMF =
7272 getSampleFilePath ("Image/sample.emf" );
7373 public static String SAMPLE_PNG =
74- getSampleFilePath ("Image/example1 .png" );
74+ getSampleFilePath ("Image/sample1 .png" );
7575 public static String SAMPLE_BMP =
76- getSampleFilePath ("Image/example2 .bmp" );
76+ getSampleFilePath ("Image/sample2 .bmp" );
7777 public static String SAMPLE_TIFF =
78- getSampleFilePath ("Image/example3 .tiff" );
78+ getSampleFilePath ("Image/sample3 .tiff" );
7979
8080 private static String getSampleFilePath (String filePath ) {
8181 String test = SamplesPath ;
@@ -87,4 +87,167 @@ public static String getOutputDirectoryPath(String callerFilePath )
8787 String outputDirectory = new File (OutputPath , callerFilePath ).getPath ();
8888 return outputDirectory ;
8989 }
90+
91+ // CSV
92+ public static String SAMPLE_CSV = getSampleFilePath ("Spreadsheet/sample.csv" );
93+ public static String SAMPLE_CSV_2 = getSampleFilePath ("Spreadsheet/sample.csv" );
94+
95+ // DOC
96+ public static String SAMPLE_DOC = getSampleFilePath ("Wordprocessing/sample.doc" );
97+ public static String SAMPLE_DOC_2 = getSampleFilePath ("Wordprocessing/sample.doc" );
98+
99+ // DOCM
100+ public static String SAMPLE_DOCM = getSampleFilePath ("Wordprocessing/sample.docm" );
101+ public static String SAMPLE_DOCM_2 = getSampleFilePath ("Wordprocessing/sample.docm" );
102+
103+ // DOT
104+ public static String SAMPLE_DOT = getSampleFilePath ("Wordprocessing/sample.dot" );
105+ public static String SAMPLE_DOT_2 = getSampleFilePath ("Wordprocessing/sample.dot" );
106+
107+ // DOTM
108+ public static String SAMPLE_DOTM = getSampleFilePath ("Wordprocessing/sample.dotm" );
109+ public static String SAMPLE_DOTM_2 = getSampleFilePath ("Wordprocessing/sample.dotm" );
110+
111+ // DOTX
112+ public static String SAMPLE_DOTX = getSampleFilePath ("Wordprocessing/sample.dotx" );
113+ public static String SAMPLE_DOTX_2 = getSampleFilePath ("Wordprocessing/sample.dotx" );
114+
115+ // EPUB
116+ public static String SAMPLE_EPUB = getSampleFilePath ("Ebook/sample.epub" );
117+ public static String SAMPLE_EPUB_2 = getSampleFilePath ("Ebook/sample.epub" );
118+
119+ // HTML
120+ public static String SAMPLE_HTML = getSampleFilePath ("Web/sample.html" );
121+ public static String SAMPLE_HTML_2 = getSampleFilePath ("Web/sample.html" );
122+
123+ // MHT
124+ public static String SAMPLE_MHT = getSampleFilePath ("Web/sample.mht" );
125+ public static String SAMPLE_MHT_2 = getSampleFilePath ("Web/sample.mht" );
126+
127+ // MHTML
128+ public static String SAMPLE_MHTML = getSampleFilePath ("Web/sample.mhtml" );
129+ public static String SAMPLE_MHTML_2 = getSampleFilePath ("Web/sample.mhtml" );
130+
131+ // ODP
132+ public static String SAMPLE_ODP = getSampleFilePath ("Presentation/sample.odp" );
133+ public static String SAMPLE_ODP_2 = getSampleFilePath ("Presentation/sample.odp" );
134+
135+ // ODS
136+ public static String SAMPLE_ODS = getSampleFilePath ("Spreadsheet/sample.ods" );
137+ public static String SAMPLE_ODS_2 = getSampleFilePath ("Spreadsheet/sample.ods" );
138+
139+ // ODT
140+ public static String SAMPLE_ODT = getSampleFilePath ("Wordprocessing/sample.odt" );
141+ public static String SAMPLE_ODT_2 = getSampleFilePath ("Wordprocessing/sample.odt" );
142+
143+ // ONE
144+ public static String SAMPLE_ONE_2 = getSampleFilePath ("Note/sample.one" );
145+
146+ // OTP
147+ public static String SAMPLE_OTP = getSampleFilePath ("Presentation/sample.otp" );
148+ public static String SAMPLE_OTP_2 = getSampleFilePath ("Presentation/sample.otp" );
149+
150+ // OTT
151+ public static String SAMPLE_OTT = getSampleFilePath ("Wordprocessing/sample.ott" );
152+ public static String SAMPLE_OTT_2 = getSampleFilePath ("Wordprocessing/sample.ott" );
153+
154+ // PPS
155+ public static String SAMPLE_PPS = getSampleFilePath ("Presentation/sample.pps" );
156+ public static String SAMPLE_PPS_2 = getSampleFilePath ("Presentation/sample.pps" );
157+
158+ // PPSX
159+ public static String SAMPLE_PPSX = getSampleFilePath ("Presentation/sample.ppsx" );
160+ public static String SAMPLE_PPSX_2 = getSampleFilePath ("Presentation/sample.ppsx" );
161+
162+ // PPT
163+ public static String SAMPLE_PPT = getSampleFilePath ("Presentation/sample.ppt" );
164+ public static String SAMPLE_PPT_2 = getSampleFilePath ("Presentation/sample.ppt" );
165+
166+ // PPTX
167+ public static String SAMPLE_PPTX_2 = getSampleFilePath ("Presentation/sample.pptx" );
168+
169+ // RTF
170+ public static String SAMPLE_RTF = getSampleFilePath ("Wordprocessing/sample.rtf" );
171+ public static String SAMPLE_RTF_2 = getSampleFilePath ("Wordprocessing/sample.rtf" );
172+
173+ // TEX
174+ public static String SAMPLE_TEX = getSampleFilePath ("PageDescriptionLanguage/sample.tex" );
175+ public static String SAMPLE_TEX_2 = getSampleFilePath ("PageDescriptionLanguage/sample.tex" );
176+
177+ // TSV
178+ public static String SAMPLE_TSV = getSampleFilePath ("Spreadsheet/sample.tsv" );
179+ public static String SAMPLE_TSV_2 = getSampleFilePath ("Spreadsheet/sample.tsv" );
180+
181+ // TXT
182+ public static String SAMPLE_TXT_2 = getSampleFilePath ("Text/sample.txt" );
183+
184+ // VDX
185+ public static String SAMPLE_VDX = getSampleFilePath ("Diagram/sample.vdx" );
186+ public static String SAMPLE_VDX_2 = getSampleFilePath ("Diagram/sample.vdx" );
187+
188+ // VSDM
189+ public static String SAMPLE_VSDM = getSampleFilePath ("Diagram/sample.vsdm" );
190+ public static String SAMPLE_VSDM_2 = getSampleFilePath ("Diagram/sample.vsdm" );
191+
192+ // VSDX
193+ public static String SAMPLE_VSDX_2 = getSampleFilePath ("Diagram/sample.vsdx" );
194+
195+ // VSSM
196+ public static String SAMPLE_VSSM = getSampleFilePath ("Diagram/sample.vssm" );
197+ public static String SAMPLE_VSSM_2 = getSampleFilePath ("Diagram/sample.vssm" );
198+
199+ // VSSX
200+ public static String SAMPLE_VSSX = getSampleFilePath ("Diagram/sample.vssx" );
201+ public static String SAMPLE_VSSX_2 = getSampleFilePath ("Diagram/sample.vssx" );
202+
203+ // VSTM
204+ public static String SAMPLE_VSTM = getSampleFilePath ("Diagram/sample.vstm" );
205+ public static String SAMPLE_VSTM_2 = getSampleFilePath ("Diagram/sample.vstm" );
206+
207+ // VSTX
208+ public static String SAMPLE_VSTX = getSampleFilePath ("Diagram/sample.vstx" );
209+ public static String SAMPLE_VSTX_2 = getSampleFilePath ("Diagram/sample.vstx" );
210+
211+ // VSX
212+ public static String SAMPLE_VSX = getSampleFilePath ("Diagram/sample.vsx" );
213+ public static String SAMPLE_VSX_2 = getSampleFilePath ("Diagram/sample.vsx" );
214+
215+ // VTX
216+ public static String SAMPLE_VTX = getSampleFilePath ("Diagram/sample.vtx" );
217+ public static String SAMPLE_VTX_2 = getSampleFilePath ("Diagram/sample.vtx" );
218+
219+ // XLAM
220+ public static String SAMPLE_XLAM = getSampleFilePath ("Spreadsheet/sample.xlam" );
221+ public static String SAMPLE_XLAM_2 = getSampleFilePath ("Spreadsheet/sample.xlam" );
222+
223+ // XLS
224+ public static String SAMPLE_XLS = getSampleFilePath ("Spreadsheet/sample.xls" );
225+ public static String SAMPLE_XLS_2 = getSampleFilePath ("Spreadsheet/sample.xls" );
226+
227+ // XLSB
228+ public static String SAMPLE_XLSB = getSampleFilePath ("Spreadsheet/sample.xlsb" );
229+ public static String SAMPLE_XLSB_2 = getSampleFilePath ("Spreadsheet/sample.xlsb" );
230+
231+ // XLSM
232+ public static String SAMPLE_XLSM = getSampleFilePath ("Spreadsheet/sample.xlsm" );
233+ public static String SAMPLE_XLSM_2 = getSampleFilePath ("Spreadsheet/sample.xlsm" );
234+
235+ // XLSX
236+ public static String SAMPLE_XLSX_2 = getSampleFilePath ("Spreadsheet/sample.xlsx" );
237+
238+ // XLT
239+ public static String SAMPLE_XLT = getSampleFilePath ("Spreadsheet/sample.xlt" );
240+ public static String SAMPLE_XLT_2 = getSampleFilePath ("Spreadsheet/sample.xlt" );
241+
242+ // XLTM
243+ public static String SAMPLE_XLTM = getSampleFilePath ("Spreadsheet/sample.xltm" );
244+ public static String SAMPLE_XLTM_2 = getSampleFilePath ("Spreadsheet/sample.xltm" );
245+
246+ // XLTX
247+ public static String SAMPLE_XLTX = getSampleFilePath ("Spreadsheet/sample.xltx" );
248+ public static String SAMPLE_XLTX_2 = getSampleFilePath ("Spreadsheet/sample.xltx" );
249+
250+ // XPS
251+ public static String SAMPLE_XPS = getSampleFilePath ("PageDescriptionLanguage/sample.xps" );
252+ public static String SAMPLE_XPS_2 = getSampleFilePath ("PageDescriptionLanguage/sample.xps" );
90253}
0 commit comments