custom_theme metod
custom_theme(self, theme_name, colors) {#str-aspose.pydrawing.Color[]}
Anpassa temat.
def custom_theme(self, theme_name, colors):
...
Parameter | Typ | Beskrivning |
---|---|---|
theme_name | str | Temats namn |
colors | aspose.pydrawing.Color[] | Temafärgerna |
Anmärkningar
Färgernas längd ska vara 12.
Arrayindex | Tematyp |
---|---|
0 | Bakgrund1 |
1 | Text1 |
2 | Bakgrund2 |
3 | Text2 |
4 | Accent1 |
5 | Accent2 |
6 | Accent3 |
7 | Accent4 |
8 | Accent5 |
9 | Accent6 |
10 | Hyperlänk |
11 | Följd hyperlänk |
- modul
aspose.cells
- klass
Workbook