Skip to content

Commit 8839625

Browse files
committed
Aspose.Slides for Android 25.6 API references
1 parent 788e6d9 commit 8839625

File tree

30 files changed

+1231
-126
lines changed

30 files changed

+1231
-126
lines changed

content/androidjava/english/com.aspose.slides/_index.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,7 @@ url: /com.aspose.slides/
249249
| [GroupShape](../com.aspose.slides/groupshape) | Represents a group of shapes on a slide. |
250250
| [GroupShapeLock](../com.aspose.slides/groupshapelock) | Determines which operations are disabled on the parent GroupShape. |
251251
| [HSL](../com.aspose.slides/hsl) | Represents a Hue/Saturation/Luminance effect. |
252+
| [HandleRepeatedSpaces](../com.aspose.slides/handlerepeatedspaces) | Specifies how repeated regular space characters should be handled during Markdown export. |
252253
| [HandoutLayoutingOptions](../com.aspose.slides/handoutlayoutingoptions) | Represents the handout presentation layout mode for export. |
253254
| [HandoutType](../com.aspose.slides/handouttype) | Specifies how many slides and in what sequence will be placed on the page. |
254255
| [HeadingPair](../com.aspose.slides/headingpair) | Represents a 'Heading pair' property of the document. |
@@ -413,6 +414,7 @@ url: /com.aspose.slides/
413414
| [OdpReadException](../com.aspose.slides/odpreadexception) | Represents an exception which thrown on presentation reading errors. |
414415
| [OleEmbeddedDataInfo](../com.aspose.slides/oleembeddeddatainfo) | Represents embedded data info for OLE object. |
415416
| [OleObjectFrame](../com.aspose.slides/oleobjectframe) | Represents an OLE object on a slide. |
417+
| [OpenAIWebClient](../com.aspose.slides/openaiwebclient) | Build-in lightweight OpenAI web client |
416418
| [OptionalBlackTransition](../com.aspose.slides/optionalblacktransition) | Optional black slide transition effect. |
417419
| [OrganizationChartLayoutType](../com.aspose.slides/organizationchartlayouttype) | Represents formatting type the child nodes in an organization chart |
418420
| [Orientation](../com.aspose.slides/orientation) | Represents the orientation of a shape. |
@@ -513,6 +515,7 @@ url: /com.aspose.slides/
513515
| [SequenceCollection](../com.aspose.slides/sequencecollection) | Represents collection of interactive sequences. |
514516
| [SetEffect](../com.aspose.slides/seteffect) | Represents a set effect for an animation behavior. |
515517
| [Shape](../com.aspose.slides/shape) | Represents a shape on a slide. |
518+
| [ShapeAdjustmentType](../com.aspose.slides/shapeadjustmenttype) | Specifies different types of shape adjustment values. |
516519
| [ShapeBevel](../com.aspose.slides/shapebevel) | Contains the properties of shape's main face relief. |
517520
| [ShapeCollection](../com.aspose.slides/shapecollection) | Represents a collection of a shapes. |
518521
| [ShapeElement](../com.aspose.slides/shapeelement) | Represents a part of shape with same outline and fill properties. |
@@ -541,6 +544,8 @@ url: /com.aspose.slides/
541544
| [SlideSizeType](../com.aspose.slides/slidesizetype) | Represents the slide size preset. |
542545
| [SlideThemeManager](../com.aspose.slides/slidethememanager) | Provides access to slide theme overriden. |
543546
| [SlideUtil](../com.aspose.slides/slideutil) | Offer methods which help to search shapes and text in a presentation. |
547+
| [SlidesAIAgent](../com.aspose.slides/slidesaiagent) | Provides AI-powered features for processing presentations. |
548+
| [SlidesAIAgentException](../com.aspose.slides/slidesaiagentexception) | Represents Slides AI Agent related exceptions. |
544549
| [SlidesRange](../com.aspose.slides/slidesrange) | Slides range |
545550
| [SmartArt](../com.aspose.slides/smartart) | Represents a SmartArt diagram |
546551
| [SmartArtColorType](../com.aspose.slides/smartartcolortype) | Represents color scheme of a SmartArt diagram. |
@@ -656,6 +661,7 @@ url: /com.aspose.slides/
656661

657662
| Interface | Description |
658663
| --- | --- |
664+
| [IAIWebClient](../com.aspose.slides/iaiwebclient) | AI Web client interface. |
659665
| [IAccessiblePVIObject<T>](../com.aspose.slides/iaccessiblepviobject) | Represents a type that can return corresponding effective data with the inheritance applied. |
660666
| [IActualLayout](../com.aspose.slides/iactuallayout) | Specifies actual position of a chart element. |
661667
| [IAdjustValue](../com.aspose.slides/iadjustvalue) | Represents a geometry shape's adjustment value. |
@@ -870,7 +876,7 @@ url: /com.aspose.slides/
870876
| [IHyperlinkContainer](../com.aspose.slides/ihyperlinkcontainer) | Represents hyperlink object. |
871877
| [IHyperlinkManager](../com.aspose.slides/ihyperlinkmanager) | Provide hyperlinks management (adding, removing). |
872878
| [IHyperlinkQueries](../com.aspose.slides/ihyperlinkqueries) | Provide easy access to contained hyperlinks. |
873-
| [IImage](../com.aspose.slides/iimage) | Represents the raster or vector image. |
879+
| [IImage](../com.aspose.slides/iimage) | Represents a raster or vector image. |
874880
| [IImageCollection](../com.aspose.slides/iimagecollection) | Represents collection of PPImage. |
875881
| [IImageTransformOCollectionEffectiveData](../com.aspose.slides/iimagetransformocollectioneffectivedata) | Immutable object that represents a readonly collection of effective image transform effects. |
876882
| [IImageTransformOperation](../com.aspose.slides/iimagetransformoperation) | Represents abstract image transformation effect. |

content/androidjava/english/com.aspose.slides/adjustvalue/_index.md

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,19 @@ Represents a geometry shape's adjustment value. These values affect shape's form
1919

2020
| Method | Description |
2121
| --- | --- |
22-
| [getRawValue()](#getRawValue--) | Returns or sets ajustment value "as is". |
23-
| [setRawValue(long value)](#setRawValue-long-) | Returns or sets ajustment value "as is". |
22+
| [getRawValue()](#getRawValue--) | Returns or sets adjustment value "as is". |
23+
| [setRawValue(long value)](#setRawValue-long-) | Returns or sets adjustment value "as is". |
2424
| [getAngleValue()](#getAngleValue--) | Returns or sets value, interpreting it as angle in degrees. |
2525
| [setAngleValue(float value)](#setAngleValue-float-) | Returns or sets value, interpreting it as angle in degrees. |
2626
| [getName()](#getName--) | Returns a name of this adjustment value. |
27+
| [getType()](#getType--) | Returns the type of the shape adjustment. |
2728
### getRawValue() {#getRawValue--}
2829
```
2930
public final long getRawValue()
3031
```
3132

3233

33-
Returns or sets ajustment value "as is". Read/write long.
34+
Returns or sets adjustment value "as is". Read/write long.
3435

3536
**Returns:**
3637
long
@@ -40,7 +41,7 @@ public final void setRawValue(long value)
4041
```
4142

4243

43-
Returns or sets ajustment value "as is". Read/write long.
44+
Returns or sets adjustment value "as is". Read/write long.
4445

4546
**Parameters:**
4647
| Parameter | Type | Description |
@@ -80,3 +81,13 @@ Returns a name of this adjustment value. Read-only String.
8081

8182
**Returns:**
8283
java.lang.String
84+
### getType() {#getType--}
85+
```
86+
public final int getType()
87+
```
88+
89+
90+
Returns the type of the shape adjustment. Read-only [ShapeAdjustmentType](../../com.aspose.slides/shapeadjustmenttype).
91+
92+
**Returns:**
93+
int

content/androidjava/english/com.aspose.slides/captions/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Represents the WebVTT closed captions.
2323
| [getLabel()](#getLabel--) | Returns or sets the label of the closed captions. |
2424
| [setLabel(String value)](#setLabel-java.lang.String-) | Returns or sets the label of the closed captions. |
2525
| [getBinaryData()](#getBinaryData--) | Returns the binary data of the closed captions. |
26-
| [getDataAsString()](#getDataAsString--) | Returns the closed captions data as UTF-8 string Read-only String. |
26+
| [getDataAsString()](#getDataAsString--) | Returns the closed captions data as UTF-8 encoded string Read-only String. |
2727
### getCaptionId() {#getCaptionId--}
2828
```
2929
public final UUID getCaptionId()
@@ -73,7 +73,7 @@ public final String getDataAsString()
7373
```
7474

7575

76-
Returns the closed captions data as UTF-8 string Read-only String.
76+
Returns the closed captions data as UTF-8 encoded string Read-only String.
7777

7878
**Returns:**
7979
java.lang.String

content/androidjava/english/com.aspose.slides/captionscollection/_index.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ Represents a collection of the closed captions.
1919

2020
| Method | Description |
2121
| --- | --- |
22-
| [get_Item(int index)](#get-Item-int-) | Returns the closed captions by index. |
23-
| [add(String label, String filePath)](#add-java.lang.String-java.lang.String-) | Adds WebVTT closed captions at the end of the collection. |
24-
| [add(String label, InputStream stream)](#add-java.lang.String-java.io.InputStream-) | Adds WebVTT closed captions at the end of the collection. |
25-
| [remove(ICaptions captions)](#remove-com.aspose.slides.ICaptions-) | Removes the closed captions from the collection. |
22+
| [get_Item(int index)](#get-Item-int-) | Returns the closed captions at the specified index. |
23+
| [add(String label, String filePath)](#add-java.lang.String-java.lang.String-) | Adds WebVTT closed captions to the end of the collection. |
24+
| [add(String label, InputStream stream)](#add-java.lang.String-java.io.InputStream-) | Adds WebVTT closed captions to the end of the collection from a stream. |
25+
| [remove(ICaptions captions)](#remove-com.aspose.slides.ICaptions-) | Removes the specified closed captions from the collection. |
2626
| [removeAt(int index)](#removeAt-int-) | Removes the closed captions at the specified index. |
27-
| [clear()](#clear--) | Removes all elements from the collection. |
27+
| [clear()](#clear--) | Removes all closed captions from the collection. |
2828
| [getCount()](#getCount--) | Returns the number of elements in the collection. |
2929
| [iterator()](#iterator--) | Returns an enumerator that iterates through the collection. |
3030
### get_Item(int index) {#get-Item-int-}
@@ -33,7 +33,7 @@ public final ICaptions get_Item(int index)
3333
```
3434

3535

36-
Returns the closed captions by index. Read-only [ICaptions](../../com.aspose.slides/icaptions).
36+
Returns the closed captions at the specified index. Read-only [ICaptions](../../com.aspose.slides/icaptions).
3737

3838
**Parameters:**
3939
| Parameter | Type | Description |
@@ -48,44 +48,44 @@ public final ICaptions add(String label, String filePath)
4848
```
4949

5050

51-
Adds WebVTT closed captions at the end of the collection.
51+
Adds WebVTT closed captions to the end of the collection.
5252

5353
**Parameters:**
5454
| Parameter | Type | Description |
5555
| --- | --- | --- |
56-
| label | java.lang.String | Label of the closed captions. |
57-
| filePath | java.lang.String | Path to the file in WebVTT format. |
56+
| label | java.lang.String | The label of the closed captions. |
57+
| filePath | java.lang.String | The path to the WebVTT file. |
5858

5959
**Returns:**
60-
[ICaptions](../../com.aspose.slides/icaptions)
60+
[ICaptions](../../com.aspose.slides/icaptions) - The added [ICaptions](../../com.aspose.slides/icaptions) instance.
6161
### add(String label, InputStream stream) {#add-java.lang.String-java.io.InputStream-}
6262
```
6363
public final ICaptions add(String label, InputStream stream)
6464
```
6565

6666

67-
Adds WebVTT closed captions at the end of the collection.
67+
Adds WebVTT closed captions to the end of the collection from a stream.
6868

6969
**Parameters:**
7070
| Parameter | Type | Description |
7171
| --- | --- | --- |
72-
| label | java.lang.String | Label of the closed captions. |
73-
| stream | java.io.InputStream | Input stream with data in WebVTT format. |
72+
| label | java.lang.String | The label of the closed captions. |
73+
| stream | java.io.InputStream | The input stream containing data in WebVTT format. |
7474

7575
**Returns:**
76-
[ICaptions](../../com.aspose.slides/icaptions)
76+
[ICaptions](../../com.aspose.slides/icaptions) - The added [ICaptions](../../com.aspose.slides/icaptions) instance.
7777
### remove(ICaptions captions) {#remove-com.aspose.slides.ICaptions-}
7878
```
7979
public final void remove(ICaptions captions)
8080
```
8181

8282

83-
Removes the closed captions from the collection.
83+
Removes the specified closed captions from the collection.
8484

8585
**Parameters:**
8686
| Parameter | Type | Description |
8787
| --- | --- | --- |
88-
| captions | [ICaptions](../../com.aspose.slides/icaptions) | Captions object that should be deleted. |
88+
| captions | [ICaptions](../../com.aspose.slides/icaptions) | The closed captions to remove. |
8989

9090
### removeAt(int index) {#removeAt-int-}
9191
```
@@ -98,15 +98,15 @@ Removes the closed captions at the specified index.
9898
**Parameters:**
9999
| Parameter | Type | Description |
100100
| --- | --- | --- |
101-
| index | int | Index of the closed captions that should be deleted. |
101+
| index | int | The index of the closed captions to remove. |
102102

103103
### clear() {#clear--}
104104
```
105105
public final void clear()
106106
```
107107

108108

109-
Removes all elements from the collection.
109+
Removes all closed captions from the collection.
110110

111111
### getCount() {#getCount--}
112112
```

content/androidjava/english/com.aspose.slides/chartseriesgroup/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ public final byte getOverlap()
211211
```
212212

213213

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 .
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.
215215

216216
--------------------
217217

@@ -238,7 +238,7 @@ public final void setOverlap(byte value)
238238
```
239239
240240
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 .
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.
242242
243243
--------------------
244244

content/androidjava/english/com.aspose.slides/displayunittype/_index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Determines multiplicity of the displayed data.
1616

1717
| Field | Description |
1818
| --- | --- |
19-
| [None](#None) | Values will dislayed as is. |
19+
| [None](#None) | Values will be displayed as-is. |
2020
| [Hundreds](#Hundreds) | Specifies the values on the chart shall be divided by 100. |
2121
| [Thousands](#Thousands) | Specifies the values on the chart shall be divided by 1,000. |
2222
| [TenThousands](#TenThousands) | Specifies the values on the chart shall be divided by 10,000. |
@@ -25,15 +25,15 @@ Determines multiplicity of the displayed data.
2525
| [TenMillions](#TenMillions) | Specifies the values on the chart shall be divided by 10,000,000. |
2626
| [HundredMillions](#HundredMillions) | Specifies the values on the chart shall be divided by 100,000,000. |
2727
| [Billions](#Billions) | Specifies the values on the chart shall be divided by 1,000,000,000. |
28-
| [Trillions](#Trillions) | Specifies the values on the chart shall be divided by 1,000,000,000. |
28+
| [Trillions](#Trillions) | Specifies the values on the chart shall be divided by 1,000,000,000,000. |
2929
| [CustomValue](#CustomValue) | Specifies the values on the chart shall be divided by a custom value. |
3030
### None {#None}
3131
```
3232
public static final int None
3333
```
3434

3535

36-
Values will dislayed as is.
36+
Values will be displayed as-is.
3737

3838
### Hundreds {#Hundreds}
3939
```
@@ -105,7 +105,7 @@ public static final int Trillions
105105
```
106106

107107

108-
Specifies the values on the chart shall be divided by 1,000,000,000.
108+
Specifies the values on the chart shall be divided by 1,000,000,000,000.
109109

110110
### CustomValue {#CustomValue}
111111
```
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
---
2+
title: HandleRepeatedSpaces
3+
second_title: Aspose.Slides for Android via Java API Reference
4+
description: Specifies how repeated regular space characters should be handled during Markdown export.
5+
type: docs
6+
url: /com.aspose.slides/handlerepeatedspaces/
7+
---
8+
**Inheritance:**
9+
java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum
10+
```
11+
public final class HandleRepeatedSpaces extends System.Enum
12+
```
13+
14+
Specifies how repeated regular space characters should be handled during Markdown export.
15+
## Fields
16+
17+
| Field | Description |
18+
| --- | --- |
19+
| [None](#None) | All spaces are preserved as regular space characters without any changes. |
20+
| [AlternateSpacesToNbsp](#AlternateSpacesToNbsp) | Converts sequences of two or more consecutive regular spaces by alternating between regular space characters and non-breaking space entities NBSP. |
21+
| [MultipleSpacesToNbsp](#MultipleSpacesToNbsp) | Converts sequences of two or more consecutive regular spaces by preserving the first space as a regular space character and replacing all subsequent spaces with non-breaking space entities NBSP. |
22+
### None {#None}
23+
```
24+
public static final int None
25+
```
26+
27+
28+
All spaces are preserved as regular space characters without any changes. No transformation is applied, and multiple consecutive spaces are exported as-is.
29+
30+
### AlternateSpacesToNbsp {#AlternateSpacesToNbsp}
31+
```
32+
public static final int AlternateSpacesToNbsp
33+
```
34+
35+
36+
Converts sequences of two or more consecutive regular spaces by alternating between regular space characters and non-breaking space entities NBSP. The first space is always preserved as a regular space.
37+
38+
### MultipleSpacesToNbsp {#MultipleSpacesToNbsp}
39+
```
40+
public static final int MultipleSpacesToNbsp
41+
```
42+
43+
44+
Converts sequences of two or more consecutive regular spaces by preserving the first space as a regular space character and replacing all subsequent spaces with non-breaking space entities NBSP.
45+

content/androidjava/english/com.aspose.slides/html5options/_index.md

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ Represents a HTML5 exporting options.
5353
| [setNotesCommentsLayouting(INotesCommentsLayoutingOptions value)](#setNotesCommentsLayouting-com.aspose.slides.INotesCommentsLayoutingOptions-) | Provides options that control how notes and comments is placed in exported document. |
5454
| [getDisableFontLigatures()](#getDisableFontLigatures--) | Gets or sets a value indicating whether text is rendered without using ligatures. |
5555
| [setDisableFontLigatures(boolean value)](#setDisableFontLigatures-boolean-) | Gets or sets a value indicating whether text is rendered without using ligatures. |
56+
| [getSlidesLayoutOptions()](#getSlidesLayoutOptions--) | Gets or sets the mode in which slides are placed on the page when exporting a presentation [ISlidesLayoutOptions](../../com.aspose.slides/islideslayoutoptions). |
57+
| [setSlidesLayoutOptions(ISlidesLayoutOptions value)](#setSlidesLayoutOptions-com.aspose.slides.ISlidesLayoutOptions-) | Gets or sets the mode in which slides are placed on the page when exporting a presentation [ISlidesLayoutOptions](../../com.aspose.slides/islideslayoutoptions). |
5658
### Html5Options() {#Html5Options--}
5759
```
5860
public Html5Options()
@@ -397,3 +399,62 @@ Gets or sets a value indicating whether text is rendered without using ligatures
397399
| --- | --- | --- |
398400
| value | boolean | |
399401
402+
### getSlidesLayoutOptions() {#getSlidesLayoutOptions--}
403+
```
404+
public final ISlidesLayoutOptions getSlidesLayoutOptions()
405+
```
406+
407+
408+
Gets or sets the mode in which slides are placed on the page when exporting a presentation [ISlidesLayoutOptions](../../com.aspose.slides/islideslayoutoptions).
409+
410+
--------------------
411+
412+
> ```
413+
> Example:
414+
>
415+
> Presentation pres = new Presentation("pres.pptx");
416+
> try {
417+
> HandoutLayoutingOptions handoutLayoutingOptions = new HandoutLayoutingOptions();
418+
> handoutLayoutingOptions.setHandout(HandoutType.Handouts4Horizontal);
419+
> Html5Options options = new Html5Options();
420+
> options.setSlidesLayoutOptions(handoutLayoutingOptions);
421+
>
422+
> pres.save("pres.html", SaveFormat.Html5, options);
423+
> } finally {
424+
> if (pres != null) pres.dispose();
425+
> }
426+
> ```
427+
428+
**Returns:**
429+
[ISlidesLayoutOptions](../../com.aspose.slides/islideslayoutoptions)
430+
### setSlidesLayoutOptions(ISlidesLayoutOptions value) {#setSlidesLayoutOptions-com.aspose.slides.ISlidesLayoutOptions-}
431+
```
432+
public final void setSlidesLayoutOptions(ISlidesLayoutOptions value)
433+
```
434+
435+
436+
Gets or sets the mode in which slides are placed on the page when exporting a presentation [ISlidesLayoutOptions](../../com.aspose.slides/islideslayoutoptions).
437+
438+
--------------------
439+
440+
> ```
441+
> Example:
442+
>
443+
> Presentation pres = new Presentation("pres.pptx");
444+
> try {
445+
> HandoutLayoutingOptions handoutLayoutingOptions = new HandoutLayoutingOptions();
446+
> handoutLayoutingOptions.setHandout(HandoutType.Handouts4Horizontal);
447+
> Html5Options options = new Html5Options();
448+
> options.setSlidesLayoutOptions(handoutLayoutingOptions);
449+
>
450+
> pres.save("pres.html", SaveFormat.Html5, options);
451+
> } finally {
452+
> if (pres != null) pres.dispose();
453+
> }
454+
> ```
455+
456+
**Parameters:**
457+
| Parameter | Type | Description |
458+
| --- | --- | --- |
459+
| value | [ISlidesLayoutOptions](../../com.aspose.slides/islideslayoutoptions) | |
460+

0 commit comments

Comments
 (0)