Package com.grapecity.documents.excel
Class Themes
java.lang.Object
com.grapecity.documents.excel.Themes
Represents the theme manager.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal IThemeGets the theme using the given name.static IThemeGetApex()Specifies the Apex theme.static IThemeSpecifies the Aspect theme.static IThemeGetBadge()Specifies the Badge theme.static IThemeSpecifies the Banded theme.static IThemeGetBasis()Specifies the Basis theme.static IThemeSpecifies the Berlin theme.static IThemeSpecifies the Celestial theme.static IThemeSpecifies the Circuit theme.static IThemeGetCivic()Specifies the Civic theme.static IThemeSpecifies the Concourse theme.final intgetCount()Gets the number of themes in the current workbook.static IThemeGetCrop()Specifies the Crop theme.static IThemeSpecifies the Damask theme.static IThemeGetDepth()Specifies the Depth theme.static IThemeSpecifies the Dividend theme.static IThemeSpecifies the Droplet theme.static IThemeSpecifies the Equity theme.static IThemeGetFacet()Specifies the Dacet theme.static IThemeSpecifies the Feathered theme.static IThemeGetFlow()Specifies the Flow theme.static IThemeSpecifies the Foundry theme.static IThemeGetFrame()Specifies the Frame theme.static IThemeSpecifies the Gallery theme.static IThemeSpecifies the Headlines theme.static IThemeSpecifies the Integral theme.static IThemeGetIon()Specifies the Ion theme.static IThemeSpecifies the IonBoardroom theme.static IThemeSpecifies the MainEvent theme.static IThemeSpecifies the Median theme.static IThemeGetMesh()Specifies the Mesh theme.static IThemeGetMetro()Specifies the Metro theme.static IThemeSpecifies the Metropolitan theme.static IThemeSpecifies the Module theme.static IThemeSpecifies the Office2007.static IThemeSpecifies the Office theme.static IThemeSpecifies the Opulent theme.static IThemeSpecifies the Organic theme.static IThemeGetOriel()Specifies the Oriel theme.static IThemeSpecifies the Origin theme.static IThemeGetPaper()Specifies the Paper theme.static IThemeSpecifies the Parallax theme.static IThemeSpecifies the Parcel theme.static IThemeSpecifies the Quotable theme.static IThemeSpecifies the Retrospect theme.static IThemeGetSavon()Specifies the Savon theme.static IThemeGetSlate()Specifies the Slate theme.static IThemeGetSlice()Specifies the Slice theme.static IThemeSpecifies the Solstice theme.static IThemeSpecifies the Technic theme.static IThemeGetTrek()Specifies the Trek theme.static IThemeGetUrban()Specifies the Urban theme.static IThemeSpecifies the VaporTrail theme.static IThemeGetVerve()Specifies the Verve theme.static IThemeGetView()Specifies the View theme.static IThemeGetWisp()Specifies the Wisp theme.static IThemeSpecifies the WoodType theme.
-
Constructor Details
-
Themes
public Themes()
-
-
Method Details
-
get
Gets the theme using the given name.- Parameters:
name- The theme name
-
getCount
public final int getCount()Gets the number of themes in the current workbook.- Returns:
- the number of themes.
-
GetOfficeTheme
Specifies the Office theme. -
GetBadge
Specifies the Badge theme. -
GetBanded
Specifies the Banded theme. -
GetBasis
Specifies the Basis theme. -
GetBerlin
Specifies the Berlin theme. -
GetCelestial
Specifies the Celestial theme. -
GetCircuit
Specifies the Circuit theme. -
GetCrop
Specifies the Crop theme. -
GetDamask
Specifies the Damask theme. -
GetDepth
Specifies the Depth theme. -
GetDividend
Specifies the Dividend theme. -
GetDroplet
Specifies the Droplet theme. -
GetFacet
Specifies the Dacet theme. -
GetFeathered
Specifies the Feathered theme. -
GetFrame
Specifies the Frame theme. -
GetGallery
Specifies the Gallery theme. -
GetHeadlines
Specifies the Headlines theme. -
GetIntegral
Specifies the Integral theme. -
GetIonBoardroom
Specifies the IonBoardroom theme. -
GetIon
Specifies the Ion theme. -
GetMainEvent
Specifies the MainEvent theme. -
GetMesh
Specifies the Mesh theme. -
GetMetropolitan
Specifies the Metropolitan theme. -
GetOrganic
Specifies the Organic theme. -
GetParcel
Specifies the Parcel theme. -
GetParallax
Specifies the Parallax theme. -
GetQuotable
Specifies the Quotable theme. -
GetRetrospect
Specifies the Retrospect theme. -
GetSavon
Specifies the Savon theme. -
GetSlate
Specifies the Slate theme. -
GetSlice
Specifies the Slice theme. -
GetVaporTrail
Specifies the VaporTrail theme. -
GetView
Specifies the View theme. -
GetWisp
Specifies the Wisp theme. -
GetWoodType
Specifies the WoodType theme. -
GetOffice2007
Specifies the Office2007. -
GetApex
Specifies the Apex theme. -
GetAspect
Specifies the Aspect theme. -
GetCivic
Specifies the Civic theme. -
GetConcourse
Specifies the Concourse theme. -
GetEquity
Specifies the Equity theme. -
GetFlow
Specifies the Flow theme. -
GetFoundry
Specifies the Foundry theme. -
GetMedian
Specifies the Median theme. -
GetMetro
Specifies the Metro theme. -
GetModule
Specifies the Module theme. -
GetOpulent
Specifies the Opulent theme. -
GetOriel
Specifies the Oriel theme. -
GetOrigin
Specifies the Origin theme. -
GetPaper
Specifies the Paper theme. -
GetSolstice
Specifies the Solstice theme. -
GetTechnic
Specifies the Technic theme. -
GetTrek
Specifies the Trek theme. -
GetUrban
Specifies the Urban theme. -
GetVerve
Specifies the Verve theme.
-