public class Themes
extends java.lang.Object
| Constructor and Description |
|---|
Themes()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
ITheme |
get(java.lang.String name)
Gets the theme using the given name.
|
static ITheme |
GetApex()
Specifies the Apex theme.
|
static ITheme |
GetAspect()
Specifies the Aspect theme.
|
static ITheme |
GetBadge()
Specifies the Badge theme.
|
static ITheme |
GetBanded()
Specifies the Banded theme.
|
static ITheme |
GetBasis()
Specifies the Basis theme.
|
static ITheme |
GetBerlin()
Specifies the Berlin theme.
|
static ITheme |
GetCelestial()
Specifies the Celestial theme.
|
static ITheme |
GetCircuit()
Specifies the Circuit theme.
|
static ITheme |
GetCivic()
Specifies the Civic theme.
|
static ITheme |
GetConcourse()
Specifies the Concourse theme.
|
int |
getCount()
Gets the number of themes in the current workbook.
|
static ITheme |
GetCrop()
Specifies the Crop theme.
|
static ITheme |
GetDamask()
Specifies the Damask theme.
|
static ITheme |
GetDepth()
Specifies the Depth theme.
|
static ITheme |
GetDividend()
Specifies the Dividend theme.
|
static ITheme |
GetDroplet()
Specifies the Droplet theme.
|
static ITheme |
GetEquity()
Specifies the Equity theme.
|
static ITheme |
GetFacet()
Specifies the Dacet theme.
|
static ITheme |
GetFeathered()
Specifies the Feathered theme.
|
static ITheme |
GetFlow()
Specifies the Flow theme.
|
static ITheme |
GetFoundry()
Specifies the Foundry theme.
|
static ITheme |
GetFrame()
Specifies the Frame theme.
|
static ITheme |
GetGallery()
Specifies the Gallery theme.
|
static ITheme |
GetHeadlines()
Specifies the Headlines theme.
|
static ITheme |
GetIntegral()
Specifies the Integral theme.
|
static ITheme |
GetIon()
Specifies the Ion theme.
|
static ITheme |
GetIonBoardroom()
Specifies the IonBoardroom theme.
|
static ITheme |
GetMainEvent()
Specifies the MainEvent theme.
|
static ITheme |
GetMedian()
Specifies the Median theme.
|
static ITheme |
GetMesh()
Specifies the Mesh theme.
|
static ITheme |
GetMetro()
Specifies the Metro theme.
|
static ITheme |
GetMetropolitan()
Specifies the Metropolitan theme.
|
static ITheme |
GetModule()
Specifies the Module theme.
|
static ITheme |
GetOffice2007()
Specifies the Office2007.
|
static ITheme |
GetOfficeTheme()
Specifies the Office theme.
|
static ITheme |
GetOpulent()
Specifies the Opulent theme.
|
static ITheme |
GetOrganic()
Specifies the Organic theme.
|
static ITheme |
GetOriel()
Specifies the Oriel theme.
|
static ITheme |
GetOrigin()
Specifies the Origin theme.
|
static ITheme |
GetPaper()
Specifies the Paper theme.
|
static ITheme |
GetParallax()
Specifies the Parallax theme.
|
static ITheme |
GetParcel()
Specifies the Parcel theme.
|
static ITheme |
GetQuotable()
Specifies the Quotable theme.
|
static ITheme |
GetRetrospect()
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 |
GetSolstice()
Specifies the Solstice theme.
|
static ITheme |
GetTechnic()
Specifies the Technic theme.
|
static ITheme |
GetTrek()
Specifies the Trek theme.
|
static ITheme |
GetUrban()
Specifies the Urban theme.
|
static ITheme |
GetVaporTrail()
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 |
GetWoodType()
Specifies the WoodType theme.
|
public final ITheme get(java.lang.String name)
name - The theme namepublic final int getCount()
public static ITheme GetOfficeTheme()
public static ITheme GetBadge()
public static ITheme GetBanded()
public static ITheme GetBasis()
public static ITheme GetBerlin()
public static ITheme GetCelestial()
public static ITheme GetCircuit()
public static ITheme GetCrop()
public static ITheme GetDamask()
public static ITheme GetDepth()
public static ITheme GetDividend()
public static ITheme GetDroplet()
public static ITheme GetFacet()
public static ITheme GetFeathered()
public static ITheme GetFrame()
public static ITheme GetGallery()
public static ITheme GetHeadlines()
public static ITheme GetIntegral()
public static ITheme GetIonBoardroom()
public static ITheme GetIon()
public static ITheme GetMainEvent()
public static ITheme GetMesh()
public static ITheme GetMetropolitan()
public static ITheme GetOrganic()
public static ITheme GetParcel()
public static ITheme GetParallax()
public static ITheme GetQuotable()
public static ITheme GetRetrospect()
public static ITheme GetSavon()
public static ITheme GetSlate()
public static ITheme GetSlice()
public static ITheme GetVaporTrail()
public static ITheme GetView()
public static ITheme GetWisp()
public static ITheme GetWoodType()
public static ITheme GetOffice2007()
public static ITheme GetApex()
public static ITheme GetAspect()
public static ITheme GetCivic()
public static ITheme GetConcourse()
public static ITheme GetEquity()
public static ITheme GetFlow()
public static ITheme GetFoundry()
public static ITheme GetMedian()
public static ITheme GetMetro()
public static ITheme GetModule()
public static ITheme GetOpulent()
public static ITheme GetOriel()
public static ITheme GetOrigin()
public static ITheme GetPaper()
public static ITheme GetSolstice()
public static ITheme GetTechnic()
public static ITheme GetTrek()
public static ITheme GetUrban()
public static ITheme GetVerve()