Skip to content

Commit 83c4423

Browse files
committed
Aspose.Slides for PHP 25.9 API references
1 parent c57f64d commit 83c4423

File tree

89 files changed

+71094
-69849
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

89 files changed

+71094
-69849
lines changed

content/php-java/english/aspose.slides/_index.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ description: Aspose.Slides are Microsoft PowerPoint management APIs that enables
6161
| [BlackWhiteMode](blackwhitemode) | Determines how colored shape should be transformed into black and white. |
6262
| [BlobManagementOptions](blobmanagementoptions) | Represents options which can be used to manage BLOB handling rules and other BLOB settings. |
6363
| [Blur](blur) | Represents a Blur effect that is applied to the entire shape, including its fill. All color channels, including alpha, are affected. |
64+
| [BrightnessContrast](brightnesscontrast) | Represents a BrightnessContrast effect. Ajusts brightness and contrast |
6465
| [BrowsedAtKiosk](browsedatkiosk) | Browsed at a kiosk (full screen) |
6566
| [BrowsedByIndividual](browsedbyindividual) | Browsed by individual (window) |
6667
| [BubbleSizeRepresentationType](bubblesizerepresentationtype) | Specifies the possible ways to represent data as bubble chart sizes. |
@@ -191,6 +192,9 @@ description: Aspose.Slides are Microsoft PowerPoint management APIs that enables
191192
| [ErrorBarValueType](errorbarvaluetype) | Represents type of error bar value |
192193
| [ErrorBarsCustomValues](errorbarscustomvalues) | Specifies the errors bar values. It shall be used only when the Error bars value type is Custom. |
193194
| [ErrorBarsFormat](errorbarsformat) | Represents error bars of chart series. ErrorBars custom values are in IChartDataPointCollection (in ( IChartDataPoint#getErrorBarsCustomValues) property). |
195+
| [ExcelDataCell](exceldatacell) | Represents a single cell in an Excel workbook. |
196+
| [ExcelDataWorkbook](exceldataworkbook) | Represents a workbook that provides access to Excel data for general use. |
197+
| [ExcelWorkbookImporter](excelworkbookimporter) | Provides functionality for importing content from an Excel workbook into a presentation. |
194198
| [ExternalResourceResolver](externalresourceresolver) | Callback class used to resolve external resources during Html, Svg documents import. Using this resolver could create a vulnerability when client provided HTML or SVG file will make server software to obtain local or network file. Use with caution. It is recommended not to specify ExternalResourceResolver at all (only embedded objects will be read) or create some subclass which checks if specified uri is valid. |
195199
| [ExtraColorScheme](extracolorscheme) | Represents an additional color scheme which can be assigned to a slide. |
196200
| [ExtraColorSchemeCollection](extracolorschemecollection) | Represents a collection of additional color schemes. |
@@ -275,6 +279,7 @@ description: Aspose.Slides are Microsoft PowerPoint management APIs that enables
275279
| [Ink](ink) | Represents an ink object on a slide. |
276280
| [InkActions](inkactions) | Represents the root of ink actions. |
277281
| [InkBrush](inkbrush) | Represents an inkBrush object. |
282+
| [InkEffectType](inkeffecttype) | Specifies a set of predefined visual effects for ink rendering. Each effect corresponds to a texture or image that simulates a stylized ink appearance. These values can be used to customize the visual style of digital ink strokes during rendering. |
278283
| [InkOptions](inkoptions) | Provides options that control the look of Ink objects in exported document. |
279284
| [InkTrace](inktrace) | Represents an Trace object. A Trace element is used to record the data captured by the digitizer. It contains a sequence of points encoded according to the specification given by the InkTraceFormat object. |
280285
| [InnerShadow](innershadow) | Represents a Inner Shadow effect. |
@@ -475,6 +480,7 @@ description: Aspose.Slides are Microsoft PowerPoint management APIs that enables
475480
| [PptxUnsupportedFormatException](pptxunsupportedformatexception) | Exception which thrown when presentation file format is unsupported. |
476481
| [Presentation](presentation) | Represents a Microsoft PowerPoint presentation. |
477482
| [PresentationAnimationsGenerator](presentationanimationsgenerator) | Represents a generator of the animations in the Presentation. |
483+
| [PresentationContentAmountType](presentationcontentamounttype) | Specifies the amount of content included in the generated presentation, influencing both the number of slides and the level of detail per slide. |
478484
| [PresentationFactory](presentationfactory) | Allows to create presentation via COM interface |
479485
| [PresentationHeaderFooterManager](presentationheaderfootermanager) | Represents manager which holds behavior of all footer, date-time and page number placeholders of presentation. |
480486
| [PresentationInfo](presentationinfo) | Information about presentation file |
@@ -519,7 +525,7 @@ description: Aspose.Slides are Microsoft PowerPoint management APIs that enables
519525
| [Shape](shape) | Represents a shape on a slide. |
520526
| [ShapeAdjustmentType](shapeadjustmenttype) | Specifies different types of shape adjustment values. |
521527
| [ShapeBevel](shapebevel) | Contains the properties of shape's main face relief. |
522-
| [ShapeCollection](shapecollection) | Represents a collection of a shapes. |
528+
| [ShapeCollection](shapecollection) | Represents a collection of shapes. |
523529
| [ShapeElement](shapeelement) | Represents a part of shape with same outline and fill properties. |
524530
| [ShapeElementFillSource](shapeelementfillsource) | Represents how shape element should be filled. |
525531
| [ShapeElementStrokeSource](shapeelementstrokesource) | Represents how shape element should be drawn. |
@@ -541,7 +547,7 @@ description: Aspose.Slides are Microsoft PowerPoint management APIs that enables
541547
| [SlideShowSettings](slideshowsettings) | Represents the slide show settings for the presentation. |
542548
| [SlideShowTransition](slideshowtransition) | Represents slide show transition. |
543549
| [SlideShowType](slideshowtype) | Base slide show settings. Ancestors represent types of the slide show: PresentedBySpeaker Presented by a speaker (full screen) BrowsedByIndividual Browsed by individual (window) BrowsedAtKiosk Browsed at a kiosk (full screen) |
544-
| [SlideSize](slidesize) | Represents a size of slide. |
550+
| [SlideSize](slidesize) | Represents the size and orientation of a slide. |
545551
| [SlideSizeScaleType](slidesizescaletype) | Represents the scale type of slide content. |
546552
| [SlideSizeType](slidesizetype) | Represents the slide size preset. |
547553
| [SlideThemeManager](slidethememanager) | Provides access to slide theme overriden. |

content/php-java/english/aspose.slides/audioframe/_index.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,19 @@ int
6363
---
6464

6565

66+
### getCaptionTracks {#getCaptionTracks}
67+
68+
| Name | Description |
69+
| --- | --- |
70+
| getCaptionTracks () | Gets the collection of closed captions associated with the audio frame. This property is read-only and returns an ICaptionsCollection containing all caption tracks. |
71+
72+
**Returns:**
73+
[CaptionsCollection](../captionscollection)
74+
75+
76+
---
77+
78+
6679
### getEmbedded {#getEmbedded}
6780

6881
| Name | Description |

content/php-java/english/aspose.slides/basescript/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ url: /aspose.slides/basescript/
1818
| getBase () | Base argument |
1919

2020
**Returns:**
21-
[MathLeftSubSuperscriptElement](../mathleftsubsuperscriptelement), [MathLimit](../mathlimit), [MathMatrix](../mathmatrix), [MathBlock](../mathblock), [MathRadical](../mathradical), [MathArray](../matharray), [MathDelimiter](../mathdelimiter), [MathNaryOperator](../mathnaryoperator), [MathAccent](../mathaccent), [MathBorderBox](../mathborderbox), [MathGroupingCharacter](../mathgroupingcharacter), [MathBar](../mathbar), [MathFunction](../mathfunction), [MathSubscriptElement](../mathsubscriptelement), [MathSuperscriptElement](../mathsuperscriptelement), [MathematicalText](../mathematicaltext), [BaseScript](../basescript), [MathFraction](../mathfraction), [MathElementBase](../mathelementbase), [MathBox](../mathbox), [MathRightSubSuperscriptElement](../mathrightsubsuperscriptelement)
21+
[MathLeftSubSuperscriptElement](../mathleftsubsuperscriptelement), [MathLimit](../mathlimit), [MathMatrix](../mathmatrix), [MathBlock](../mathblock), [MathRadical](../mathradical), [MathArray](../matharray), [MathDelimiter](../mathdelimiter), [MathAccent](../mathaccent), [MathNaryOperator](../mathnaryoperator), [MathBorderBox](../mathborderbox), [MathGroupingCharacter](../mathgroupingcharacter), [MathBar](../mathbar), [MathFunction](../mathfunction), [MathSubscriptElement](../mathsubscriptelement), [MathSuperscriptElement](../mathsuperscriptelement), [MathFraction](../mathfraction), [BaseScript](../basescript), [MathematicalText](../mathematicaltext), [MathBox](../mathbox), [MathElementBase](../mathelementbase), [MathRightSubSuperscriptElement](../mathrightsubsuperscriptelement)
2222

2323

2424
---

content/php-java/english/aspose.slides/baseslide/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ boolean
170170
| altText | String | Alternative text. |
171171

172172
**Returns:**
173-
[Connector](../connector), [GraphicalObject](../graphicalobject), [SmartArtShape](../smartartshape), [Table](../table), [Shape](../shape), [Ink](../ink), [SummaryZoomFrame](../summaryzoomframe), [GeometryShape](../geometryshape), [SummaryZoomSection](../summaryzoomsection), [ZoomFrame](../zoomframe), [OleObjectFrame](../oleobjectframe), [VideoFrame](../videoframe), [SmartArt](../smartart), [GroupShape](../groupshape), [InkActions](../inkactions), [AutoShape](../autoshape), [SectionZoomFrame](../sectionzoomframe), [PictureFrame](../pictureframe), [AudioFrame](../audioframe), [Chart](../chart), [ZoomObject](../zoomobject), [LegacyDiagram](../legacydiagram)
173+
[Connector](../connector), [GraphicalObject](../graphicalobject), [Shape](../shape), [SmartArtShape](../smartartshape), [Table](../table), [Ink](../ink), [GeometryShape](../geometryshape), [SummaryZoomFrame](../summaryzoomframe), [SummaryZoomSection](../summaryzoomsection), [ZoomFrame](../zoomframe), [OleObjectFrame](../oleobjectframe), [VideoFrame](../videoframe), [SmartArt](../smartart), [GroupShape](../groupshape), [InkActions](../inkactions), [AutoShape](../autoshape), [SectionZoomFrame](../sectionzoomframe), [PictureFrame](../pictureframe), [AudioFrame](../audioframe), [Chart](../chart), [LegacyDiagram](../legacydiagram), [ZoomObject](../zoomobject)
174174

175175

176176
---

content/php-java/english/aspose.slides/blobmanagementoptions/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ BlobManagementOptions
2828

2929
| Name | Description |
3030
| --- | --- |
31-
| getMaxBlobsBytesInMemory () | Defines the maximum amount (in bytes) that all BLOBs in total may occupy in memory. First, all BLOBs loading into memory as default behavior and only when it reaches the limit defined by this property, other mechanisms (such as temporary files) can be involved. In terms of performance, the most efficient way is storing BLOBs in memory, but from the other side, it leads to a high memory consumption what may be undesirable. Using this property, you may set the optimal behavior for your environment or other requirements. This property will be ignored if IsTemporaryFilesAllowed( #isTemporaryFilesAllowed/ #setTemporaryFilesAllowed(boolean)) is set to false. It makes no sense to limit the maximum BLOBs in memory, because if IsTemporaryFilesAllowed( #isTemporaryFilesAllowed/ #setTemporaryFilesAllowed(boolean)) is set to false, the memory is the only place where BLOBs can be stored. Default value is 629,145,600 bytes (600Mb). |
31+
| getMaxBlobsBytesInMemory () | Defines the maximum total size (in bytes) that all BLOBs may occupy in memory. By default, all BLOBs are loaded into memory; only once this limit is reached are alternative mechanisms (such as temporary files) employed. Keeping BLOBs in memory maximizes performance but can lead to high memory usage. Use this property to tailor behavior to your environment or requirements. This property is ignored if #isTemporaryFilesAllowed/ #setTemporaryFilesAllowed(boolean) is set to false, since memory is then the only storage location available and limiting in-memory BLOB usage has no effect. The default value is 629,145,600 bytes (600 MB). You may set this property to zero, but a small minimum amount of memory will still be reserved. |
3232

3333
**Returns:**
3434
long
@@ -80,7 +80,7 @@ boolean
8080

8181
| Name | Description |
8282
| --- | --- |
83-
| setMaxBlobsBytesInMemory (long) | Defines the maximum amount (in bytes) that all BLOBs in total may occupy in memory. First, all BLOBs loading into memory as default behavior and only when it reaches the limit defined by this property, other mechanisms (such as temporary files) can be involved. In terms of performance, the most efficient way is storing BLOBs in memory, but from the other side, it leads to a high memory consumption what may be undesirable. Using this property, you may set the optimal behavior for your environment or other requirements. This property will be ignored if IsTemporaryFilesAllowed( #isTemporaryFilesAllowed/ #setTemporaryFilesAllowed(boolean)) is set to false. It makes no sense to limit the maximum BLOBs in memory, because if IsTemporaryFilesAllowed( #isTemporaryFilesAllowed/ #setTemporaryFilesAllowed(boolean)) is set to false, the memory is the only place where BLOBs can be stored. Default value is 629,145,600 bytes (600Mb). |
83+
| setMaxBlobsBytesInMemory (long) | Defines the maximum total size (in bytes) that all BLOBs may occupy in memory. By default, all BLOBs are loaded into memory; only once this limit is reached are alternative mechanisms (such as temporary files) employed. Keeping BLOBs in memory maximizes performance but can lead to high memory usage. Use this property to tailor behavior to your environment or requirements. This property is ignored if #isTemporaryFilesAllowed/ #setTemporaryFilesAllowed(boolean) is set to false, since memory is then the only storage location available and limiting in-memory BLOB usage has no effect. The default value is 629,145,600 bytes (600 MB). You may set this property to zero, but a small minimum amount of memory will still be reserved. |
8484

8585
**Returns:**
8686
void
Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
---
2+
title: BrightnessContrast
3+
second_title: Aspose.Sildes for PHP via Java API Reference
4+
description:
5+
type: docs
6+
7+
url: /aspose.slides/brightnesscontrast/
8+
---
9+
10+
## BrightnessContrast class
11+
12+
Represents a BrightnessContrast effect.
13+
Ajusts brightness and contrast
14+
15+
### equals {#equals}
16+
17+
| Name | Description |
18+
| --- | --- |
19+
| equals (Object) | Determines whether the specified BrightnessContrast is equal to the current BrightnessContrast. |
20+
21+
**Parameters:**
22+
23+
| Name | Type | Description |
24+
| --- | --- | --- |
25+
| obj | Object | The BrightnessContrast to compare. |
26+
27+
**Returns:**
28+
boolean
29+
30+
31+
---
32+
33+
34+
### getEffective {#getEffective}
35+
36+
| Name | Description |
37+
| --- | --- |
38+
| getEffective () | Gets effective BrightnessContrast effect data with the inheritance applied. |
39+
40+
**Returns:**
41+
BrightnessContrastEffectiveData
42+
43+
44+
---
45+
46+
47+
### hashCode {#hashCode}
48+
49+
| Name | Description |
50+
| --- | --- |
51+
| hashCode () | Serves as a hash function for a particular type. |
52+
53+
**Returns:**
54+
int
55+
56+
57+
---
58+
59+

content/php-java/english/aspose.slides/buildversioninfo/_index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ url: /aspose.slides/buildversioninfo/
1616

1717
| Name | Value | Description |
1818
| --- | --- | --- |
19-
[ProductMinor](#ProductMinor) | 6 | Minor version number. |
19+
[ProductMinor](#ProductMinor) | 9 | Minor version number. |
2020
[ProductMajor](#ProductMajor) | 25 | Major version number. |
21-
[AssemblyVersion](#AssemblyVersion) | 25.6 | Version of Aspose.Slides assembly. |
22-
[FileVersion](#FileVersion) | 25.6 | Version of assembly file. |
21+
[AssemblyVersion](#AssemblyVersion) | 25.9 | Version of Aspose.Slides assembly. |
22+
[FileVersion](#FileVersion) | 25.9 | Version of assembly file. |
2323
[Product](#Product) | Aspose.Slides for PHP via Java | Product name of Aspose.Slides |
2424

2525

content/php-java/english/aspose.slides/chart/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ int
239239
| getThemeManager () | Returns theme manager. Read-only IOverrideThemeManager. |
240240

241241
**Returns:**
242-
[SlideThemeManager](../slidethememanager), [LayoutSlideThemeManager](../layoutslidethememanager), [ChartThemeManager](../chartthememanager), [NotesSlideThemeManager](../notesslidethememanager), [BaseOverrideThemeManager](../baseoverridethememanager)
242+
[SlideThemeManager](../slidethememanager), [LayoutSlideThemeManager](../layoutslidethememanager), [ChartThemeManager](../chartthememanager), [BaseOverrideThemeManager](../baseoverridethememanager), [NotesSlideThemeManager](../notesslidethememanager)
243243

244244

245245
---

content/php-java/english/aspose.slides/charttitle/_index.md

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,58 @@ url: /aspose.slides/charttitle/
3030
---
3131

3232

33+
### getActualHeight {#getActualHeight}
34+
35+
| Name | Description |
36+
| --- | --- |
37+
| getActualHeight () | Specifies actual height of the chart element. Call method IChart.validateChartLayout() before to get actual values. Read float. |
38+
39+
**Returns:**
40+
float
41+
42+
43+
---
44+
45+
46+
### getActualWidth {#getActualWidth}
47+
48+
| Name | Description |
49+
| --- | --- |
50+
| getActualWidth () | Specifies actual width of the chart element. Call method IChart.validateChartLayout() before to get actual values. Read float. |
51+
52+
**Returns:**
53+
float
54+
55+
56+
---
57+
58+
59+
### getActualX {#getActualX}
60+
61+
| Name | Description |
62+
| --- | --- |
63+
| getActualX () | 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. |
64+
65+
**Returns:**
66+
float
67+
68+
69+
---
70+
71+
72+
### getActualY {#getActualY}
73+
74+
| Name | Description |
75+
| --- | --- |
76+
| getActualY () | 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. |
77+
78+
**Returns:**
79+
float
80+
81+
82+
---
83+
84+
3385
### getBottom {#getBottom}
3486

3587
| Name | Description |

0 commit comments

Comments
 (0)