Class OfficeComponentInfo
Represents OfficeComponentInfo info.
Inheritance
System.Object
OfficeComponentInfo
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Quark.CMSAdapters.Core.Data
Assembly: Quark.CMSAdapters.Core.dll
Syntax
public abstract class OfficeComponentInfo : ComponentInfo
Fields
EXCELCONTEXT
Excel context.
Declaration
public const string EXCELCONTEXT = "office/excel/"
Field Value
Type | Description |
---|---|
System.String |
POWERPOINTCONTEXT
The POWERPOINT CONTEXT
Declaration
public const string POWERPOINTCONTEXT = "office/powerpoint/"
Field Value
Type | Description |
---|---|
System.String |
VISIOCONTEXT
The VISIOCONTEXT
Declaration
public const string VISIOCONTEXT = "office/visio/"
Field Value
Type | Description |
---|---|
System.String |
Properties
OutputMime
Gets or sets the output MIME as defined by Quark.CMSAdapters.Core.Data.MimeTypes class.
Declaration
public string OutputMime { get; set; }
Property Value
Type | Description |
---|---|
System.String | The output MIME. |