Protection — Aspose.Slides FOSS for Java API Reference
Aspose.Slides FOSS for Java does not currently expose a standalone ProtectionManager class. Presentation-level protection and encryption are not part of the current public API surface.
Package: org.aspose.slides.foss
Shape-Level Locking
Shape-level locking is available through lock classes for specific shape types:
| Class | Interface | Description |
|---|---|---|
ConnectorLock | IConnectorLock | Lock properties for connector shapes. |
GraphicalObjectLock | IGraphicalObjectLock | Lock properties for graphical objects. |
PictureFrameLock | IPictureFrameLock | Lock properties for picture frames. |
These lock objects control whether specific shape properties (position, size, grouping, etc.) can be modified.