Aspose::Cells::Workbook::CustomTheme method

Workbook::CustomTheme(const U16String&, const Vector <Aspose::Cells::Color>&) method

Customs the theme.

void Aspose::Cells::Workbook::CustomTheme(const U16String &themeName, const Vector<Aspose::Cells::Color> &colors)
ParameterTypeDescription
themeNameconst U16String&The theme name
colorsconst Vector <Aspose::Cells::Color>&The theme colors

Remarks

The length of colors should be 12.

Array indexTheme type
0Backgournd1
1Text1
2Backgournd2
3Text2
4Accent1
5Accent2
6Accent3
7Accent4
8Accent5
9Accent6
10Hyperlink
11Followed Hyperlink

See Also

Workbook::CustomTheme(const char16_t*, const Vector <Aspose::Cells::Color>&) method

Customs the theme.

void Aspose::Cells::Workbook::CustomTheme(const char16_t *themeName, const Vector<Aspose::Cells::Color> &colors)
ParameterTypeDescription
themeNameconst char16_t*The theme name
colorsconst Vector <Aspose::Cells::Color>&The theme colors

Remarks

The length of colors should be 12.

Array indexTheme type
0Backgournd1
1Text1
2Backgournd2
3Text2
4Accent1
5Accent2
6Accent3
7Accent4
8Accent5
9Accent6
10Hyperlink
11Followed Hyperlink

See Also