Package | Description |
---|---|
com.aspose.psd.fileformats.psd | |
com.aspose.psd.fileformats.psd.layers.layerresources.linkresources | |
com.aspose.psd.fileformats.psd.layers.smartobjects |
Modifier and Type | Method and Description |
---|---|
void |
SmartObjectProvider.setDataSource(LinkDataSource dataSource)
Sets (replaces or adds) the link data source in the global link resource.
|
Modifier and Type | Class and Description |
---|---|
class |
LiFdDataSource
Defines the liFD data source class in PSD File that contains information about an embedded file.
|
class |
LiFeDataSource
Defines the LnkeDataSource class that contains information about external linked file.
|
Modifier and Type | Method and Description |
---|---|
LinkDataSource |
LinkResource.get_Item(int index)
Gets the
LinkDataSource at the specified index. |
LinkDataSource |
LinkResource.get_Item(UUID index)
Gets the
LinkDataSource at the specified index which is the link data source unique identifier.. |
Constructor and Description |
---|
LnkeResource(LinkDataSource[] dataSources)
Initializes a new instance of the
LnkeResource class. |
Modifier and Type | Method and Description |
---|---|
LinkDataSource |
SmartObjectLayer.getContentsSource()
Gets or sets the smart object content's source.
|
Modifier and Type | Method and Description |
---|---|
void |
SmartObjectLayer.setContentsSource(LinkDataSource value)
Gets or sets the smart object content's source.
|