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/audio/_index.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -19,8 +19,8 @@ Represents an embedded audio file.
19
19
20
20
| Method | Description |
21
21
| --- | --- |
22
-
|[getContentType()](#getContentType--)| Returns a MIME type of an audio, encoded in ([.getBinaryData](../../null/\#getBinaryData)). |
23
-
|[setContentType(String value)](#setContentType-java.lang.String-)| Returns a MIME type of an audio, encoded in ([.getBinaryData](../../null/\#getBinaryData)). |
22
+
|[getContentType()](#getContentType--)| Returns a MIME type of an audio, encoded in (\#getBinaryData.getBinaryData). |
23
+
|[setContentType(String value)](#setContentType-java.lang.String-)| Returns a MIME type of an audio, encoded in (\#getBinaryData.getBinaryData). |
24
24
|[getBinaryData()](#getBinaryData--)| Returns the copy of an audio's data. |
25
25
|[getStream()](#getStream--)| Returns Stream stream for reading. |
26
26
### getContentType() {#getContentType--}
@@ -29,7 +29,7 @@ public final String getContentType()
29
29
```
30
30
31
31
32
-
Returns a MIME type of an audio, encoded in ([.getBinaryData](../../null/\#getBinaryData)). Read-only String.
32
+
Returns a MIME type of an audio, encoded in (\#getBinaryData.getBinaryData). Read-only String.
33
33
34
34
**Returns:**
35
35
java.lang.String
@@ -39,7 +39,7 @@ public final void setContentType(String value)
39
39
```
40
40
41
41
42
-
Returns a MIME type of an audio, encoded in ([.getBinaryData](../../null/\#getBinaryData)). Read-only String.
42
+
Returns a MIME type of an audio, encoded in (\#getBinaryData.getBinaryData). Read-only String.
43
43
44
44
**Parameters:**
45
45
| Parameter | Type | Description |
@@ -52,7 +52,7 @@ public final byte[] getBinaryData()
52
52
```
53
53
54
54
55
-
Returns the copy of an audio's data. In case of large amount of data consider using of [.getStream](../../null/\#getStream) method to prevent unnecessary loading of audio's data into memory or even OutOfMemoryException. Read-only byte[].
55
+
Returns the copy of an audio's data. In case of large amount of data consider using of \#getStream.getStream method to prevent unnecessary loading of audio's data into memory or even OutOfMemoryException. Read-only byte[].
|[equals(Object obj)](#equals-java.lang.Object-)| Checks if this object is equal to another. |
146
-
|[hashCode()](#hashCode--)| Calculates and returns hach code based on the ([.getValue](../../null/\#getValue)) property |
146
+
|[hashCode()](#hashCode--)| Calculates and returns hach code based on the (\#getValue.getValue) property |
147
147
|[getOrCreateByValue(String propertyValue)](#getOrCreateByValue-java.lang.String-)| Looks for existing behavior property by value or creates new custom one with the specified value |
148
148
### getValue() {#getValue--}
149
149
```
@@ -1396,7 +1396,7 @@ public int hashCode()
1396
1396
```
1397
1397
1398
1398
1399
-
Calculates and returns hach code based on the ([.getValue](../../null/\#getValue)) property
1399
+
Calculates and returns hach code based on the (\#getValue.getValue) property
Copy file name to clipboardExpand all lines: content/java/english/com.aspose.slides/blobmanagementoptions/_index.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -127,7 +127,7 @@ Defines the maximum amount (in bytes) that all BLOBs in total may occupy in memo
127
127
128
128
--------------------
129
129
130
-
This property will be ignored if IsTemporaryFilesAllowed ([.isTemporaryFilesAllowed](../../null/\#isTemporaryFilesAllowed)/[.setTemporaryFilesAllowed(boolean)](../../null/\#setTemporaryFilesAllowed-boolean-)) is set to false. It makes no sense to limit the maximum BLOBs in memory, because if IsTemporaryFilesAllowed ([.isTemporaryFilesAllowed](../../null/\#isTemporaryFilesAllowed)/[.setTemporaryFilesAllowed(boolean)](../../null/\#setTemporaryFilesAllowed-boolean-)) is set to false, the memory is the only place where BLOBs can be stored.
130
+
This property will be ignored if IsTemporaryFilesAllowed (\#isTemporaryFilesAllowed.isTemporaryFilesAllowed/\#setTemporaryFilesAllowed(boolean).setTemporaryFilesAllowed(boolean)) is set to false. It makes no sense to limit the maximum BLOBs in memory, because if IsTemporaryFilesAllowed (\#isTemporaryFilesAllowed.isTemporaryFilesAllowed/\#setTemporaryFilesAllowed(boolean).setTemporaryFilesAllowed(boolean)) is set to false, the memory is the only place where BLOBs can be stored.
131
131
132
132
--------------------
133
133
@@ -145,7 +145,7 @@ Defines the maximum amount (in bytes) that all BLOBs in total may occupy in memo
145
145
146
146
--------------------
147
147
148
-
This property will be ignored if IsTemporaryFilesAllowed ([.isTemporaryFilesAllowed](../../null/\#isTemporaryFilesAllowed)/[.setTemporaryFilesAllowed(boolean)](../../null/\#setTemporaryFilesAllowed-boolean-)) is set to false. It makes no sense to limit the maximum BLOBs in memory, because if IsTemporaryFilesAllowed ([.isTemporaryFilesAllowed](../../null/\#isTemporaryFilesAllowed)/[.setTemporaryFilesAllowed(boolean)](../../null/\#setTemporaryFilesAllowed-boolean-)) is set to false, the memory is the only place where BLOBs can be stored.
148
+
This property will be ignored if IsTemporaryFilesAllowed (\#isTemporaryFilesAllowed.isTemporaryFilesAllowed/\#setTemporaryFilesAllowed(boolean).setTemporaryFilesAllowed(boolean)) is set to false. It makes no sense to limit the maximum BLOBs in memory, because if IsTemporaryFilesAllowed (\#isTemporaryFilesAllowed.isTemporaryFilesAllowed/\#setTemporaryFilesAllowed(boolean).setTemporaryFilesAllowed(boolean)) is set to false, the memory is the only place where BLOBs can be stored.
Copy file name to clipboardExpand all lines: content/java/english/com.aspose.slides/chartdata/_index.md
+10-10Lines changed: 10 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -22,10 +22,10 @@ Represents data used for a chart plotting.
22
22
|[getChartDataWorkbook()](#getChartDataWorkbook--)| Gets the cells factory to create cells used for chart series or categories. |
23
23
|[getSeries()](#getSeries--)| Gets the series. |
24
24
|[getSeriesGroups()](#getSeriesGroups--)| Gets the groups of series. |
25
-
|[getCategories()](#getCategories--)| Gets the primary categories (or both primary and secondary categories if [.getUseSecondaryCategories](../../null/\#getUseSecondaryCategories)/[.setUseSecondaryCategories(boolean)](../../null/\#setUseSecondaryCategories-boolean-) property is false). |
26
-
|[getUseSecondaryCategories()](#getUseSecondaryCategories--)| If false then [.getSecondaryCategories](../../null/\#getSecondaryCategories) property return null and data in [.getCategories](../../null/\#getCategories) property is used both for primary and secondary series. |
27
-
|[setUseSecondaryCategories(boolean value)](#setUseSecondaryCategories-boolean-)| If false then [.getSecondaryCategories](../../null/\#getSecondaryCategories) property return null and data in [.getCategories](../../null/\#getCategories) property is used both for primary and secondary series. |
28
-
|[getSecondaryCategories()](#getSecondaryCategories--)| Gets the secondary categories if [.getUseSecondaryCategories](../../null/\#getUseSecondaryCategories)/[.setUseSecondaryCategories(boolean)](../../null/\#setUseSecondaryCategories-boolean-) property is true. |
25
+
|[getCategories()](#getCategories--)| Gets the primary categories (or both primary and secondary categories if \#getUseSecondaryCategories.getUseSecondaryCategories/\#setUseSecondaryCategories(boolean).setUseSecondaryCategories(boolean) property is false). |
26
+
|[getUseSecondaryCategories()](#getUseSecondaryCategories--)| If false then \#getSecondaryCategories.getSecondaryCategories property return null and data in \#getCategories.getCategories property is used both for primary and secondary series. |
27
+
|[setUseSecondaryCategories(boolean value)](#setUseSecondaryCategories-boolean-)| If false then \#getSecondaryCategories.getSecondaryCategories property return null and data in \#getCategories.getCategories property is used both for primary and secondary series. |
28
+
|[getSecondaryCategories()](#getSecondaryCategories--)| Gets the secondary categories if \#getUseSecondaryCategories.getUseSecondaryCategories/\#setUseSecondaryCategories(boolean).setUseSecondaryCategories(boolean) property is true. |
29
29
|[readWorkbookStream()](#readWorkbookStream--)| Writes the internally contained Excel workbook it into an in-memory stream. |
30
30
|[writeWorkbookStream(byte[] ms)](#writeWorkbookStream-byte---)| Initializes the internally contained Excel workbook with user-specified value. |
31
31
|[getDataSourceType()](#getDataSourceType--)| Represents external workbook path if external data source, null otherwise |
@@ -75,7 +75,7 @@ public final IChartCategoryCollection getCategories()
75
75
```
76
76
77
77
78
-
Gets the primary categories (or both primary and secondary categories if [.getUseSecondaryCategories](../../null/\#getUseSecondaryCategories)/[.setUseSecondaryCategories(boolean)](../../null/\#setUseSecondaryCategories-boolean-) property is false). Read-only [IChartCategoryCollection](../../com.aspose.slides/ichartcategorycollection).
78
+
Gets the primary categories (or both primary and secondary categories if \#getUseSecondaryCategories.getUseSecondaryCategories/\#setUseSecondaryCategories(boolean).setUseSecondaryCategories(boolean) property is false). Read-only [IChartCategoryCollection](../../com.aspose.slides/ichartcategorycollection).
79
79
80
80
--------------------
81
81
@@ -94,7 +94,7 @@ Gets the primary categories (or both primary and secondary categories if [.getUs
94
94
95
95
--------------------
96
96
97
-
If [.getUseSecondaryCategories](../../null/\#getUseSecondaryCategories)/[.setUseSecondaryCategories(boolean)](../../null/\#setUseSecondaryCategories-boolean-) property is false then ([.getSecondaryCategories](../../null/\#getSecondaryCategories)) property return null and data in this [.getCategories](../../null/\#getCategories) property is used both for primary and secondary series. If [.getUseSecondaryCategories](../../null/\#getUseSecondaryCategories)/[.setUseSecondaryCategories(boolean)](../../null/\#setUseSecondaryCategories-boolean-) property is true then data in ([.getSecondaryCategories](../../null/\#getSecondaryCategories)) property is used for secondary series and data in this [.getCategories](../../null/\#getCategories) property is used for primary series.
97
+
If \#getUseSecondaryCategories.getUseSecondaryCategories/\#setUseSecondaryCategories(boolean).setUseSecondaryCategories(boolean) property is false then (\#getSecondaryCategories.getSecondaryCategories) property return null and data in this \#getCategories.getCategories property is used both for primary and secondary series. If \#getUseSecondaryCategories.getUseSecondaryCategories/\#setUseSecondaryCategories(boolean).setUseSecondaryCategories(boolean) property is true then data in (\#getSecondaryCategories.getSecondaryCategories) property is used for secondary series and data in this \#getCategories.getCategories property is used for primary series.
@@ -104,7 +104,7 @@ public final boolean getUseSecondaryCategories()
104
104
```
105
105
106
106
107
-
If false then [.getSecondaryCategories](../../null/\#getSecondaryCategories) property return null and data in [.getCategories](../../null/\#getCategories) property is used both for primary and secondary series. If true then data in [.getSecondaryCategories](../../null/\#getSecondaryCategories) property is used for secondary series and data in [.getCategories](../../null/\#getCategories) property is used for primary series. Read/write boolean.
107
+
If false then \#getSecondaryCategories.getSecondaryCategories property return null and data in \#getCategories.getCategories property is used both for primary and secondary series. If true then data in \#getSecondaryCategories.getSecondaryCategories property is used for secondary series and data in \#getCategories.getCategories property is used for primary series. Read/write boolean.
108
108
109
109
--------------------
110
110
@@ -129,7 +129,7 @@ public final void setUseSecondaryCategories(boolean value)
129
129
```
130
130
131
131
132
-
If false then [.getSecondaryCategories](../../null/\#getSecondaryCategories) property return null and data in [.getCategories](../../null/\#getCategories) property is used both for primary and secondary series. If true then data in [.getSecondaryCategories](../../null/\#getSecondaryCategories) property is used for secondary series and data in [.getCategories](../../null/\#getCategories) property is used for primary series. Read/write boolean.
132
+
If false then \#getSecondaryCategories.getSecondaryCategories property return null and data in \#getCategories.getCategories property is used both for primary and secondary series. If true then data in \#getSecondaryCategories.getSecondaryCategories property is used for secondary series and data in \#getCategories.getCategories property is used for primary series. Read/write boolean.
133
133
134
134
--------------------
135
135
@@ -157,7 +157,7 @@ public final IChartCategoryCollection getSecondaryCategories()
157
157
```
158
158
159
159
160
-
Gets the secondary categories if [.getUseSecondaryCategories](../../null/\#getUseSecondaryCategories)/[.setUseSecondaryCategories(boolean)](../../null/\#setUseSecondaryCategories-boolean-) property is true. Read-only [IChartCategoryCollection](../../com.aspose.slides/ichartcategorycollection).
160
+
Gets the secondary categories if \#getUseSecondaryCategories.getUseSecondaryCategories/\#setUseSecondaryCategories(boolean).setUseSecondaryCategories(boolean) property is true. Read-only [IChartCategoryCollection](../../com.aspose.slides/ichartcategorycollection).
161
161
162
162
--------------------
163
163
@@ -176,7 +176,7 @@ Gets the secondary categories if [.getUseSecondaryCategories](../../null/\#getUs
176
176
177
177
--------------------
178
178
179
-
If [.getUseSecondaryCategories](../../null/\#getUseSecondaryCategories)/[.setUseSecondaryCategories(boolean)](../../null/\#setUseSecondaryCategories-boolean-) property is false then this ([.getSecondaryCategories](../../null/\#getSecondaryCategories)) property return null and data in [.getCategories](../../null/\#getCategories) property is used both for primary and secondary series. If [.getUseSecondaryCategories](../../null/\#getUseSecondaryCategories)/[.setUseSecondaryCategories(boolean)](../../null/\#setUseSecondaryCategories-boolean-) property is true then data in this [.getSecondaryCategories](../../null/\#getSecondaryCategories) property is used for secondary series and data in [.getCategories](../../null/\#getCategories) property is used for primary series.
179
+
If \#getUseSecondaryCategories.getUseSecondaryCategories/\#setUseSecondaryCategories(boolean).setUseSecondaryCategories(boolean) property is false then this (\#getSecondaryCategories.getSecondaryCategories) property return null and data in \#getCategories.getCategories property is used both for primary and secondary series. If \#getUseSecondaryCategories.getUseSecondaryCategories/\#setUseSecondaryCategories(boolean).setUseSecondaryCategories(boolean) property is true then data in this \#getSecondaryCategories.getSecondaryCategories property is used for secondary series and data in \#getCategories.getCategories property is used for primary series.
Copy file name to clipboardExpand all lines: content/java/english/com.aspose.slides/chartplotarea/_index.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -188,7 +188,7 @@ public final int getLayoutTargetType()
188
188
```
189
189
190
190
191
-
If layout of the plot area defined manually this property specifies whether to layout the plot area by its inside (not including axis and axis labels) or outside (including axis and axis labels). Read/write [LayoutTargetType](../../com.aspose.slides/layouttargettype)([.getLayoutTargetType](../../null/\#getLayoutTargetType)/[.setLayoutTargetType(int)](../../null/\#setLayoutTargetType-int-)).
191
+
If layout of the plot area defined manually this property specifies whether to layout the plot area by its inside (not including axis and axis labels) or outside (including axis and axis labels). Read/write [LayoutTargetType](../../com.aspose.slides/layouttargettype)(\#getLayoutTargetType.getLayoutTargetType/\#setLayoutTargetType(int).setLayoutTargetType(int)).
192
192
193
193
--------------------
194
194
@@ -217,7 +217,7 @@ public final void setLayoutTargetType(int value)
217
217
```
218
218
219
219
220
-
If layout of the plot area defined manually this property specifies whether to layout the plot area by its inside (not including axis and axis labels) or outside (including axis and axis labels). Read/write [LayoutTargetType](../../com.aspose.slides/layouttargettype)([.getLayoutTargetType](../../null/\#getLayoutTargetType)/[.setLayoutTargetType(int)](../../null/\#setLayoutTargetType-int-)).
220
+
If layout of the plot area defined manually this property specifies whether to layout the plot area by its inside (not including axis and axis labels) or outside (including axis and axis labels). Read/write [LayoutTargetType](../../com.aspose.slides/layouttargettype)(\#getLayoutTargetType.getLayoutTargetType/\#setLayoutTargetType(int).setLayoutTargetType(int)).
Copy file name to clipboardExpand all lines: content/java/english/com.aspose.slides/effect/_index.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -330,7 +330,7 @@ public final int getAfterAnimationType()
330
330
```
331
331
332
332
333
-
Defines an after animation type for effect. Read/write [AfterAnimationType](../../com.aspose.slides/afteranimationtype)([.getAfterAnimationType](../../null/\#getAfterAnimationType)/[.setAfterAnimationType(int)](../../null/\#setAfterAnimationType-int-)).
333
+
Defines an after animation type for effect. Read/write [AfterAnimationType](../../com.aspose.slides/afteranimationtype)(\#getAfterAnimationType.getAfterAnimationType/\#setAfterAnimationType(int).setAfterAnimationType(int)).
334
334
335
335
--------------------
336
336
@@ -355,7 +355,7 @@ public final void setAfterAnimationType(int value)
355
355
```
356
356
357
357
358
-
Defines an after animation type for effect. Read/write [AfterAnimationType](../../com.aspose.slides/afteranimationtype)([.getAfterAnimationType](../../null/\#getAfterAnimationType)/[.setAfterAnimationType(int)](../../null/\#setAfterAnimationType-int-)).
358
+
Defines an after animation type for effect. Read/write [AfterAnimationType](../../com.aspose.slides/afteranimationtype)(\#getAfterAnimationType.getAfterAnimationType/\#setAfterAnimationType(int).setAfterAnimationType(int)).
359
359
360
360
--------------------
361
361
@@ -442,7 +442,7 @@ public final int getAnimateTextType()
442
442
```
443
443
444
444
445
-
Defines an animate text type for effect. The shape text can be animated by letter, by word or all at once. Read/write AnimateTextType ([.getAnimateTextType](../../null/\#getAnimateTextType)/[.setAnimateTextType(int)](../../null/\#setAnimateTextType-int-)).
445
+
Defines an animate text type for effect. The shape text can be animated by letter, by word or all at once. Read/write AnimateTextType (\#getAnimateTextType.getAnimateTextType/\#setAnimateTextType(int).setAnimateTextType(int)).
446
446
447
447
--------------------
448
448
@@ -467,7 +467,7 @@ public final void setAnimateTextType(int value)
467
467
```
468
468
469
469
470
-
Defines an animate text type for effect. The shape text can be animated by letter, by word or all at once. Read/write AnimateTextType ([.getAnimateTextType](../../null/\#getAnimateTextType)/[.setAnimateTextType(int)](../../null/\#setAnimateTextType-int-)).
470
+
Defines an animate text type for effect. The shape text can be animated by letter, by word or all at once. Read/write AnimateTextType (\#getAnimateTextType.getAnimateTextType/\#setAnimateTextType(int).setAnimateTextType(int)).
0 commit comments