2.2.5.6 ViewFormat
Namespace: http://schemas.datacontract.org/2004/07/Microsoft.Office.Web.Conversion.ViewerInterface
A simple type that specifies the file format of the output of a conversion operation.
-
<xs:simpleType name="ViewFormat" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:restriction base="xs:string"> <xs:enumeration value="Invalid"/> <xs:enumeration value="Silverlight"/> <xs:enumeration value="Png"/> <xs:enumeration value="Pdf"/> <xs:enumeration value="Xps"/> <xs:enumeration value="Docx"/> <xs:enumeration value="Docm"/> <xs:enumeration value="Doc"/> <xs:enumeration value="Mht"/> <xs:enumeration value="Rtf"/> <xs:enumeration value="Xml"/> <xs:enumeration value="WordMobileImage"/> <xs:enumeration value="PowerpointSlideShow"/> <xs:enumeration value="PowerpointReadingView"/> <xs:enumeration value="PowerpointStaticView"/> <xs:enumeration value="Pptx"/> <xs:enumeration value="AccessiblePdf"/> <xs:enumeration value="AutoPrintPdf"/> <xs:enumeration value="PptAutoPrintPdf"/> <xs:enumeration value="Odt"/> <xs:enumeration value="WordEdit"/> <xs:enumeration value="PowerPointSmall"/> <xs:enumeration value="WordTeaser"/> <xs:enumeration value="MobileBrowserPng"/> <xs:enumeration value="PowerPointExtraSmall"/> <xs:enumeration value="PowerPointExtraLarge"/> <xs:enumeration value="PowerPointStaticLarge"/> <xs:enumeration value="PowerPointMedia"/> <xs:enumeration value="MontageView"/> <xs:enumeration value="PowerPointExtraExtraLarge"/> <xs:enumeration value="WordThumbnail"/> <xs:enumeration value="PowerPointStaticSmall"/> <xs:enumeration value="DocxStrict"/> <xs:enumeration value="Ppsx"/> <xs:enumeration value="Potx"/> <xs:enumeration value="PptxStrict"/> <xs:enumeration value="ReaderDocx"/> <xs:enumeration value="ReaderXml"/> <xs:enumeration value="PlaceholderDeprecatedPngSmall"/> <xs:enumeration value="PngLarge"/> <xs:enumeration value="PageMetadata"/> <xs:enumeration value="WordOoxml"/> <xs:enumeration value="Odp"/> <xs:enumeration value="Ocsb"/> <xs:enumeration value="VisioWebView"/> <xs:enumeration value="VisioWebT200"/> <xs:enumeration value="WordHtml"/> <xs:enumeration value="VisioWebViewLarge"/> <xs:enumeration value="VisioWebT400"/> <xs:enumeration value="WordAcc"/> <xs:enumeration value="WordNamedActionAutoPrintPdf"/> <xs:enumeration value="PptNamedActionAutoPrintPdf"/> <xs:enumeration value="PptPdf"/> <xs:enumeration value="VisioSVGView"/> <xs:enumeration value="VisioWebRenderFormat"/> <xs:enumeration value="VisioWebPDF"/> <xs:enumeration value="VisioWebPngView"/> </xs:restriction> </xs:simpleType>
The following table specifies the allowable values for the ViewFormat simple type.
Value |
Meaning |
---|---|
Invalid |
|
Silverlight |
|
Png |
|
|
|
Xps |
XML Paper Specification as described by [MSFT-XPS]. |
Docx |
|
Docm |
|
Doc |
|
Mht |
|
Rtf |
|
Xml |
|
WordMobileImage |
|
PowerpointSlideShow |
|
PowerpointReadingView |
|
PowerpointStaticView |
|
Pptx |
Office OpenXML PresentationML as specified by [ISO/IEC29500:2011] and [MS-PPTX]. |
AccessiblePdf |
|
AutoPrintPdf |
|
PptAutoPrintPdf |
Portable Document Format ([ISO-19005-1]) with auto print enabled. |
Odt |
|
WordEdit |
|
PowerPointSmall |
|
WordTeaser |
|
MobileBrowserPng |
|
PowerPointExtraSmall |
|
PowerPointExtraLarge |
|
PowerPointStaticLarge |
|
PowerPointMedia |
|
MontageView |
|
PowerPointExtraExtraLarge |
|
WordThumbnail |
|
PowerPointStaticSmall |
|
DocxStrict |
|
Ppsx |
|
Potx |
|
PptxStrict |
|
ReaderDocx |
|
ReaderXml |
|
PlaceholderDeprecatedPngSmall |
|
PngLarge |
|
PageMetadata |
|
WordOoxml |
|
Odp |
|
Ocsb |
|
VisioWebView |
|
VisioWebT200 |
|
WordHtml |
|
VisioWebViewLarge |
|
VisioWebT400 |
|
WordAcc |
|
WordNamedActionAutoPrintPdf |
|
PptNamedActionAutoPrintPdf |
|
PptPdf |
|
VisioSVGView |
|
VisioWebRenderFormat |
|
VisioWebPDF |
|
VisioWebPngView |