Locking WordArt Watermark
Contents
[
Hide
]
Aspose.Cells APIs allow adding WordArt watermarks on the worksheet in a way that the WordArt becomes an object that can be moved and positioned on the worksheet. It is also possible to lock the WordArt object for any interaction such as editing, movement & selection. This article explains the usage of Shape.setLockedProperty method to lock a few aspects of the watermark.
Locking WordArt Watermark
Aspose.Cells APIs allow locking certain aspects of the watermark so that the user interaction could be limited or completely blocked. The following code snippet demonstrates the usage of Aspose.Cells for Java API to create a watermark for each worksheet in the loaded spreadsheet and lock selection, movement, editing, and re-sizing of the watermark.