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:

ClassInterfaceDescription
ConnectorLockIConnectorLockLock properties for connector shapes.
GraphicalObjectLockIGraphicalObjectLockLock properties for graphical objects.
PictureFrameLockIPictureFrameLockLock properties for picture frames.

These lock objects control whether specific shape properties (position, size, grouping, etc.) can be modified.


See Also