Skip to content

Commit 42e5e26

Browse files
[TASKSCLOUD-841] - Deployed new 24.4 version.
1 parent 28e6572 commit 42e5e26

35 files changed

+3898
-613
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ Feel free to explore the [Developer's Guide](https://docs.aspose.cloud/display/t
3434
XER, XLSX, HTML, XML, TXT, TIF, SVG, PNG, JPEG
3535

3636

37+
## Enhancements in Version 24.4
38+
- Added new ability to get views information
39+
- Possibility to modify table text styles for Gantt Chart views.
40+
3741
## Enhancements in Version 22.12
3842
- Added new ability to read Primavera-specific task's properties.
3943
- Provided the ability to read more document properties.

api/models/background_pattern.go

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
/*
2+
* --------------------------------------------------------------------------------
3+
* <copyright company="Aspose" file="background_pattern.go">
4+
* Copyright (c) 2021 Aspose.Tasks Cloud
5+
* </copyright>
6+
* <summary>
7+
* Permission is hereby granted, free of charge, to any person obtaining a copy
8+
* of this software and associated documentation files (the "Software"), to deal
9+
* in the Software without restriction, including without limitation the rights
10+
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
11+
* copies of the Software, and to permit persons to whom the Software is
12+
* furnished to do so, subject to the following conditions:
13+
*
14+
* The above copyright notice and this permission notice shall be included in all
15+
* copies or substantial portions of the Software.
16+
*
17+
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
18+
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
19+
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
20+
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
21+
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
22+
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
23+
* SOFTWARE.
24+
* </summary>
25+
* --------------------------------------------------------------------------------
26+
*/
27+
28+
package models
29+
// BackgroundPattern : Specifies the background pattern.
30+
type BackgroundPattern string
31+
32+
// List of BackgroundPattern
33+
const (
34+
HOLLOW_BackgroundPattern BackgroundPattern = "Hollow"
35+
SOLID_FILL_BackgroundPattern BackgroundPattern = "SolidFill"
36+
LIGHT_FILL_BackgroundPattern BackgroundPattern = "LightFill"
37+
MEDIUM_FILL_BackgroundPattern BackgroundPattern = "MediumFill"
38+
DARK_FILL_BackgroundPattern BackgroundPattern = "DarkFill"
39+
DIAGONAL_LEFT_BackgroundPattern BackgroundPattern = "DiagonalLeft"
40+
DIAGONAL_RIGHT_BackgroundPattern BackgroundPattern = "DiagonalRight"
41+
DARK_DIAGONAL_LEFT_BackgroundPattern BackgroundPattern = "DarkDiagonalLeft"
42+
DARK_DIAGONAL_RIGHT_BackgroundPattern BackgroundPattern = "DarkDiagonalRight"
43+
THIN_VERTICAL_STRIPE_BackgroundPattern BackgroundPattern = "ThinVerticalStripe"
44+
MEDIUM_VERTICAL_STRIPE_BackgroundPattern BackgroundPattern = "MediumVerticalStripe"
45+
LIGHT_DITHER_BackgroundPattern BackgroundPattern = "LightDither"
46+
MEDIUM_DITHER_BackgroundPattern BackgroundPattern = "MediumDither"
47+
DARK_DITHER_BackgroundPattern BackgroundPattern = "DarkDither"
48+
)

api/models/colors.go

Lines changed: 175 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,175 @@
1+
/*
2+
* --------------------------------------------------------------------------------
3+
* <copyright company="Aspose" file="colors.go">
4+
* Copyright (c) 2021 Aspose.Tasks Cloud
5+
* </copyright>
6+
* <summary>
7+
* Permission is hereby granted, free of charge, to any person obtaining a copy
8+
* of this software and associated documentation files (the "Software"), to deal
9+
* in the Software without restriction, including without limitation the rights
10+
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
11+
* copies of the Software, and to permit persons to whom the Software is
12+
* furnished to do so, subject to the following conditions:
13+
*
14+
* The above copyright notice and this permission notice shall be included in all
15+
* copies or substantial portions of the Software.
16+
*
17+
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
18+
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
19+
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
20+
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
21+
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
22+
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
23+
* SOFTWARE.
24+
* </summary>
25+
* --------------------------------------------------------------------------------
26+
*/
27+
28+
package models
29+
// Colors :
30+
type Colors string
31+
32+
// List of Colors
33+
const (
34+
MEDIUM_AQUAMARINE_Colors Colors = "MediumAquamarine"
35+
MEDIUM_BLUE_Colors Colors = "MediumBlue"
36+
MEDIUM_ORCHID_Colors Colors = "MediumOrchid"
37+
MEDIUM_PURPLE_Colors Colors = "MediumPurple"
38+
MEDIUM_SEA_GREEN_Colors Colors = "MediumSeaGreen"
39+
MEDIUM_SLATE_BLUE_Colors Colors = "MediumSlateBlue"
40+
MEDIUM_SPRING_GREEN_Colors Colors = "MediumSpringGreen"
41+
MAROON_Colors Colors = "Maroon"
42+
MEDIUM_TURQUOISE_Colors Colors = "MediumTurquoise"
43+
MIDNIGHT_BLUE_Colors Colors = "MidnightBlue"
44+
MINT_CREAM_Colors Colors = "MintCream"
45+
MISTY_ROSE_Colors Colors = "MistyRose"
46+
MOCCASIN_Colors Colors = "Moccasin"
47+
NAVAJO_WHITE_Colors Colors = "NavajoWhite"
48+
NAVY_Colors Colors = "Navy"
49+
OLD_LACE_Colors Colors = "OldLace"
50+
MEDIUM_VIOLET_RED_Colors Colors = "MediumVioletRed"
51+
MAGENTA_Colors Colors = "Magenta"
52+
LINEN_Colors Colors = "Linen"
53+
LIME_GREEN_Colors Colors = "LimeGreen"
54+
LAVENDER_BLUSH_Colors Colors = "LavenderBlush"
55+
LAWN_GREEN_Colors Colors = "LawnGreen"
56+
LEMON_CHIFFON_Colors Colors = "LemonChiffon"
57+
LIGHT_BLUE_Colors Colors = "LightBlue"
58+
LIGHT_CORAL_Colors Colors = "LightCoral"
59+
LIGHT_CYAN_Colors Colors = "LightCyan"
60+
LIGHT_GOLDENROD_YELLOW_Colors Colors = "LightGoldenrodYellow"
61+
LIGHT_GRAY_Colors Colors = "LightGray"
62+
LIGHT_GREEN_Colors Colors = "LightGreen"
63+
LIGHT_PINK_Colors Colors = "LightPink"
64+
LIGHT_SALMON_Colors Colors = "LightSalmon"
65+
LIGHT_SEA_GREEN_Colors Colors = "LightSeaGreen"
66+
LIGHT_SKY_BLUE_Colors Colors = "LightSkyBlue"
67+
LIGHT_SLATE_GRAY_Colors Colors = "LightSlateGray"
68+
LIGHT_STEEL_BLUE_Colors Colors = "LightSteelBlue"
69+
LIGHT_YELLOW_Colors Colors = "LightYellow"
70+
LIME_Colors Colors = "Lime"
71+
OLIVE_Colors Colors = "Olive"
72+
OLIVE_DRAB_Colors Colors = "OliveDrab"
73+
ORANGE_Colors Colors = "Orange"
74+
ORANGE_RED_Colors Colors = "OrangeRed"
75+
SILVER_Colors Colors = "Silver"
76+
SKY_BLUE_Colors Colors = "SkyBlue"
77+
SLATE_BLUE_Colors Colors = "SlateBlue"
78+
SLATE_GRAY_Colors Colors = "SlateGray"
79+
SNOW_Colors Colors = "Snow"
80+
SPRING_GREEN_Colors Colors = "SpringGreen"
81+
STEEL_BLUE_Colors Colors = "SteelBlue"
82+
TAN_Colors Colors = "Tan"
83+
TEAL_Colors Colors = "Teal"
84+
THISTLE_Colors Colors = "Thistle"
85+
TOMATO_Colors Colors = "Tomato"
86+
TRANSPARENT_Colors Colors = "Transparent"
87+
TURQUOISE_Colors Colors = "Turquoise"
88+
VIOLET_Colors Colors = "Violet"
89+
WHEAT_Colors Colors = "Wheat"
90+
WHITE_Colors Colors = "White"
91+
WHITE_SMOKE_Colors Colors = "WhiteSmoke"
92+
SIENNA_Colors Colors = "Sienna"
93+
LAVENDER_Colors Colors = "Lavender"
94+
SEA_SHELL_Colors Colors = "SeaShell"
95+
SANDY_BROWN_Colors Colors = "SandyBrown"
96+
ORCHID_Colors Colors = "Orchid"
97+
PALE_GOLDENROD_Colors Colors = "PaleGoldenrod"
98+
PALE_GREEN_Colors Colors = "PaleGreen"
99+
PALE_TURQUOISE_Colors Colors = "PaleTurquoise"
100+
PALE_VIOLET_RED_Colors Colors = "PaleVioletRed"
101+
PAPAYA_WHIP_Colors Colors = "PapayaWhip"
102+
PEACH_PUFF_Colors Colors = "PeachPuff"
103+
PERU_Colors Colors = "Peru"
104+
PINK_Colors Colors = "Pink"
105+
PLUM_Colors Colors = "Plum"
106+
POWDER_BLUE_Colors Colors = "PowderBlue"
107+
PURPLE_Colors Colors = "Purple"
108+
RED_Colors Colors = "Red"
109+
ROSY_BROWN_Colors Colors = "RosyBrown"
110+
ROYAL_BLUE_Colors Colors = "RoyalBlue"
111+
SADDLE_BROWN_Colors Colors = "SaddleBrown"
112+
SALMON_Colors Colors = "Salmon"
113+
SEA_GREEN_Colors Colors = "SeaGreen"
114+
YELLOW_Colors Colors = "Yellow"
115+
KHAKI_Colors Colors = "Khaki"
116+
CYAN_Colors Colors = "Cyan"
117+
DARK_MAGENTA_Colors Colors = "DarkMagenta"
118+
DARK_KHAKI_Colors Colors = "DarkKhaki"
119+
DARK_GREEN_Colors Colors = "DarkGreen"
120+
DARK_GRAY_Colors Colors = "DarkGray"
121+
DARK_GOLDENROD_Colors Colors = "DarkGoldenrod"
122+
DARK_CYAN_Colors Colors = "DarkCyan"
123+
DARK_BLUE_Colors Colors = "DarkBlue"
124+
IVORY_Colors Colors = "Ivory"
125+
CRIMSON_Colors Colors = "Crimson"
126+
CORNSILK_Colors Colors = "Cornsilk"
127+
CORNFLOWER_BLUE_Colors Colors = "CornflowerBlue"
128+
CORAL_Colors Colors = "Coral"
129+
CHOCOLATE_Colors Colors = "Chocolate"
130+
DARK_OLIVE_GREEN_Colors Colors = "DarkOliveGreen"
131+
CHARTREUSE_Colors Colors = "Chartreuse"
132+
BURLY_WOOD_Colors Colors = "BurlyWood"
133+
BROWN_Colors Colors = "Brown"
134+
BLUE_VIOLET_Colors Colors = "BlueViolet"
135+
BLUE_Colors Colors = "Blue"
136+
BLANCHED_ALMOND_Colors Colors = "BlanchedAlmond"
137+
BLACK_Colors Colors = "Black"
138+
BISQUE_Colors Colors = "Bisque"
139+
BEIGE_Colors Colors = "Beige"
140+
AZURE_Colors Colors = "Azure"
141+
AQUAMARINE_Colors Colors = "Aquamarine"
142+
AQUA_Colors Colors = "Aqua"
143+
ANTIQUE_WHITE_Colors Colors = "AntiqueWhite"
144+
ALICE_BLUE_Colors Colors = "AliceBlue"
145+
CADET_BLUE_Colors Colors = "CadetBlue"
146+
DARK_ORANGE_Colors Colors = "DarkOrange"
147+
YELLOW_GREEN_Colors Colors = "YellowGreen"
148+
DARK_RED_Colors Colors = "DarkRed"
149+
INDIGO_Colors Colors = "Indigo"
150+
INDIAN_RED_Colors Colors = "IndianRed"
151+
DARK_ORCHID_Colors Colors = "DarkOrchid"
152+
HONEYDEW_Colors Colors = "Honeydew"
153+
GREEN_YELLOW_Colors Colors = "GreenYellow"
154+
GREEN_Colors Colors = "Green"
155+
GRAY_Colors Colors = "Gray"
156+
GOLDENROD_Colors Colors = "Goldenrod"
157+
GOLD_Colors Colors = "Gold"
158+
GHOST_WHITE_Colors Colors = "GhostWhite"
159+
GAINSBORO_Colors Colors = "Gainsboro"
160+
FUCHSIA_Colors Colors = "Fuchsia"
161+
FOREST_GREEN_Colors Colors = "ForestGreen"
162+
HOT_PINK_Colors Colors = "HotPink"
163+
FIREBRICK_Colors Colors = "Firebrick"
164+
FLORAL_WHITE_Colors Colors = "FloralWhite"
165+
DODGER_BLUE_Colors Colors = "DodgerBlue"
166+
DIM_GRAY_Colors Colors = "DimGray"
167+
DEEP_SKY_BLUE_Colors Colors = "DeepSkyBlue"
168+
DEEP_PINK_Colors Colors = "DeepPink"
169+
DARK_VIOLET_Colors Colors = "DarkViolet"
170+
DARK_TURQUOISE_Colors Colors = "DarkTurquoise"
171+
DARK_SLATE_GRAY_Colors Colors = "DarkSlateGray"
172+
DARK_SLATE_BLUE_Colors Colors = "DarkSlateBlue"
173+
DARK_SEA_GREEN_Colors Colors = "DarkSeaGreen"
174+
DARK_SALMON_Colors Colors = "DarkSalmon"
175+
)

api/models/configuration.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ func NewConfiguration(configFilePath string) (pConfig *Configuration, err error)
9292
cfg := Configuration{
9393
BaseUrl: "https://api.aspose.cloud",
9494
DebugMode: false,
95-
DefaultHeader: map[string]string{"x-aspose-client": "go sdk", "x-aspose-client-version": "23.02"},
95+
DefaultHeader: map[string]string{"x-aspose-client": "go sdk", "x-aspose-client-version": "24.4"},
9696
}
9797
err = json.Unmarshal(data, &cfg)
9898

0 commit comments

Comments
 (0)