public abstract class SpreadsheetAddWatermarkStrategy extends Object
| Constructor and Description |
|---|
SpreadsheetAddWatermarkStrategy() |
| Modifier and Type | Method and Description |
|---|---|
protected static void |
applyLineFormatSettings(com.aspose.cells.Shape shape,
OfficeLineFormat lineFormat)
Applies line format settings to the shape.
|
protected static void |
applyShapeSettings(com.aspose.cells.Shape shape,
SpreadsheetShapeSettings settings)
Applies user-defined settings to the shape.
|
protected static void |
fillShape(com.aspose.cells.Shape shape,
Watermark watermark,
WatermarkGeometry geometry)
Fills shape (image or text) with passed values.
|
protected static void applyLineFormatSettings(com.aspose.cells.Shape shape,
OfficeLineFormat lineFormat)
Applies line format settings to the shape.
shape - Shape to configure.lineFormat - Line format settings.protected static void applyShapeSettings(com.aspose.cells.Shape shape,
SpreadsheetShapeSettings settings)
Applies user-defined settings to the shape.
shape - Shape to configure.settings - Shape settings.protected static void fillShape(com.aspose.cells.Shape shape,
Watermark watermark,
WatermarkGeometry geometry)
Fills shape (image or text) with passed values.
shape - Shape instance.watermark - Watermark instance.geometry - Watermark geometry.Copyright © 2026. All rights reserved.