public abstract class PresentationAddWatermarkStrategy extends Object
| Constructor and Description |
|---|
PresentationAddWatermarkStrategy() |
| Modifier and Type | Method and Description |
|---|---|
protected static void |
applyLineFormatSettings(com.aspose.slides.ILineFormat lineFormat,
OfficeLineFormat officeLineFormat)
Applies line format settings to a
Aspose.Slides.ILineFormat. |
protected abstract void |
applyProtectionSettings(com.aspose.slides.IShape shape,
PresentationShapeSettings settings) |
protected void |
applyShapeSettings(com.aspose.slides.IShape shape,
PresentationShapeSettings settings) |
protected static void |
fillShape(com.aspose.slides.IShape shape,
Watermark watermark,
PresentationBaseSlide slide,
WatermarkGeometry geometry)
Fills shape (image or text) with passed values.
|
protected static void applyLineFormatSettings(com.aspose.slides.ILineFormat lineFormat,
OfficeLineFormat officeLineFormat)
Applies line format settings to a Aspose.Slides.ILineFormat.
lineFormat - Line format object to configure.officeLineFormat - Line format settings.protected abstract void applyProtectionSettings(com.aspose.slides.IShape shape,
PresentationShapeSettings settings)
protected final void applyShapeSettings(com.aspose.slides.IShape shape,
PresentationShapeSettings settings)
protected static void fillShape(com.aspose.slides.IShape shape,
Watermark watermark,
PresentationBaseSlide slide,
WatermarkGeometry geometry)
Fills shape (image or text) with passed values.
shape - Shape instance.watermark - Watermark instance.slide - Presentation slide.geometry - Watermark geometry.Copyright © 2026. All rights reserved.