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/_index.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -249,6 +249,7 @@ url: /com.aspose.slides/
249
249
|[HSL](../com.aspose.slides/hsl)| Represents a Hue/Saturation/Luminance effect. |
250
250
|[HandoutLayoutingOptions](../com.aspose.slides/handoutlayoutingoptions)| Represents the handout presentation layout mode for export. |
251
251
|[HandoutType](../com.aspose.slides/handouttype)| Specifies how many slides and in what sequence will be placed on the page. |
252
+
|[HeadingPair](../com.aspose.slides/headingpair)| Represents a 'Heading pair' property of the document. |
252
253
|[Html5Options](../com.aspose.slides/html5options)| Represents a HTML5 exporting options. |
253
254
|[HtmlExternalResolver](../com.aspose.slides/htmlexternalresolver)| Callback object used by HTML import routine to obtain referrenced objects such as images. |
254
255
|[HtmlFormatter](../com.aspose.slides/htmlformatter)| Represents HTML file template. |
@@ -853,6 +854,7 @@ url: /com.aspose.slides/
853
854
|[IGroupShapeLock](../com.aspose.slides/igroupshapelock)| Determines which operations are disabled on the parent GroupShape. |
854
855
|[IHSL](../com.aspose.slides/ihsl)| Represents a Hue/Saturation/Luminance effect. |
855
856
|[IHSLEffectiveData](../com.aspose.slides/ihsleffectivedata)| Represents a Hue/Saturation/Luminance effect. |
857
+
|[IHeadingPair](../com.aspose.slides/iheadingpair)| Represents a 'Heading pair' property of the document. |
856
858
|[IHtml5Options](../com.aspose.slides/ihtml5options)| Represents a HTML5 exporting options. |
857
859
|[IHtmlExternalResolver](../com.aspose.slides/ihtmlexternalresolver)| Callback interface used by HTML import routine to obtain referrenced objects such as images. |
858
860
|[IHtmlFormatter](../com.aspose.slides/ihtmlformatter)| Represents HTML file template. |
Copy file name to clipboardExpand all lines: content/java/english/com.aspose.slides/chartseries/_index.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,7 +74,7 @@ Represents a chart series.
74
74
|[getGapDepth()](#getGapDepth--)| Returns or sets the distance, as a percentage of the marker width, between the data series in a 3D chart. |
75
75
|[getFirstSliceAngle()](#getFirstSliceAngle--)| Specifies the angle of the first pie or doughnut chart slice, in degrees (clockwise from up, from 0 to 360 degrees). |
76
76
|[getDoughnutHoleSize()](#getDoughnutHoleSize--)| Specifies the size of the hole in a doughnut chart (can be between 10 and 90 percents of the size of the plot area.). |
77
-
|[getOverlap()](#getOverlap--)| Specifies how much bars and columns shall overlap on 2-D charts(from -100 to 100). |
77
+
|[getOverlap()](#getOverlap--)| Specifies how much bars and columns overlap on 2-D charts, as a percentage (from -100% to 100%). |
78
78
|[getSecondPieSize()](#getSecondPieSize--)| Specifies the size of the second pie or bar of a pie-of-pie chart or a bar-of-pie chart, as a percentage of the size of the first pie (can be between 5 and 200 percents). |
79
79
|[hasSeriesLines()](#hasSeriesLines--)| Determines whether there are series lines for this series and kindred series. |
80
80
|[getBubbleSizeRepresentation()](#getBubbleSizeRepresentation--)| Specifies how the bubble size values are represented on the bubble chart. |
@@ -727,11 +727,11 @@ public final byte getOverlap()
727
727
```
728
728
729
729
730
-
Specifies how much bars and columns shall overlap on 2-D charts(from -100 to 100). This is the property not only of this series but of all series of parent series group - this is projection of appropriate group property. And so this property is read-only. Use ParentSeriesGroup property for access to parent series group. Use ParentSeriesGroup.Overlap read/write property for change value. Read-only byte.
730
+
Specifies how much bars and columns overlap on 2-D charts, as a percentage (from -100% to 100%). This is the property not only of this series but of all series of parent series group. It is a projection of the appropriate property in the parent series group, and so this property is read-only. To change the value, use the ParentSeriesGroup.Overlap read/write property. Read-only byte.
731
731
732
732
--------------------
733
733
734
-
This is the projection of the property ParentSeriesGroup.Overlap.
734
+
Overlap specifies the degree of overlap or spacing between bars and columns as a percentage of their width: - -100%: Maximum spacing (bars are completely separated). - 0%: Bars are placed side by side without overlap or spacing. - 100%: Maximum overlap (bars completely overlap each other). This is a projection of the property ParentSeriesGroup.Overlap.
Copy file name to clipboardExpand all lines: content/java/english/com.aspose.slides/chartseriesgroup/_index.md
+38-4Lines changed: 38 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,8 +36,8 @@ Represents group of series.
36
36
|[setFirstSliceAngle(int value)](#setFirstSliceAngle-int-)| Gets or sets the angle of the first pie or doughnut chart slice, in degrees (clockwise from up, from 0 to 360 degrees). |
37
37
|[getDoughnutHoleSize()](#getDoughnutHoleSize--)| Specifies the size of the hole in a doughnut chart (can be between 0 and 90 percents of the size of the plot area.). |
38
38
|[setDoughnutHoleSize(byte value)](#setDoughnutHoleSize-byte-)| Specifies the size of the hole in a doughnut chart (can be between 0 and 90 percents of the size of the plot area.). |
39
-
|[getOverlap()](#getOverlap--)| Specifies how much bars and columns shall overlap on 2-D charts(from -100 to 100). |
40
-
|[setOverlap(byte value)](#setOverlap-byte-)| Specifies how much bars and columns shall overlap on 2-D charts(from -100 to 100). |
39
+
|[getOverlap()](#getOverlap--)| Specifies how much bars and columns shall overlap on 2-D charts, as a percentage (from -100% to 100%). |
40
+
|[setOverlap(byte value)](#setOverlap-byte-)| Specifies how much bars and columns shall overlap on 2-D charts, as a percentage (from -100% to 100%). |
41
41
|[getSecondPieSize()](#getSecondPieSize--)| Specifies the size of the second pie or bar of a pie-of-pie chart or a bar-of-pie chart, as a percentage of the size of the first pie (can be between 5 and 200 percents). |
42
42
|[setSecondPieSize(int value)](#setSecondPieSize-int-)| Specifies the size of the second pie or bar of a pie-of-pie chart or a bar-of-pie chart, as a percentage of the size of the first pie (can be between 5 and 200 percents). |
43
43
|[getBubbleSizeRepresentation()](#getBubbleSizeRepresentation--)| Specifies how the bubble size values are represented on the bubble chart. |
@@ -211,7 +211,24 @@ public final byte getOverlap()
211
211
```
212
212
213
213
214
-
Specifies how much bars and columns shall overlap on 2-D charts (from -100 to 100). Read/write byte.
214
+
Specifies how much bars and columns shall overlap on 2-D charts, as a percentage (from -100% to 100%). - -100%: Maximum spacing (bars are completely separated). - 0%: Bars are placed side by side without overlap or spacing. - 100%: Maximum overlap (bars completely overlap each other). This property is read/write byte .
215
+
216
+
--------------------
217
+
218
+
> ```
219
+
> The following example demonstrates how to set the overlap for a chart series group
@@ -221,7 +238,24 @@ public final void setOverlap(byte value)
221
238
```
222
239
223
240
224
-
Specifies how much bars and columns shall overlap on 2-D charts (from -100 to 100). Read/write byte.
241
+
Specifies how much bars and columns shall overlap on 2-D charts, as a percentage (from -100% to 100%). - -100%: Maximum spacing (bars are completely separated). - 0%: Bars are placed side by side without overlap or spacing. - 100%: Maximum overlap (bars completely overlap each other). This property is read/write byte .
242
+
243
+
--------------------
244
+
245
+
> ```
246
+
> The following example demonstrates how to set the overlap for a chart series group
Copy file name to clipboardExpand all lines: content/java/english/com.aspose.slides/documentproperties/_index.md
+165-2Lines changed: 165 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -125,6 +125,20 @@ Represents properties of a presentation.
125
125
| [setCustomPropertyValue(String name, double value)](#setCustomPropertyValue-java.lang.String-double-) | Sets a named double custom property. |
126
126
| [clearCustomProperties()](#clearCustomProperties--) | Removes all custom properties. |
127
127
| [clearBuiltInProperties()](#clearBuiltInProperties--) | Clears and sets default values for all builtIn properties. |
128
+
| [getScaleCrop()](#getScaleCrop--) | Indicates the display mode of the document thumbnail. |
129
+
| [setScaleCrop(boolean value)](#setScaleCrop-boolean-) | Indicates the display mode of the document thumbnail. |
130
+
| [getLinksUpToDate()](#getLinksUpToDate--) | Indicates whether hyperlinks in a document are up-to-date. |
131
+
| [setLinksUpToDate(boolean value)](#setLinksUpToDate-boolean-) | Indicates whether hyperlinks in a document are up-to-date. |
132
+
| [getHyperlinksChanged()](#getHyperlinksChanged--) | Specifies that one or more hyperlinks in this part were updated exclusively in this part by a producer. |
133
+
| [setHyperlinksChanged(boolean value)](#setHyperlinksChanged-boolean-) | Specifies that one or more hyperlinks in this part were updated exclusively in this part by a producer. |
134
+
| [getSlides()](#getSlides--) | Returns the total number of slides in a presentation document. |
135
+
| [getHiddenSlides()](#getHiddenSlides--) | Returns the number of hidden slides in a presentation document. |
136
+
| [getNotes()](#getNotes--) | Returns the number of slides in a presentation containing notes. |
137
+
| [getParagraphs()](#getParagraphs--) | Returns the total number of paragraphs found in a document if applicable. |
138
+
| [getWords()](#getWords--) | Returns the total number of words contained in a document. |
139
+
| [getMultimediaClips()](#getMultimediaClips--) | Returns the total number of sound or video clips that are present in the document. |
140
+
| [getTitlesOfParts()](#getTitlesOfParts--) | Specifies the title of each document part. |
141
+
| [getHeadingPairs()](#getHeadingPairs--) | Indicates the grouping of document parts and the number of parts in each group. |
128
142
| [deepClone()](#deepClone--) | Clones current object |
129
143
| [cloneT()](#cloneT--) | Clones current object |
130
144
### DocumentProperties() {#DocumentProperties--}
@@ -667,7 +681,7 @@ Remove a custom property associated with a specified name.
667
681
| name | java.lang.String | Name of a custom property to remove. |
668
682
669
683
**Returns:**
670
-
boolean - Return true if a property was removed, false overwise.
684
+
boolean - Return true if a property was removed, false otherwise.
@@ -904,6 +918,155 @@ public final void clearBuiltInProperties()
904
918
905
919
Clears and sets default values for all builtIn properties.
906
920
921
+
### getScaleCrop() {#getScaleCrop--}
922
+
```
923
+
public final boolean getScaleCrop()
924
+
```
925
+
926
+
927
+
Indicates the display mode of the document thumbnail. Set this element to **true** to enable scaling of the document thumbnail to the display. Set this element to **false** to enable cropping of the document thumbnail to show only sections that fits the display. Read/write boolean.
Indicates the display mode of the document thumbnail. Set this element to **true** to enable scaling of the document thumbnail to the display. Set this element to **false** to enable cropping of the document thumbnail to show only sections that fits the display. Read/write boolean.
938
+
939
+
**Parameters:**
940
+
| Parameter | Type | Description |
941
+
| --- | --- | --- |
942
+
| value | boolean | |
943
+
944
+
### getLinksUpToDate() {#getLinksUpToDate--}
945
+
```
946
+
public final boolean getLinksUpToDate()
947
+
```
948
+
949
+
950
+
Indicates whether hyperlinks in a document are up-to-date. Set this element to **true** to indicate that hyperlinks are updated. Set this element to **false** to indicate that hyperlinks are outdated. Read/write boolean.
Indicates whether hyperlinks in a document are up-to-date. Set this element to **true** to indicate that hyperlinks are updated. Set this element to **false** to indicate that hyperlinks are outdated. Read/write boolean.
Specifies that one or more hyperlinks in this part were updated exclusively in this part by a producer. The next producer to open this document shall update the hyperlink relationships with the new hyperlinks specified in this part. Read/write boolean.
public final void setHyperlinksChanged(boolean value)
980
+
```
981
+
982
+
983
+
Specifies that one or more hyperlinks in this part were updated exclusively in this part by a producer. The next producer to open this document shall update the hyperlink relationships with the new hyperlinks specified in this part. Read/write boolean.
984
+
985
+
**Parameters:**
986
+
| Parameter | Type | Description |
987
+
| --- | --- | --- |
988
+
| value | boolean | |
989
+
990
+
### getSlides() {#getSlides--}
991
+
```
992
+
public final int getSlides()
993
+
```
994
+
995
+
996
+
Returns the total number of slides in a presentation document. Read-only int.
997
+
998
+
**Returns:**
999
+
int
1000
+
### getHiddenSlides() {#getHiddenSlides--}
1001
+
```
1002
+
public final int getHiddenSlides()
1003
+
```
1004
+
1005
+
1006
+
Returns the number of hidden slides in a presentation document. Read-only int.
1007
+
1008
+
**Returns:**
1009
+
int
1010
+
### getNotes() {#getNotes--}
1011
+
```
1012
+
public final int getNotes()
1013
+
```
1014
+
1015
+
1016
+
Returns the number of slides in a presentation containing notes. Read-only int.
1017
+
1018
+
**Returns:**
1019
+
int
1020
+
### getParagraphs() {#getParagraphs--}
1021
+
```
1022
+
public final int getParagraphs()
1023
+
```
1024
+
1025
+
1026
+
Returns the total number of paragraphs found in a document if applicable. Read-only int.
1027
+
1028
+
**Returns:**
1029
+
int
1030
+
### getWords() {#getWords--}
1031
+
```
1032
+
public final int getWords()
1033
+
```
1034
+
1035
+
1036
+
Returns the total number of words contained in a document. Read-only int.
1037
+
1038
+
**Returns:**
1039
+
int
1040
+
### getMultimediaClips() {#getMultimediaClips--}
1041
+
```
1042
+
public final int getMultimediaClips()
1043
+
```
1044
+
1045
+
1046
+
Returns the total number of sound or video clips that are present in the document. Read-only int.
1047
+
1048
+
**Returns:**
1049
+
int
1050
+
### getTitlesOfParts() {#getTitlesOfParts--}
1051
+
```
1052
+
public final String[] getTitlesOfParts()
1053
+
```
1054
+
1055
+
1056
+
Specifies the title of each document part. These parts are not document parts but conceptual representations of document sections. Read-only int.
1057
+
1058
+
**Returns:**
1059
+
java.lang.String[]
1060
+
### getHeadingPairs() {#getHeadingPairs--}
1061
+
```
1062
+
public final IHeadingPair[] getHeadingPairs()
1063
+
```
1064
+
1065
+
1066
+
Indicates the grouping of document parts and the number of parts in each group. Read-only IHeadingPair[].
Copy file name to clipboardExpand all lines: content/java/english/com.aspose.slides/ichartseries/_index.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,7 +70,7 @@ Represents a chart series.
70
70
|[getGapDepth()](#getGapDepth--)| Returns or sets the distance, as a percentage of the marker width, between the data series in a 3D chart. |
71
71
|[isColorVaried()](#isColorVaried--)| Specifies that each data marker in the series has a different color. |
72
72
|[hasSeriesLines()](#hasSeriesLines--)| Determines whether there are series lines for this series and kindred series. |
73
-
|[getOverlap()](#getOverlap--)| Specifies how much bars and columns shall overlap on 2-D charts(from -100 to 100). |
73
+
|[getOverlap()](#getOverlap--)| Specifies how much bars and columns overlap on 2-D charts, as a percentage (from -100% to 100%). |
74
74
|[getSecondPieSize()](#getSecondPieSize--)| Specifies the size of the second pie or bar of a pie-of-pie chart or a bar-of-pie chart, as a percentage of the size of the first pie (can be between 5 and 200 percents). |
75
75
|[getPieSplitPosition()](#getPieSplitPosition--)| Specifies a value that shall be used to determine which data points are in the second pie or bar on a pie-of-pie or bar-of-pie chart. |
76
76
|[getPieSplitBy()](#getPieSplitBy--)| Specifies how to determine which data points are in the second pie or bar on a pie-of-pie or bar-of-pie chart. |
@@ -710,11 +710,11 @@ public abstract byte getOverlap()
710
710
```
711
711
712
712
713
-
Specifies how much bars and columns shall overlap on 2-D charts(from -100 to 100). This is the property not only of this series but of all series of parent series group - this is projection of appropriate group property. And so this property is read-only. Use ParentSeriesGroup property for access to parent series group. Use ParentSeriesGroup.Overlap read/write property for change value. Read-only byte.
713
+
Specifies how much bars and columns overlap on 2-D charts, as a percentage (from -100% to 100%). This is the property not only of this series but of all series of parent series group. It is a projection of the appropriate property in the parent series group, and so this property is read-only. To change the value, use the ParentSeriesGroup.Overlap read/write property. Read-only byte.
714
714
715
715
--------------------
716
716
717
-
This is the projection of the property ParentSeriesGroup.Overlap.
717
+
Overlap specifies the degree of overlap or spacing between bars and columns as a percentage of their width: - -100%: Maximum spacing (bars are completely separated). - 0%: Bars are placed side by side without overlap or spacing. - 100%: Maximum overlap (bars completely overlap each other). This is a projection of the property ParentSeriesGroup.Overlap.
0 commit comments