[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Themes

Class Themes

Namespace
GrapeCity.Documents.Excel
Assembly
GcDocs.Excel.dll

Represents the theme manager.

public class Themes
Inheritance
object
Themes
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Constructors

Themes()

Constructor.

public Themes()

Properties

Apex

Specifies the Apex theme.

public static ITheme Apex { get; }

Property Value

ITheme

Aspect

Specifies the Aspect theme.

public static ITheme Aspect { get; }

Property Value

ITheme

Badge

Specifies the Badge theme.

public static ITheme Badge { get; }

Property Value

ITheme

Banded

Specifies the Banded theme.

public static ITheme Banded { get; }

Property Value

ITheme

Basis

Specifies the Basis theme.

public static ITheme Basis { get; }

Property Value

ITheme

Berlin

Specifies the Berlin theme.

public static ITheme Berlin { get; }

Property Value

ITheme

Celestial

Specifies the Celestial theme.

public static ITheme Celestial { get; }

Property Value

ITheme

Circuit

Specifies the Circuit theme.

public static ITheme Circuit { get; }

Property Value

ITheme

Civic

Specifies the Civic theme.

public static ITheme Civic { get; }

Property Value

ITheme

Concourse

Specifies the Concourse theme.

public static ITheme Concourse { get; }

Property Value

ITheme

Count

Gets the number of themes in the current workbook.

public int Count { get; }

Property Value

int

Returns the number of themes.

Crop

Specifies the Crop theme.

public static ITheme Crop { get; }

Property Value

ITheme

Damask

Specifies the Damask theme.

public static ITheme Damask { get; }

Property Value

ITheme

Depth

Specifies the Depth theme.

public static ITheme Depth { get; }

Property Value

ITheme

Dividend

Specifies the Dividend theme.

public static ITheme Dividend { get; }

Property Value

ITheme

Droplet

Specifies the Droplet theme.

public static ITheme Droplet { get; }

Property Value

ITheme

Equity

Specifies the Equity theme.

public static ITheme Equity { get; }

Property Value

ITheme

Facet

Specifies the Dacet theme.

public static ITheme Facet { get; }

Property Value

ITheme

Feathered

Specifies the Feathered theme.

public static ITheme Feathered { get; }

Property Value

ITheme

Flow

Specifies the Flow theme.

public static ITheme Flow { get; }

Property Value

ITheme

Foundry

Specifies the Foundry theme.

public static ITheme Foundry { get; }

Property Value

ITheme

Frame

Specifies the Frame theme.

public static ITheme Frame { get; }

Property Value

ITheme

Specifies the Gallery theme.

public static ITheme Gallery { get; }

Property Value

ITheme

Headlines

Specifies the Headlines theme.

public static ITheme Headlines { get; }

Property Value

ITheme

Integral

Specifies the Integral theme.

public static ITheme Integral { get; }

Property Value

ITheme

Ion

Specifies the Ion theme.

public static ITheme Ion { get; }

Property Value

ITheme

IonBoardroom

Specifies the IonBoardroom theme.

public static ITheme IonBoardroom { get; }

Property Value

ITheme

this[string]

Gets the theme using the given name.

public ITheme this[string name] { get; }

Parameters

name string

The theme name

Property Value

ITheme

Returns ITheme

MainEvent

Specifies the MainEvent theme.

public static ITheme MainEvent { get; }

Property Value

ITheme

Median

Specifies the Median theme.

public static ITheme Median { get; }

Property Value

ITheme

Mesh

Specifies the Mesh theme.

public static ITheme Mesh { get; }

Property Value

ITheme

Metro

Specifies the Metro theme.

public static ITheme Metro { get; }

Property Value

ITheme

Metropolitan

Specifies the Metropolitan theme.

public static ITheme Metropolitan { get; }

Property Value

ITheme

Module

Specifies the Module theme.

public static ITheme Module { get; }

Property Value

ITheme

Office2007

Specifies the Office2007.

public static ITheme Office2007 { get; }

Property Value

ITheme

OfficeTheme

Specifies the Office theme.

public static ITheme OfficeTheme { get; }

Property Value

ITheme

Opulent

Specifies the Opulent theme.

public static ITheme Opulent { get; }

Property Value

ITheme

Organic

Specifies the Organic theme.

public static ITheme Organic { get; }

Property Value

ITheme

Oriel

Specifies the Oriel theme.

public static ITheme Oriel { get; }

Property Value

ITheme

Origin

Specifies the Origin theme.

public static ITheme Origin { get; }

Property Value

ITheme

Paper

Specifies the Paper theme.

public static ITheme Paper { get; }

Property Value

ITheme

Parallax

Specifies the Parallax theme.

public static ITheme Parallax { get; }

Property Value

ITheme

Parcel

Specifies the Parcel theme.

public static ITheme Parcel { get; }

Property Value

ITheme

Quotable

Specifies the Quotable theme.

public static ITheme Quotable { get; }

Property Value

ITheme

Retrospect

Specifies the Retrospect theme.

public static ITheme Retrospect { get; }

Property Value

ITheme

Savon

Specifies the Savon theme.

public static ITheme Savon { get; }

Property Value

ITheme

Slate

Specifies the Slate theme.

public static ITheme Slate { get; }

Property Value

ITheme

Slice

Specifies the Slice theme.

public static ITheme Slice { get; }

Property Value

ITheme

Solstice

Specifies the Solstice theme.

public static ITheme Solstice { get; }

Property Value

ITheme

Technic

Specifies the Technic theme.

public static ITheme Technic { get; }

Property Value

ITheme

Trek

Specifies the Trek theme.

public static ITheme Trek { get; }

Property Value

ITheme

Urban

Specifies the Urban theme.

public static ITheme Urban { get; }

Property Value

ITheme

VaporTrail

Specifies the VaporTrail theme.

public static ITheme VaporTrail { get; }

Property Value

ITheme

Verve

Specifies the Verve theme.

public static ITheme Verve { get; }

Property Value

ITheme

View

Specifies the View theme.

public static ITheme View { get; }

Property Value

ITheme

Wisp

Specifies the Wisp theme.

public static ITheme Wisp { get; }

Property Value

ITheme

WoodType

Specifies the WoodType theme.

public static ITheme WoodType { get; }

Property Value

ITheme

Methods

Add(string, ITheme)

Creates a new theme based on the given theme; if the given theme is null (Nothing in Visual Basic), then the theme is based on the office theme.

public ITheme Add(string themeName, ITheme baseTheme = null)

Parameters

themeName string

The new theme name.

baseTheme ITheme

The theme name the theme is based on.

Returns

ITheme

Returns the new ITheme.

Remarks

This method is now obsolete. Theme constructor is now recommended.