ISmartObjectLayerResource

All Implemented Interfaces: com.aspose.psd.fileformats.psd.layers.layerresources.smartobjectresources.IPlacedLayerResource

public interface ISmartObjectLayerResource extends IPlacedLayerResource

Defines the ISmartObjectLayerResource interface that contains information about a smart object layer resource in the PSD file. Is is also a markup interface used to designate both Sold and Sole resources in the Adobe\ufffd Photoshop\ufffd images.

Methods

MethodDescription
getPlacedId()Gets or sets the unique identifier of this smart object layer data in the PSD image.
setPlacedId(UUID value)Gets or sets the unique identifier of this smart object layer data in the PSD image.

getPlacedId()

public abstract UUID getPlacedId()

Gets or sets the unique identifier of this smart object layer data in the PSD image.

Value: The unique identifier of this smart object layer resource.

Returns: java.util.UUID

setPlacedId(UUID value)

public abstract void setPlacedId(UUID value)

Gets or sets the unique identifier of this smart object layer data in the PSD image.

Value: The unique identifier of this smart object layer resource.

Parameters:

ParameterTypeDescription
valuejava.util.UUID