Package | Description |
---|---|
com.aspose.slides.model |
Modifier and Type | Method and Description |
---|---|
EffectFormat |
EffectFormat.blur(BlurEffect blur) |
EffectFormat |
EffectFormat.fillOverlay(FillOverlayEffect fillOverlay) |
EffectFormat |
PlotArea.getEffectFormat()
Get or sets the effect format.
|
EffectFormat |
Axis.getEffectFormat()
Get or sets the effect format.
|
EffectFormat |
Series.getEffectFormat()
Effect properties set for the series.
|
EffectFormat |
SeriesMarker.getEffectFormat()
Get or sets the effect format.
|
EffectFormat |
DataPoint.getEffectFormat()
Gets or sets the effect format.
|
EffectFormat |
Legend.getEffectFormat()
Get or sets the effect format.
|
EffectFormat |
ChartWall.getEffectFormat()
Get or sets the effect format.
|
EffectFormat |
ChartCategory.getEffectFormat()
Get or sets the effect format.
|
EffectFormat |
ChartLinesFormat.getEffectFormat()
Get or sets the effect format.
|
EffectFormat |
Portion.getEffectFormat()
Effect format.
|
EffectFormat |
PortionFormat.getEffectFormat()
Effect format.
|
EffectFormat |
SlideBackground.getEffectFormat()
Effect format.
|
EffectFormat |
ShapeBase.getEffectFormat()
Gets or sets the effect format.
|
EffectFormat |
EffectFormat.glow(GlowEffect glow) |
EffectFormat |
EffectFormat.innerShadow(InnerShadowEffect innerShadow) |
EffectFormat |
EffectFormat.outerShadow(OuterShadowEffect outerShadow) |
EffectFormat |
EffectFormat.presetShadow(PresetShadowEffect presetShadow) |
EffectFormat |
EffectFormat.reflection(ReflectionEffect reflection) |
EffectFormat |
EffectFormat.softEdge(SoftEdgeEffect softEdge) |
Modifier and Type | Method and Description |
---|---|
List<EffectFormat> |
FormatScheme.getEffectStyles()
Effect styles.
|
Modifier and Type | Method and Description |
---|---|
FormatScheme |
FormatScheme.addEffectStylesItem(EffectFormat effectStylesItem) |
PlotArea |
PlotArea.effectFormat(EffectFormat effectFormat) |
Axis |
Axis.effectFormat(EffectFormat effectFormat) |
Series |
Series.effectFormat(EffectFormat effectFormat) |
SeriesMarker |
SeriesMarker.effectFormat(EffectFormat effectFormat) |
DataPoint |
DataPoint.effectFormat(EffectFormat effectFormat) |
Legend |
Legend.effectFormat(EffectFormat effectFormat) |
ChartWall |
ChartWall.effectFormat(EffectFormat effectFormat) |
ChartCategory |
ChartCategory.effectFormat(EffectFormat effectFormat) |
ChartLinesFormat |
ChartLinesFormat.effectFormat(EffectFormat effectFormat) |
Portion |
Portion.effectFormat(EffectFormat effectFormat) |
PortionFormat |
PortionFormat.effectFormat(EffectFormat effectFormat) |
SlideBackground |
SlideBackground.effectFormat(EffectFormat effectFormat) |
ShapeBase |
ShapeBase.effectFormat(EffectFormat effectFormat) |
void |
PlotArea.setEffectFormat(EffectFormat effectFormat) |
void |
Axis.setEffectFormat(EffectFormat effectFormat) |
void |
Series.setEffectFormat(EffectFormat effectFormat) |
void |
SeriesMarker.setEffectFormat(EffectFormat effectFormat) |
void |
DataPoint.setEffectFormat(EffectFormat effectFormat) |
void |
Legend.setEffectFormat(EffectFormat effectFormat) |
void |
ChartWall.setEffectFormat(EffectFormat effectFormat) |
void |
ChartCategory.setEffectFormat(EffectFormat effectFormat) |
void |
ChartLinesFormat.setEffectFormat(EffectFormat effectFormat) |
void |
Portion.setEffectFormat(EffectFormat effectFormat) |
void |
PortionFormat.setEffectFormat(EffectFormat effectFormat) |
void |
SlideBackground.setEffectFormat(EffectFormat effectFormat) |
void |
ShapeBase.setEffectFormat(EffectFormat effectFormat) |
Modifier and Type | Method and Description |
---|---|
FormatScheme |
FormatScheme.effectStyles(List<EffectFormat> effectStyles) |
void |
FormatScheme.setEffectStyles(List<EffectFormat> effectStyles) |
Copyright © 2023. All rights reserved.