AlternativeFormatImportPartType Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines AlternativeFormatImportPartType - types of AlternativeFormatImportPart.
L".bin", L"image/unknown", L".bmp", L"image/bmp", L".gif", L"image/gif", L".png", L"image/png", L".tiff", L"image/tiff", L".xbm", L"image/xbm", L".ico", L"image/x-icon", L".pcx", L"image/x-pcx", L".pcz", L"image/x-pcz", // Note: EMZ and WMZ should never be used. L".emz", L"image/x-emz", L".wmz", L"image/x-wmz", // Note: Jpeg-Wmf are used by thumbnail. Don't add between them L".jpeg", L"image/jpeg", L".emf", L"image/x-emf", L".wmf", L"image/x-wmf",
public enum AlternativeFormatImportPartType
public static class AlternativeFormatImportPartType
type AlternativeFormatImportPartType =
type AlternativeFormatImportPartType = class
Public Enum AlternativeFormatImportPartType
Public Class AlternativeFormatImportPartType
- Inheritance
-
AlternativeFormatImportPartType
- Inheritance
-
AlternativeFormatImportPartType
Fields
Html |
Defines type information for Html alternative format import part. |
Mht |
Defines type information for Mht alternative format import part. |
OfficeWordMacroEnabled |
Defines type information for OfficeWordMacroEnabled alternative format import part. |
OfficeWordMacroEnabledTemplate |
Defines type information for OfficeWordMacroEnabledTemplate alternative format import part. |
OfficeWordTemplate |
Defines type information for OfficeWordTemplate alternative format import part. |
Rtf |
Defines type information for Rtf alternative format import part. |
TextPlain |
Defines type information for TextPlain alternative format import part. |
WordprocessingML |
Defines type information for WordprocessingML alternative format import part. |
Xhtml |
Defines type information for Xhtml alternative format import part. |
Xml |
Defines type information for Xml alternative format import part. |