Skip to content

Commit 0049bda

Browse files
committed
Aspose.Slides for Android 24.7 API references
1 parent 372ac79 commit 0049bda

File tree

21 files changed

+1173
-187
lines changed

21 files changed

+1173
-187
lines changed

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ url: /com.aspose.slides/
236236
| [GradientStopCollection](../com.aspose.slides/gradientstopcollection) | Represnts a collection of gradient stops. |
237237
| [GradientStopCollectionEffectiveData](../com.aspose.slides/gradientstopcollectioneffectivedata) | Represents a collection of GradientStopData objects. |
238238
| [GradientStopEffectiveData](../com.aspose.slides/gradientstopeffectivedata) | Immutable object which represents a gradient stop. |
239-
| [GradientStyle](../com.aspose.slides/gradientstyle) | Represents the styles available for a gradient. |
239+
| [GradientStyle](../com.aspose.slides/gradientstyle) | Represents the available gradient styles. |
240240
| [GraphicalObject](../com.aspose.slides/graphicalobject) | Represents abstract graphical object. |
241241
| [GraphicalObjectLock](../com.aspose.slides/graphicalobjectlock) | Determines which operations are disabled on the parent GraphicalObject. |
242242
| [GrayScale](../com.aspose.slides/grayscale) | Represents a Gray Scale effect. |
@@ -273,6 +273,7 @@ url: /com.aspose.slides/
273273
| [InterruptionToken](../com.aspose.slides/interruptiontoken) | This class represents the token to use for signaling long running tasks whether the interruption was requested. |
274274
| [InterruptionTokenSource](../com.aspose.slides/interruptiontokensource) | Represents the source of [InterruptionToken](../com.aspose.slides/interruptiontoken). |
275275
| [InvalidPasswordException](../com.aspose.slides/invalidpasswordexception) | Exception which thrown when presentation file format is unsupported. |
276+
| [LayoutPlaceholderManager](../com.aspose.slides/layoutplaceholdermanager) | Represents manager that allows you to add placeholders to the layout slide. |
276277
| [LayoutSlide](../com.aspose.slides/layoutslide) | Represents a layout slide. |
277278
| [LayoutSlideCollection](../com.aspose.slides/layoutslidecollection) | Represents a base class for collection of a layout slides. |
278279
| [LayoutSlideHeaderFooterManager](../com.aspose.slides/layoutslideheaderfootermanager) | Represents manager which holds behavior of the layout slide footer, date-time, page number placeholders and all child placeholders. |
@@ -581,7 +582,7 @@ url: /com.aspose.slides/
581582
| [TextFrameFormat](../com.aspose.slides/textframeformat) | Contains the TextFrame's formatTextFrameFormatting properties. |
582583
| [TextHighlightingOptions](../com.aspose.slides/texthighlightingoptions) | Represents options which can be used to highlight text in text frame. |
583584
| [TextInheritanceLimit](../com.aspose.slides/textinheritancelimit) | Controls the depth of the text properties inheritance. |
584-
| [TextSearchOptions](../com.aspose.slides/textsearchoptions) | Represents options which can be used to find text in Presentation, Slide or TextFrame. |
585+
| [TextSearchOptions](../com.aspose.slides/textsearchoptions) | Represents options that can be used to search for text in a Presentation, Slide or TextFrame. |
585586
| [TextShapeType](../com.aspose.slides/textshapetype) | Represents text wrapping shape. |
586587
| [TextStrikethroughType](../com.aspose.slides/textstrikethroughtype) | Represents the type of text strikethrough. |
587588
| [TextStyle](../com.aspose.slides/textstyle) | This class contains the text style formatting properties. |
@@ -872,6 +873,7 @@ url: /com.aspose.slides/
872873
| [IInterruptionToken](../com.aspose.slides/iinterruptiontoken) | This class represents the token to use for signaling long running tasks whether the interruption was requested. |
873874
| [IInterruptionTokenSource](../com.aspose.slides/iinterruptiontokensource) | Represents the source of [IInterruptionToken](../com.aspose.slides/iinterruptiontoken). |
874875
| [IKnownIssueWarningInfo](../com.aspose.slides/iknownissuewarninginfo) | Represents a warning about known issue which won't be fixed in the near future. |
876+
| [ILayoutPlaceholderManager](../com.aspose.slides/ilayoutplaceholdermanager) | Represents manager that allows you to add placeholders to the layout slide. |
875877
| [ILayoutSlide](../com.aspose.slides/ilayoutslide) | Represents a layout slide. |
876878
| [ILayoutSlideCollection](../com.aspose.slides/ilayoutslidecollection) | Represents a base class for collection of a layout slides. |
877879
| [ILayoutSlideHeaderFooterManager](../com.aspose.slides/ilayoutslideheaderfootermanager) | Represents manager which holds behavior of the layout slide footer, date-time, page number placeholders and all child placeholders. |
@@ -1102,7 +1104,7 @@ url: /com.aspose.slides/
11021104
| [ITextFrameFormat](../com.aspose.slides/itextframeformat) | Contains the TextFrame's formatting properties. |
11031105
| [ITextFrameFormatEffectiveData](../com.aspose.slides/itextframeformateffectivedata) | Immutable object which contains effective text frame formatting properties. |
11041106
| [ITextHighlightingOptions](../com.aspose.slides/itexthighlightingoptions) | Represents options which can be used to highlight text in text frame. |
1105-
| [ITextSearchOptions](../com.aspose.slides/itextsearchoptions) | Represents options which can be used to find text in Presentation, Slide or TextFrame. |
1107+
| [ITextSearchOptions](../com.aspose.slides/itextsearchoptions) | Represents options that can be used to search for text in a Presentation, Slide or TextFrame. |
11061108
| [ITextStyle](../com.aspose.slides/itextstyle) | Text style formatting properties. |
11071109
| [ITextStyleEffectiveData](../com.aspose.slides/itextstyleeffectivedata) | Immutable object which contains effective text style properties. |
11081110
| [ITextToHtmlConversionOptions](../com.aspose.slides/itexttohtmlconversionoptions) | Options for extracting HTML from the Pptx text. |
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: GradientStyle
33
second_title: Aspose.Slides for Android via Java API Reference
4-
description: Represents the styles available for a gradient.
4+
description: Represents the available gradient styles.
55
type: docs
66
url: /com.aspose.slides/gradientstyle/
77
---
@@ -11,26 +11,26 @@ java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum
1111
public final class GradientStyle extends System.Enum
1212
```
1313

14-
Represents the styles available for a gradient. This determines the visual gradient effect applied to graphical elements.
14+
Represents the available gradient styles.
1515
## Fields
1616

1717
| Field | Description |
1818
| --- | --- |
19-
| [Default](#Default) | The default gradient style |
20-
| [PowerPointUI](#PowerPointUI) | A gradient style as it appears in the PowerPoint UI |
19+
| [Default](#Default) | The default gradient style. |
20+
| [PowerPointUI](#PowerPointUI) | The gradient style as it appears in the PowerPoint user interface. |
2121
### Default {#Default}
2222
```
2323
public static final int Default
2424
```
2525

2626

27-
The default gradient style
27+
The default gradient style.
2828

2929
### PowerPointUI {#PowerPointUI}
3030
```
3131
public static final int PowerPointUI
3232
```
3333

3434

35-
A gradient style as it appears in the PowerPoint UI
35+
The gradient style as it appears in the PowerPoint user interface.
3636

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,20 +13,20 @@ Callback interface used to getting search text result.
1313

1414
| Method | Description |
1515
| --- | --- |
16-
| [foundResult(ITextFrame textFrame, String sourceText, String foundText, int textPosition)](#foundResult-com.aspose.slides.ITextFrame-java.lang.String-java.lang.String-int-) | Callback method which receives data about found text. |
16+
| [foundResult(ITextFrame textFrame, String sourceText, String foundText, int textPosition)](#foundResult-com.aspose.slides.ITextFrame-java.lang.String-java.lang.String-int-) | Callback method that receives data about the found text. |
1717
### foundResult(ITextFrame textFrame, String sourceText, String foundText, int textPosition) {#foundResult-com.aspose.slides.ITextFrame-java.lang.String-java.lang.String-int-}
1818
```
1919
public abstract void foundResult(ITextFrame textFrame, String sourceText, String foundText, int textPosition)
2020
```
2121

2222

23-
Callback method which receives data about found text.
23+
Callback method that receives data about the found text.
2424

2525
**Parameters:**
2626
| Parameter | Type | Description |
2727
| --- | --- | --- |
28-
| textFrame | [ITextFrame](../../com.aspose.slides/itextframe) | [ITextFrame](../../com.aspose.slides/itextframe) where serching text was found. |
29-
| sourceText | java.lang.String | Source text of TextFrame where text was found. |
30-
| foundText | java.lang.String | Found text. |
31-
| textPosition | int | Position of found text in source text. |
28+
| textFrame | [ITextFrame](../../com.aspose.slides/itextframe) | The [ITextFrame](../../com.aspose.slides/itextframe) in which the text was found. |
29+
| sourceText | java.lang.String | The source text in which the text was found. |
30+
| foundText | java.lang.String | The found text. |
31+
| textPosition | int | The position of the found text. |
3232

0 commit comments

Comments
 (0)