See: Description
Interface | Description |
---|---|
IDocumentFormat |
Root interface for all supporting document formats
|
Class | Description |
---|---|
PresentationFormats |
Encapsulates all Presentation formats
|
PresentationFormats.AllEnumerable |
Implements IEnumerable generic interface, that enables a 'foreach'
possibility for the PresentationFormats type
|
SpreadsheetFormats |
Encapsulates all binary, XML and textual Spreadsheet formats (excluding all
textual delimiter-based formats with separator like CSV, TSV,
semicolon-delimited etc.), in which the workbook can be saved.
|
SpreadsheetFormats.AllEnumerable |
Implements IEnumerable generic interface, that enables a 'foreach'
possibility for the SpreadsheetFormats type
|
TextualFormats |
Encapsulates all textual (text-based) formats, including markup (XML, HTML)
and all DSV
|
TextualFormats.AllEnumerable |
Implements IEnumerable generic interface, that enables a 'foreach'
possibility for the TextualFormats type
|
WordProcessingFormats |
Encapsulates all WordProcessing formats
|
WordProcessingFormats.AllEnumerable |
Implements IEnumerable generic interface, that enables a 'foreach'
possibility for the WordProcessingFormats type
|