Class ContentTypes
This class stores constants with different content types.
Inheritance
Namespace: Syncfusion.XlsIO.Implementation.XmlSerialization
Assembly: Syncfusion.XlsIO.UWP.dll
Syntax
public sealed class ContentTypes : Object
Constructors
ContentTypes()
Declaration
public ContentTypes()
Fields
Bitmap
Bitmap image content type.
Declaration
public const string Bitmap = "image/bmp"
Field Value
Type |
---|
System.String |
CalcChain
Content type for calculation chain item.
Declaration
public const string CalcChain = "application/vnd.openxmlformats-officedocument.spreadsheetml.calcChain+xml"
Field Value
Type |
---|
System.String |
Chart
Content type for chart object.
Declaration
public const string Chart = "application/vnd.openxmlformats-officedocument.drawingml.chart+xml"
Field Value
Type |
---|
System.String |
ChartDrawings
Content type for chart drawings item.
Declaration
public const string ChartDrawings = "application/vnd.openxmlformats-officedocument.drawingml.chartshapes+xml"
Field Value
Type |
---|
System.String |
Chartsheet
Content type of the chartsheet.
Declaration
public const string Chartsheet = "application/vnd.openxmlformats-officedocument.spreadsheetml.chartsheet+xml"
Field Value
Type |
---|
System.String |
Comments
Content type of the comments item.
Declaration
public const string Comments = "application/vnd.openxmlformats-officedocument.spreadsheetml.comments+xml"
Field Value
Type |
---|
System.String |
Connections
Connections
Declaration
public const string Connections = "application/vnd.openxmlformats-officedocument.spreadsheetml.connections+xml"
Field Value
Type |
---|
System.String |
CoreProperties
Content type for core properties.
Declaration
public const string CoreProperties = "application/vnd.openxmlformats-package.core-properties+xml"
Field Value
Type |
---|
System.String |
CustomProperties
Content type for custom properties.
Declaration
public const string CustomProperties = "application/vnd.openxmlformats-officedocument.custom-properties+xml"
Field Value
Type |
---|
System.String |
CustomXmlProperties
Content type for CustomXml Objects
Declaration
public const string CustomXmlProperties = "application/vnd.openxmlformats-officedocument.customXmlProperties+xml"
Field Value
Type |
---|
System.String |
Dialogsheet
Content type of the dialogsheet.
Declaration
public const string Dialogsheet = "application/vnd.openxmlformats-officedocument.spreadsheetml.dialogsheet+xml"
Field Value
Type |
---|
System.String |
Drawings
Content type for drawings item.
Declaration
public const string Drawings = "application/vnd.openxmlformats-officedocument.drawing+xml"
Field Value
Type |
---|
System.String |
Emf
Emf image content type.
Declaration
public const string Emf = "image/x-emf"
Field Value
Type |
---|
System.String |
ExtendedProperties
Content type for extended properties.
Declaration
public const string ExtendedProperties = "application/vnd.openxmlformats-officedocument.extended-properties+xml"
Field Value
Type |
---|
System.String |
ExternLink
Content type for extern link item.
Declaration
public const string ExternLink = "application/vnd.openxmlformats-officedocument.spreadsheetml.externalLink+xml"
Field Value
Type |
---|
System.String |
Gif
Gif image content type.
Declaration
public const string Gif = "image/gif"
Field Value
Type |
---|
System.String |
Jpeg
Jpeg image content type.
Declaration
public const string Jpeg = "image/jpeg"
Field Value
Type |
---|
System.String |
MacroTemplate
Content type for macro template item that contains macros (used in [Content_Types].xml).
Declaration
public const string MacroTemplate = "application/vnd.ms-excel.template.macroEnabled.main+xml"
Field Value
Type |
---|
System.String |
MacroWorkbook
Content type for workbook item that contains macros (used in [Content_Types].xml).
Declaration
public const string MacroWorkbook = "application/vnd.ms-excel.sheet.macroEnabled.main+xml"
Field Value
Type |
---|
System.String |
PivotCacheDefinition
Content type for pivot cache definition.
Declaration
public const string PivotCacheDefinition = "application/vnd.openxmlformats-officedocument.spreadsheetml.pivotCacheDefinition+xml"
Field Value
Type |
---|
System.String |
PivotCacheRecords
Content type for pivot cache records.
Declaration
public const string PivotCacheRecords = "application/vnd.openxmlformats-officedocument.spreadsheetml.pivotCacheRecords+xml"
Field Value
Type |
---|
System.String |
PivotTable
Content type for pivot table.
Declaration
public const string PivotTable = "application/vnd.openxmlformats-officedocument.spreadsheetml.pivotTable+xml"
Field Value
Type |
---|
System.String |
Png
Png image content type.
Declaration
public const string Png = "image/png"
Field Value
Type |
---|
System.String |
QueryTable
Query table
Declaration
public const string QueryTable = "application/vnd.openxmlformats-officedocument.spreadsheetml.queryTable+xml"
Field Value
Type |
---|
System.String |
Relations
Content type for rels files.
Declaration
public const string Relations = "application/vnd.openxmlformats-package.relationships+xml"
Field Value
Type |
---|
System.String |
SharedStrings
Content type of the shared strings table.
Declaration
public const string SharedStrings = "application/vnd.openxmlformats-officedocument.spreadsheetml.sharedStrings+xml"
Field Value
Type |
---|
System.String |
Styles
Content type of the styles.
Declaration
public const string Styles = "application/vnd.openxmlformats-officedocument.spreadsheetml.styles+xml"
Field Value
Type |
---|
System.String |
Table
Content type for table object.
Declaration
public const string Table = "application/vnd.openxmlformats-officedocument.spreadsheetml.table+xml"
Field Value
Type |
---|
System.String |
Template
Content type for template item that contains macros (used in [Content_Types].xml).
Declaration
public const string Template = "application/vnd.openxmlformats-officedocument.spreadsheetml.template.main+xml"
Field Value
Type |
---|
System.String |
Tiff
Tiff image content type.
Declaration
public const string Tiff = "image/tiff"
Field Value
Type |
---|
System.String |
Vml
Content type of the vml drawings item.
Declaration
public const string Vml = "application/vnd.openxmlformats-officedocument.vmlDrawing"
Field Value
Type |
---|
System.String |
Workbook
Content type for workbook item (used in [Content_Types].xml).
Declaration
public const string Workbook = "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet.main+xml"
Field Value
Type |
---|
System.String |
WorksheeetCustomProperty
Content type for worksheet custom property.
Declaration
public const string WorksheeetCustomProperty = "application/vnd.openxmlformats-officedocument.spreadsheetml.customProperty"
Field Value
Type |
---|
System.String |
Worksheet
Content type of the worksheet.
Declaration
public const string Worksheet = "application/vnd.openxmlformats-officedocument.spreadsheetml.worksheet+xml"
Field Value
Type |
---|
System.String |
Xml
Content type for xml files.
Declaration
public const string Xml = "application/xml"
Field Value
Type |
---|
System.String |