类 Themes
java.lang.Object
com.grapecity.documents.excel.Themes
Represents the theme manager.
-
构造器概要
-
方法概要
修饰符和类型方法说明final ITheme
Gets the theme using the given name.static ITheme
GetApex()
Specifies the Apex theme.static ITheme
Specifies the Aspect theme.static ITheme
GetBadge()
Specifies the Badge theme.static ITheme
Specifies the Banded theme.static ITheme
GetBasis()
Specifies the Basis theme.static ITheme
Specifies the Berlin theme.static ITheme
Specifies the Celestial theme.static ITheme
Specifies the Circuit theme.static ITheme
GetCivic()
Specifies the Civic theme.static ITheme
Specifies the Concourse theme.final int
getCount()
Gets the number of themes in the current workbook.static ITheme
GetCrop()
Specifies the Crop theme.static ITheme
Specifies the Damask theme.static ITheme
GetDepth()
Specifies the Depth theme.static ITheme
Specifies the Dividend theme.static ITheme
Specifies the Droplet theme.static ITheme
Specifies the Equity theme.static ITheme
GetFacet()
Specifies the Dacet theme.static ITheme
Specifies the Feathered theme.static ITheme
GetFlow()
Specifies the Flow theme.static ITheme
Specifies the Foundry theme.static ITheme
GetFrame()
Specifies the Frame theme.static ITheme
Specifies the Gallery theme.static ITheme
Specifies the Headlines theme.static ITheme
Specifies the Integral theme.static ITheme
GetIon()
Specifies the Ion theme.static ITheme
Specifies the IonBoardroom theme.static ITheme
Specifies the MainEvent theme.static ITheme
Specifies the Median theme.static ITheme
GetMesh()
Specifies the Mesh theme.static ITheme
GetMetro()
Specifies the Metro theme.static ITheme
Specifies the Metropolitan theme.static ITheme
Specifies the Module theme.static ITheme
Specifies the Office2007.static ITheme
Specifies the Office theme.static ITheme
Specifies the Opulent theme.static ITheme
Specifies the Organic theme.static ITheme
GetOriel()
Specifies the Oriel theme.static ITheme
Specifies the Origin theme.static ITheme
GetPaper()
Specifies the Paper theme.static ITheme
Specifies the Parallax theme.static ITheme
Specifies the Parcel theme.static ITheme
Specifies the Quotable theme.static ITheme
Specifies the Retrospect theme.static ITheme
GetSavon()
Specifies the Savon theme.static ITheme
GetSlate()
Specifies the Slate theme.static ITheme
GetSlice()
Specifies the Slice theme.static ITheme
Specifies the Solstice theme.static ITheme
Specifies the Technic theme.static ITheme
GetTrek()
Specifies the Trek theme.static ITheme
GetUrban()
Specifies the Urban theme.static ITheme
Specifies the VaporTrail theme.static ITheme
GetVerve()
Specifies the Verve theme.static ITheme
GetView()
Specifies the View theme.static ITheme
GetWisp()
Specifies the Wisp theme.static ITheme
Specifies the WoodType theme.
-
构造器详细资料
-
Themes
public Themes()
-
-
方法详细资料
-
get
Gets the theme using the given name.- 参数:
name
- The theme name
-
getCount
public final int getCount()Gets the number of themes in the current workbook.- 返回:
- 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.
-