menu

Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class RelationTypes - Xamarin.Android API Reference | Syncfusion

    Show / Hide Table of Contents

    Class RelationTypes

    This class simply hold all constants required by relations.

    Inheritance
    System.Object
    RelationTypes
    Namespace: Syncfusion.XlsIO.Implementation.XmlSerialization
    Assembly: Syncfusion.XlsIO.Portable.dll
    Syntax
    public sealed class RelationTypes : Object

    Fields

    CalcChain

    Content type for calculation chain item (used in relations).

    Declaration
    public const string CalcChain = "http://schemas.openxmlformats.org/officeDocument/2006/relationships/calcChain"
    Field Value
    Type
    System.String

    Chart

    Content type for chart.

    Declaration
    public const string Chart = "http://schemas.openxmlformats.org/officeDocument/2006/relationships/chart"
    Field Value
    Type
    System.String

    ChartDrawings

    Content type for chart drawings (used in worksheet relations).

    Declaration
    public const string ChartDrawings = "http://schemas.openxmlformats.org/officeDocument/2006/relationships/chartUserShapes"
    Field Value
    Type
    System.String

    Connection

    Content Type for External connection.

    Declaration
    public const string Connection = "http://schemas.openxmlformats.org/officeDocument/2006/relationships/connections"
    Field Value
    Type
    System.String

    CoreProperties

    Content type for core properties item (used in relations).

    Declaration
    public const string CoreProperties = "http://schemas.openxmlformats.org/package/2006/relationships/metadata/core-properties"
    Field Value
    Type
    System.String

    CustomProperties

    Content type for custom properties item (used in relations).

    Declaration
    public const string CustomProperties = "http://schemas.openxmlformats.org/officeDocument/2006/relationships/custom-properties"
    Field Value
    Type
    System.String

    DdeObject

    Content Type for Dde object.

    Declaration
    public const string DdeObject = "http://schemas.openxmlformats.org/officeDocument/2006/relationships/ddeObject"
    Field Value
    Type
    System.String

    Drawings

    Content type for drawings (used in worksheet relations).

    Declaration
    public const string Drawings = "http://schemas.openxmlformats.org/officeDocument/2006/relationships/drawing"
    Field Value
    Type
    System.String

    ExtendedProperties

    Content type for extended properties item (used in relations).

    Declaration
    public const string ExtendedProperties = "http://schemas.openxmlformats.org/officeDocument/2006/relationships/extended-properties"
    Field Value
    Type
    System.String

    ExternalLink

    Content type for external link (used in relations).

    Declaration
    public const string ExternalLink = "http://schemas.openxmlformats.org/officeDocument/2006/relationships/externalLink"
    Field Value
    Type
    System.String

    ExternLinkPath

    Content type for path to extern link source (used in relations).

    Declaration
    public const string ExternLinkPath = "http://schemas.openxmlformats.org/officeDocument/2006/relationships/externalLinkPath"
    Field Value
    Type
    System.String

    Image

    Content type for image item (used in relations).

    Declaration
    public const string Image = "http://schemas.openxmlformats.org/officeDocument/2006/relationships/image"
    Field Value
    Type
    System.String

    MissingPath

    Content type for path to extern link source that is missing.

    Declaration
    public const string MissingPath = "http://schemas.microsoft.com/office/2006/relationships/xlExternalLinkPath/xlPathMissing"
    Field Value
    Type
    System.String

    OleObject

    Content Type for Ole object.

    Declaration
    public const string OleObject = "http://schemas.openxmlformats.org/officeDocument/2006/relationships/oleObject"
    Field Value
    Type
    System.String

    PackageNamespace

    Represents package level relationships namespace.

    Declaration
    public const string PackageNamespace = "http://schemas.openxmlformats.org/package/2006/relationships"
    Field Value
    Type
    System.String

    PivotCacheDefinition

    Content type for pivot cache definition.

    Declaration
    public const string PivotCacheDefinition = "http://schemas.openxmlformats.org/officeDocument/2006/relationships/pivotCacheDefinition"
    Field Value
    Type
    System.String

    PivotCacheRecords

    Content type for pivot cache records.

    Declaration
    public const string PivotCacheRecords = "http://schemas.openxmlformats.org/officeDocument/2006/relationships/pivotCacheRecords"
    Field Value
    Type
    System.String

    PivotTable

    Content type for pivot table.

    Declaration
    public const string PivotTable = "http://schemas.openxmlformats.org/officeDocument/2006/relationships/pivotTable"
    Field Value
    Type
    System.String

    QueryTable

    Content Type for Query Table.

    Declaration
    public const string QueryTable = "http://schemas.openxmlformats.org/officeDocument/2006/relationships/queryTable"
    Field Value
    Type
    System.String

    SST

    Content type for SST dictionary item (used in relations).

    Declaration
    public const string SST = "http://schemas.openxmlformats.org/officeDocument/2006/relationships/sharedStrings"
    Field Value
    Type
    System.String

    Styles

    Content type for styles item (used in relations).

    Declaration
    public const string Styles = "http://schemas.openxmlformats.org/officeDocument/2006/relationships/styles"
    Field Value
    Type
    System.String

    Table

    Content type for table object.

    Declaration
    public const string Table = "http://schemas.openxmlformats.org/officeDocument/2006/relationships/table"
    Field Value
    Type
    System.String

    Themes

    Content type for theme item (used in relations).

    Declaration
    public const string Themes = "http://schemas.openxmlformats.org/officeDocument/2006/relationships/theme"
    Field Value
    Type
    System.String

    VmlDrawings

    Content type for vml drawings (used in worksheet relations).

    Declaration
    public const string VmlDrawings = "http://schemas.openxmlformats.org/officeDocument/2006/relationships/vmlDrawing"
    Field Value
    Type
    System.String

    Workbook

    Content type for workbook item (used in relations).

    Declaration
    public const string Workbook = "http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument"
    Field Value
    Type
    System.String

    WorksheetComments

    Content type of comment notes items (used in worksheet relations).

    Declaration
    public const string WorksheetComments = "http://schemas.openxmlformats.org/officeDocument/2006/relationships/comments"
    Field Value
    Type
    System.String

    WorksheetCustomProperty

    Relation type for worksheet custom property.

    Declaration
    public const string WorksheetCustomProperty = "http://schemas.openxmlformats.org/officeDocument/2006/relationships/customProperty"
    Field Value
    Type
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved