SmartObject
class SmartObject extends BasePageAction
Represents an embedded smart object in a Photoshop document.
Learn more: Extract the original content of an embedded Photoshop object
Methods
byLayerName(string $name, int $index = null)
Creates an instance using the name.
byLayerNames(string ...$names)
Creates a new instance using provided names.
byIndex(int $index)
Creates and instance using the index.
Details
PageLayerNameTrait
byLayerName(string $name, int $index = null)
Creates an instance using the name.
PageLayerNamesTrait
byLayerNames(string ...$names)
Creates a new instance using provided names.
PageIndexTrait
byIndex(int $index)
Creates and instance using the index.
Constants
MAIN_QUALIFIER |
|