You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/java/english/com.aspose.slides/charttitle/_index.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -229,7 +229,7 @@ public final float getActualX()
229
229
```
230
230
231
231
232
-
Specifies actual x location (left) of the chart element relative to the left top corner of the chart. Call method IChart.ValidateChartLayout() before to get actual values. Read float.
232
+
Specifies actual x location (left) of the chart element relative to the left top corner of the chart. Call method IChart.validateChartLayout() before to get actual values. Read float.
233
233
234
234
**Returns:**
235
235
float
@@ -239,7 +239,7 @@ public final float getActualY()
239
239
```
240
240
241
241
242
-
Specifies actual top of the chart element relative to the left top corner of the chart. Call method IChart.ValidateChartLayout() before to get actual values. Read float.
242
+
Specifies actual top of the chart element relative to the left top corner of the chart. Call method IChart.validateChartLayout() before to get actual values. Read float.
243
243
244
244
**Returns:**
245
245
float
@@ -249,7 +249,7 @@ public final float getActualWidth()
249
249
```
250
250
251
251
252
-
Specifies actual width of the chart element. Call method IChart.ValidateChartLayout() before to get actual values. Read float.
252
+
Specifies actual width of the chart element. Call method IChart.validateChartLayout() before to get actual values. Read float.
253
253
254
254
**Returns:**
255
255
float
@@ -259,7 +259,7 @@ public final float getActualHeight()
259
259
```
260
260
261
261
262
-
Specifies actual height of the chart element. Call method IChart.ValidateChartLayout() before to get actual values. Read float.
262
+
Specifies actual height of the chart element. Call method IChart.validateChartLayout() before to get actual values. Read float.
@@ -311,7 +311,7 @@ Retrieves the byte array representing the font data for a specified font style a
311
311
| Parameter | Type | Description |
312
312
| --- | --- | --- |
313
313
| fontData | [IFontData](../../com.aspose.slides/ifontdata) | The font data object containing the information about the font [FontData](../../com.aspose.slides/fontdata). |
314
-
| fontStyle | int | The style of the font for which the data is to be retrieved [FontStyle](../../com.aspose.slides/fontstyle). |
314
+
| fontStyle | int | The style of the font for which the data is to be retrieved [FontStyleType](../../com.aspose.slides/fontstyletype). |
315
315
316
316
**Returns:**
317
317
byte[] - A byte array containing the font data for the specified font style. If the font data or style is not found, returns null.
@@ -279,7 +279,7 @@ Retrieves the byte array representing the font data for a specified font style a
279
279
| Parameter | Type | Description |
280
280
| --- | --- | --- |
281
281
| fontData | [IFontData](../../com.aspose.slides/ifontdata) | The font data object containing the information about the font [IFontData](../../com.aspose.slides/ifontdata). |
282
-
| fontStyle | int | The style of the font for which the data is to be retrieved [FontStyle](../../com.aspose.slides/fontstyle). |
282
+
| fontStyle | int | The style of the font for which the data is to be retrieved [FontStyleType](../../com.aspose.slides/fontstyletype). |
283
283
284
284
**Returns:**
285
285
byte[] - A byte array containing the font data for the specified font style. If the font data or style is not found, returns null.
@@ -299,7 +299,7 @@ Determines the embedding level of a font from the given byte array and font name
Copy file name to clipboardExpand all lines: content/java/english/com.aspose.slides/legend/_index.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -194,7 +194,7 @@ public final int getPosition()
194
194
```
195
195
196
196
197
-
Specifies the position of the legend on a chart. Non-NaN values of X, Y, Width, Heigt properties override effect of this property. Read/write [LegendPositionType](../../com.aspose.slides/legendpositiontype).
197
+
Specifies the position of the legend on a chart. Non-NaN values of X, Y, Width, Height properties override effect of this property. Read/write [LegendPositionType](../../com.aspose.slides/legendpositiontype).
198
198
199
199
**Returns:**
200
200
int
@@ -204,7 +204,7 @@ public final void setPosition(int value)
204
204
```
205
205
206
206
207
-
Specifies the position of the legend on a chart. Non-NaN values of X, Y, Width, Heigt properties override effect of this property. Read/write [LegendPositionType](../../com.aspose.slides/legendpositiontype).
207
+
Specifies the position of the legend on a chart. Non-NaN values of X, Y, Width, Height properties override effect of this property. Read/write [LegendPositionType](../../com.aspose.slides/legendpositiontype).
208
208
209
209
**Parameters:**
210
210
| Parameter | Type | Description |
@@ -247,7 +247,7 @@ public final float getActualX()
247
247
```
248
248
249
249
250
-
Specifies actual x location (left) of the chart element relative to the left top corner of the chart. Call method IChart.ValidateChartLayout() before to get actual values. Read float.
250
+
Specifies actual x location (left) of the chart element relative to the left top corner of the chart. Call method IChart.validateChartLayout() before to get actual values. Read float.
251
251
252
252
**Returns:**
253
253
float
@@ -257,7 +257,7 @@ public final float getActualY()
257
257
```
258
258
259
259
260
-
Specifies actual top of the chart element relative to the left top corner of the chart. Call method IChart.ValidateChartLayout() before to get actual values. Read float.
260
+
Specifies actual top of the chart element relative to the left top corner of the chart. Call method IChart.validateChartLayout() before to get actual values. Read float.
261
261
262
262
**Returns:**
263
263
float
@@ -267,7 +267,7 @@ public final float getActualWidth()
267
267
```
268
268
269
269
270
-
Specifies actual width of the chart element. Call method IChart.ValidateChartLayout() before to get actual values. Read float.
270
+
Specifies actual width of the chart element. Call method IChart.validateChartLayout() before to get actual values. Read float.
271
271
272
272
**Returns:**
273
273
float
@@ -277,7 +277,7 @@ public final float getActualHeight()
277
277
```
278
278
279
279
280
-
Specifies actual height of the chart element. Call method IChart.ValidateChartLayout() before to get actual values. Read float.
280
+
Specifies actual height of the chart element. Call method IChart.validateChartLayout() before to get actual values. Read float.
0 commit comments