public class LiFdDataSource extends LinkDataSource
Defines the liFD data source class in PSD File that contains information about an embedded file. This is part of PSD File Format Manipulation API that helps to modify Adobe® Photoshop® files
Constructor and Description |
---|
LiFdDataSource()
Initializes a new instance of the
LiFdDataSource class. |
LiFdDataSource(int version,
UUID uniqueId,
String originalFileName,
String fileType,
String fileCreator)
Initializes a new instance of the
LiFdDataSource class. |
Modifier and Type | Method and Description |
---|---|
byte[] |
getData()
Gets or sets the embedded smart object data in PSD file.
|
void |
setData(byte[] value)
Gets or sets the embedded smart object data in PSD file.
|
getAssetLockedState, getAssetModTime, getChildDocId, getCompId, getFileCreator, getFileType, getLength, getOriginalCompId, getOriginalFileName, getType, getUniqueId, getVersion, hasFileOpenDescriptor, isLibraryLink, setAssetLockedState, setAssetModTime, setChildDocId, setCompId, setFileCreator, setFileOpenDescriptor, setFileType, setLibraryLink, setOriginalCompId, setOriginalFileName, setUniqueId
public LiFdDataSource()
Initializes a new instance of the LiFdDataSource
class.
public LiFdDataSource(int version, UUID uniqueId, String originalFileName, String fileType, String fileCreator)
Initializes a new instance of the LiFdDataSource
class.
version
- The version.uniqueId
- The unique identifier.originalFileName
- Name of the original file.fileType
- Type of the file.fileCreator
- The file creator.Copyright (c) 2008-2020 Aspose Pty Ltd. All Rights Reserved.