diff --git a/english/java/com.aspose.psd.fileformats.psd.layers.layerresources.linkresources/lifddatasource/_index.md b/english/java/com.aspose.psd.fileformats.psd.layers.layerresources.linkresources/lifddatasource/_index.md index b90a36c206..936ec4dcde 100644 --- a/english/java/com.aspose.psd.fileformats.psd.layers.layerresources.linkresources/lifddatasource/_index.md +++ b/english/java/com.aspose.psd.fileformats.psd.layers.layerresources.linkresources/lifddatasource/_index.md @@ -38,19 +38,24 @@ Defines the liFD data source class in PSD File that contains information about a | [getAssetModTime()](#getAssetModTime--) | Gets or sets the asset modified time, for Adobe® Photoshop® \\u0421\\u0421 Libraries assets. | | [getChildDocId()](#getChildDocId--) | Gets or sets the child document identifier in the liFE or liFD data source of the Lnk2 / LnkE Adobe® Photoshop® resource. | | [getClass()](#getClass--) | | +| [getClassId_internalized()](#getClassId-internalized--) | Gets or sets the resource class id. | +| [getClassName_internalized()](#getClassName-internalized--) | Gets or sets the resource class name. | | [getCompId()](#getCompId--) | Gets or sets the ID of the currently selected comp for the child document, which will be -1 if none are selected. | | [getCompInfoKeyName()](#getCompInfoKeyName--) | | +| [getContentID_internalized()](#getContentID-internalized--) | Gets or sets ContentID property. | | [getData()](#getData--) | Gets or sets the embedded smart object data in PSD file. | | [getDataLength_Property_internalized()](#getDataLength-Property-internalized--) | Gets the length of the embedded data. | | [getDataLength_internalized()](#getDataLength-internalized--) | Gets the length of the link source data. | | [getFileCreator()](#getFileCreator--) | Gets or sets the file creator in the PSD format LnkE / Lnk2 resource. | | [getFileType()](#getFileType--) | Gets or sets the type of the embedded or external file which Adobe® Photoshop® Lnk2 / LnkE resource contains or links. | +| [getItems_internalized()](#getItems-internalized--) | Gets or sets OSTypeStructure array that define resource properties. | | [getLength()](#getLength--) | Gets the link data source length in bytes. | | [getOriginalCompId()](#getOriginalCompId--) | Gets the original ID of the currently selected Comp for the child document, which will be -1 if none are selected. | | [getOriginalFileName()](#getOriginalFileName--) | Gets the original file name of the data source in the Adobe® Photoshop® global link resource. | | [getType()](#getType--) | Gets the Adobe® Photoshop® global link data source type that can be one of the following or none: The embedded linked file liFD that corresponds to the PSD Lnk2Resource The external linked file liFE that corresponds to the PSD LnkeResource The linked file alias liFA | | [getUniqueId()](#getUniqueId--) | Gets the global unique identifier of the data source in the PSD link resource. | | [getUniqueId_internalized()](#getUniqueId-internalized--) | | +| [getUnknownBytes_internalized()](#getUnknownBytes-internalized--) | Gets or sets the unknown data that goes before Items OSTypeStructures properties. | | [getVersion()](#getVersion--) | Gets the version of the data source in the PSD LnkE / Lnk2 resource. | | [hasFileOpenDescriptor()](#hasFileOpenDescriptor--) | Gets or sets a value indicating whether this link data source has the file open descriptor: CompId and OriginalCompId. | | [hashCode()](#hashCode--) | | @@ -61,17 +66,22 @@ Defines the liFD data source class in PSD File that contains information about a | [setAssetLockedState(boolean value)](#setAssetLockedState-boolean-) | Gets or sets a value indicating whether the PSD asset is locked. | | [setAssetModTime(double value)](#setAssetModTime-double-) | Gets or sets the asset modified time, for Adobe® Photoshop® \\u0421\\u0421 Libraries assets. | | [setChildDocId(String value)](#setChildDocId-java.lang.String-) | Gets or sets the child document identifier in the liFE or liFD data source of the Lnk2 / LnkE Adobe® Photoshop® resource. | +| [setClassId_internalized(ClassID value)](#setClassId-internalized-com.aspose.psd.fileformats.psd.layers.layerresources.ClassID-) | Gets or sets the resource class id. | +| [setClassName_internalized(String value)](#setClassName-internalized-java.lang.String-) | Gets or sets the resource class name. | | [setCompId(int value)](#setCompId-int-) | Gets or sets the ID of the currently selected comp for the child document, which will be -1 if none are selected. | +| [setContentID_internalized(String value)](#setContentID-internalized-java.lang.String-) | Gets or sets ContentID property. | | [setData(byte[] value)](#setData-byte---) | Gets or sets the embedded smart object data in PSD file. | | [setFileCreator(String value)](#setFileCreator-java.lang.String-) | Gets or sets the file creator in the PSD format LnkE / Lnk2 resource. | | [setFileOpenDescriptor(boolean value)](#setFileOpenDescriptor-boolean-) | Gets or sets a value indicating whether this link data source has the file open descriptor: CompId and OriginalCompId. | | [setFileType(String value)](#setFileType-java.lang.String-) | Gets or sets the type of the embedded or external file which Adobe® Photoshop® Lnk2 / LnkE resource contains or links. | +| [setItems_internalized(OSTypeStructure[] value)](#setItems-internalized-com.aspose.psd.fileformats.psd.layers.layerresources.OSTypeStructure---) | Gets or sets OSTypeStructure array that define resource properties. | | [setLibraryLink(boolean value)](#setLibraryLink-boolean-) | Gets a value indicating whether this PSD link data source links to the Adobe® Photoshop® \\u0421\\u0421 Library item. | | [setOriginalCompId(int value)](#setOriginalCompId-int-) | Gets the original ID of the currently selected Comp for the child document, which will be -1 if none are selected. | | [setOriginalFileName(String value)](#setOriginalFileName-java.lang.String-) | Gets the original file name of the data source in the Adobe® Photoshop® global link resource. | | [setPropertyValueByTypeStructure_internalized(OSTypeStructure structure)](#setPropertyValueByTypeStructure-internalized-com.aspose.psd.fileformats.psd.layers.layerresources.OSTypeStructure-) | Sets the property value by type structure. | | [setUniqueId(UUID uuid)](#setUniqueId-java.util.UUID-) | Gets the global unique identifier of the data source in the PSD link resource. | | [setUniqueId_internalized(System.Guid value)](#setUniqueId-internalized-com.aspose.ms.System.Guid-) | | +| [setUnknownBytes_internalized(byte[] value)](#setUnknownBytes-internalized-byte---) | Gets or sets the unknown data that goes before Items OSTypeStructures properties. | | [toString()](#toString--) | | | [wait()](#wait--) | | | [wait(long arg0)](#wait-long-) | | @@ -207,6 +217,26 @@ public final native Class getClass() **Returns:** java.lang.Class +### getClassId_internalized() {#getClassId-internalized--} +``` +public final ClassID getClassId_internalized() +``` + + +Gets or sets the resource class id. + +**Returns:** +[ClassID](../../com.aspose.psd.fileformats.psd.layers.layerresources/classid) +### getClassName_internalized() {#getClassName-internalized--} +``` +public final String getClassName_internalized() +``` + + +Gets or sets the resource class name. + +**Returns:** +java.lang.String ### getCompId() {#getCompId--} ``` public final int getCompId() @@ -225,6 +255,16 @@ public static String getCompInfoKeyName() +**Returns:** +java.lang.String +### getContentID_internalized() {#getContentID-internalized--} +``` +public final String getContentID_internalized() +``` + + +Gets or sets ContentID property. The value of this property is read and saved only when Version is >= 8. + **Returns:** java.lang.String ### getData() {#getData--} @@ -281,6 +321,16 @@ Gets or sets the type of the embedded or external file which Adobe® Photoshop® **Returns:** java.lang.String +### getItems_internalized() {#getItems-internalized--} +``` +public final OSTypeStructure[] getItems_internalized() +``` + + +Gets or sets OSTypeStructure array that define resource properties. + +**Returns:** +com.aspose.psd.fileformats.psd.layers.layerresources.OSTypeStructure[] ### getLength() {#getLength--} ``` public final long getLength() @@ -343,6 +393,16 @@ public final System.Guid getUniqueId_internalized() **Returns:** com.aspose.ms.System.Guid +### getUnknownBytes_internalized() {#getUnknownBytes-internalized--} +``` +public final byte[] getUnknownBytes_internalized() +``` + + +Gets or sets the unknown data that goes before Items OSTypeStructures properties. + +**Returns:** +byte[] ### getVersion() {#getVersion--} ``` public final int getVersion() @@ -453,6 +513,32 @@ Gets or sets the child document identifier in the liFE or liFD data source of th | --- | --- | --- | | value | java.lang.String | | +### setClassId_internalized(ClassID value) {#setClassId-internalized-com.aspose.psd.fileformats.psd.layers.layerresources.ClassID-} +``` +public final void setClassId_internalized(ClassID value) +``` + + +Gets or sets the resource class id. + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| value | [ClassID](../../com.aspose.psd.fileformats.psd.layers.layerresources/classid) | | + +### setClassName_internalized(String value) {#setClassName-internalized-java.lang.String-} +``` +public final void setClassName_internalized(String value) +``` + + +Gets or sets the resource class name. + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| value | java.lang.String | | + ### setCompId(int value) {#setCompId-int-} ``` public final void setCompId(int value) @@ -466,6 +552,19 @@ Gets or sets the ID of the currently selected comp for the child document, which | --- | --- | --- | | value | int | | +### setContentID_internalized(String value) {#setContentID-internalized-java.lang.String-} +``` +public final void setContentID_internalized(String value) +``` + + +Gets or sets ContentID property. The value of this property is read and saved only when Version is >= 8. + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| value | java.lang.String | | + ### setData(byte[] value) {#setData-byte---} ``` public final void setData(byte[] value) @@ -522,6 +621,19 @@ Gets or sets the type of the embedded or external file which Adobe® Photoshop® | --- | --- | --- | | value | java.lang.String | | +### setItems_internalized(OSTypeStructure[] value) {#setItems-internalized-com.aspose.psd.fileformats.psd.layers.layerresources.OSTypeStructure---} +``` +public final void setItems_internalized(OSTypeStructure[] value) +``` + + +Gets or sets OSTypeStructure array that define resource properties. + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| value | [OSTypeStructure\[\]](../../com.aspose.psd.fileformats.psd.layers.layerresources/ostypestructure) | | + ### setLibraryLink(boolean value) {#setLibraryLink-boolean-} ``` public final void setLibraryLink(boolean value) @@ -600,6 +712,19 @@ public final void setUniqueId_internalized(System.Guid value) | --- | --- | --- | | value | com.aspose.ms.System.Guid | | +### setUnknownBytes_internalized(byte[] value) {#setUnknownBytes-internalized-byte---} +``` +public final void setUnknownBytes_internalized(byte[] value) +``` + + +Gets or sets the unknown data that goes before Items OSTypeStructures properties. + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| value | byte[] | | + ### toString() {#toString--} ``` public String toString() diff --git a/english/java/com.aspose.psd.fileformats.psd.layers.layerresources.linkresources/lifedatasource/_index.md b/english/java/com.aspose.psd.fileformats.psd.layers.layerresources.linkresources/lifedatasource/_index.md index 09424ccdba..8d0cdd6c87 100644 --- a/english/java/com.aspose.psd.fileformats.psd.layers.layerresources.linkresources/lifedatasource/_index.md +++ b/english/java/com.aspose.psd.fileformats.psd.layers.layerresources.linkresources/lifedatasource/_index.md @@ -40,8 +40,11 @@ Defines the LnkeDataSource class that contains information about external linked | [getAssetModTime()](#getAssetModTime--) | Gets or sets the asset modified time, for Adobe® Photoshop® \\u0421\\u0421 Libraries assets. | | [getChildDocId()](#getChildDocId--) | Gets or sets the child document identifier in the liFE or liFD data source of the Lnk2 / LnkE Adobe® Photoshop® resource. | | [getClass()](#getClass--) | | +| [getClassId_internalized()](#getClassId-internalized--) | Gets or sets the resource class id. | +| [getClassName_internalized()](#getClassName-internalized--) | Gets or sets the resource class name. | | [getCompId()](#getCompId--) | Gets or sets the ID of the currently selected comp for the child document, which will be -1 if none are selected. | | [getCompInfoKeyName()](#getCompInfoKeyName--) | | +| [getContentID_internalized()](#getContentID-internalized--) | Gets or sets ContentID property. | | [getDataLength_Property_internalized()](#getDataLength-Property-internalized--) | Gets the length of additional data. | | [getDataLength_internalized()](#getDataLength-internalized--) | Gets the length of the link source data. | | [getDate()](#getDate--) | Gets or sets the last write date and time of the external file in the LiFE data source of the PSD LnkE resource. | @@ -53,6 +56,7 @@ Defines the LnkeDataSource class that contains information about external linked | [getFileSize()](#getFileSize--) | Gets or sets the size of the external file in the LiFE data source of the PSD LnkE resource. | | [getFileType()](#getFileType--) | Gets or sets the type of the embedded or external file which Adobe® Photoshop® Lnk2 / LnkE resource contains or links. | | [getFullPath()](#getFullPath--) | Gets or sets the full path of the external file in the LiFE data source of the PSD LnkE resource. | +| [getItems_internalized()](#getItems-internalized--) | Gets or sets OSTypeStructure array that define resource properties. | | [getLength()](#getLength--) | Gets the link data source length in bytes. | | [getOriginalCompId()](#getOriginalCompId--) | Gets the original ID of the currently selected Comp for the child document, which will be -1 if none are selected. | | [getOriginalFileName()](#getOriginalFileName--) | Gets the original file name of the data source in the Adobe® Photoshop® global link resource. | @@ -60,6 +64,7 @@ Defines the LnkeDataSource class that contains information about external linked | [getType()](#getType--) | Gets the Adobe® Photoshop® global link data source type that can be one of the following or none: The embedded linked file liFD that corresponds to the PSD Lnk2Resource The external linked file liFE that corresponds to the PSD LnkeResource The linked file alias liFA | | [getUniqueId()](#getUniqueId--) | Gets the global unique identifier of the data source in the PSD link resource. | | [getUniqueId_internalized()](#getUniqueId-internalized--) | | +| [getUnknownBytes_internalized()](#getUnknownBytes-internalized--) | Gets or sets the unknown data that goes before Items OSTypeStructures properties. | | [getVersion()](#getVersion--) | Gets the version of the data source in the PSD LnkE / Lnk2 resource. | | [hasFileOpenDescriptor()](#hasFileOpenDescriptor--) | Gets or sets a value indicating whether this link data source has the file open descriptor: CompId and OriginalCompId. | | [hashCode()](#hashCode--) | | @@ -71,7 +76,10 @@ Defines the LnkeDataSource class that contains information about external linked | [setAssetLockedState(boolean value)](#setAssetLockedState-boolean-) | Gets or sets a value indicating whether the PSD asset is locked. | | [setAssetModTime(double value)](#setAssetModTime-double-) | Gets or sets the asset modified time, for Adobe® Photoshop® \\u0421\\u0421 Libraries assets. | | [setChildDocId(String value)](#setChildDocId-java.lang.String-) | Gets or sets the child document identifier in the liFE or liFD data source of the Lnk2 / LnkE Adobe® Photoshop® resource. | +| [setClassId_internalized(ClassID value)](#setClassId-internalized-com.aspose.psd.fileformats.psd.layers.layerresources.ClassID-) | Gets or sets the resource class id. | +| [setClassName_internalized(String value)](#setClassName-internalized-java.lang.String-) | Gets or sets the resource class name. | | [setCompId(int value)](#setCompId-int-) | Gets or sets the ID of the currently selected comp for the child document, which will be -1 if none are selected. | +| [setContentID_internalized(String value)](#setContentID-internalized-java.lang.String-) | Gets or sets ContentID property. | | [setDate(Date value)](#setDate-java.util.Date-) | Gets or sets the last write date and time of the external file in the LiFE data source of the PSD LnkE resource. | | [setDate_internalized(System.DateTime value)](#setDate-internalized-com.aspose.ms.System.DateTime-) | | | [setElementName(String value)](#setElementName-java.lang.String-) | Gets or sets the graphics library element name, for Adobe® Photoshop® CC Libraries. | @@ -82,6 +90,7 @@ Defines the LnkeDataSource class that contains information about external linked | [setFileSize(long value)](#setFileSize-long-) | Gets or sets the size of the external file in the LiFE data source of the PSD LnkE resource. | | [setFileType(String value)](#setFileType-java.lang.String-) | Gets or sets the type of the embedded or external file which Adobe® Photoshop® Lnk2 / LnkE resource contains or links. | | [setFullPath(String value)](#setFullPath-java.lang.String-) | Gets or sets the full path of the external file in the LiFE data source of the PSD LnkE resource. | +| [setItems_internalized(OSTypeStructure[] value)](#setItems-internalized-com.aspose.psd.fileformats.psd.layers.layerresources.OSTypeStructure---) | Gets or sets OSTypeStructure array that define resource properties. | | [setLibraryLink(boolean value)](#setLibraryLink-boolean-) | Gets a value indicating whether this PSD link data source links to the Adobe® Photoshop® \\u0421\\u0421 Library item. | | [setOriginalCompId(int value)](#setOriginalCompId-int-) | Gets the original ID of the currently selected Comp for the child document, which will be -1 if none are selected. | | [setOriginalFileName(String value)](#setOriginalFileName-java.lang.String-) | Gets the original file name of the data source in the Adobe® Photoshop® global link resource. | @@ -89,6 +98,7 @@ Defines the LnkeDataSource class that contains information about external linked | [setRelativePath(String value)](#setRelativePath-java.lang.String-) | Gets or sets the relative path of the external file in the LiFE data source of the PSD LnkE resource. | | [setUniqueId(UUID uuid)](#setUniqueId-java.util.UUID-) | Gets the global unique identifier of the data source in the PSD link resource. | | [setUniqueId_internalized(System.Guid value)](#setUniqueId-internalized-com.aspose.ms.System.Guid-) | | +| [setUnknownBytes_internalized(byte[] value)](#setUnknownBytes-internalized-byte---) | Gets or sets the unknown data that goes before Items OSTypeStructures properties. | | [toString()](#toString--) | | | [wait()](#wait--) | | | [wait(long arg0)](#wait-long-) | | @@ -246,6 +256,26 @@ public final native Class getClass() **Returns:** java.lang.Class +### getClassId_internalized() {#getClassId-internalized--} +``` +public final ClassID getClassId_internalized() +``` + + +Gets or sets the resource class id. + +**Returns:** +[ClassID](../../com.aspose.psd.fileformats.psd.layers.layerresources/classid) +### getClassName_internalized() {#getClassName-internalized--} +``` +public final String getClassName_internalized() +``` + + +Gets or sets the resource class name. + +**Returns:** +java.lang.String ### getCompId() {#getCompId--} ``` public final int getCompId() @@ -264,6 +294,16 @@ public static String getCompInfoKeyName() +**Returns:** +java.lang.String +### getContentID_internalized() {#getContentID-internalized--} +``` +public final String getContentID_internalized() +``` + + +Gets or sets ContentID property. The value of this property is read and saved only when Version is >= 8. + **Returns:** java.lang.String ### getDataLength_Property_internalized() {#getDataLength-Property-internalized--} @@ -380,6 +420,16 @@ Gets or sets the full path of the external file in the LiFE data source of the P **Returns:** java.lang.String +### getItems_internalized() {#getItems-internalized--} +``` +public final OSTypeStructure[] getItems_internalized() +``` + + +Gets or sets OSTypeStructure array that define resource properties. + +**Returns:** +com.aspose.psd.fileformats.psd.layers.layerresources.OSTypeStructure[] ### getLength() {#getLength--} ``` public final long getLength() @@ -452,6 +502,16 @@ public final System.Guid getUniqueId_internalized() **Returns:** com.aspose.ms.System.Guid +### getUnknownBytes_internalized() {#getUnknownBytes-internalized--} +``` +public final byte[] getUnknownBytes_internalized() +``` + + +Gets or sets the unknown data that goes before Items OSTypeStructures properties. + +**Returns:** +byte[] ### getVersion() {#getVersion--} ``` public final int getVersion() @@ -575,6 +635,32 @@ Gets or sets the child document identifier in the liFE or liFD data source of th | --- | --- | --- | | value | java.lang.String | | +### setClassId_internalized(ClassID value) {#setClassId-internalized-com.aspose.psd.fileformats.psd.layers.layerresources.ClassID-} +``` +public final void setClassId_internalized(ClassID value) +``` + + +Gets or sets the resource class id. + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| value | [ClassID](../../com.aspose.psd.fileformats.psd.layers.layerresources/classid) | | + +### setClassName_internalized(String value) {#setClassName-internalized-java.lang.String-} +``` +public final void setClassName_internalized(String value) +``` + + +Gets or sets the resource class name. + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| value | java.lang.String | | + ### setCompId(int value) {#setCompId-int-} ``` public final void setCompId(int value) @@ -588,6 +674,19 @@ Gets or sets the ID of the currently selected comp for the child document, which | --- | --- | --- | | value | int | | +### setContentID_internalized(String value) {#setContentID-internalized-java.lang.String-} +``` +public final void setContentID_internalized(String value) +``` + + +Gets or sets ContentID property. The value of this property is read and saved only when Version is >= 8. + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| value | java.lang.String | | + ### setDate(Date value) {#setDate-java.util.Date-} ``` public final void setDate(Date value) @@ -722,6 +821,19 @@ Gets or sets the full path of the external file in the LiFE data source of the P | --- | --- | --- | | value | java.lang.String | | +### setItems_internalized(OSTypeStructure[] value) {#setItems-internalized-com.aspose.psd.fileformats.psd.layers.layerresources.OSTypeStructure---} +``` +public final void setItems_internalized(OSTypeStructure[] value) +``` + + +Gets or sets OSTypeStructure array that define resource properties. + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| value | [OSTypeStructure\[\]](../../com.aspose.psd.fileformats.psd.layers.layerresources/ostypestructure) | | + ### setLibraryLink(boolean value) {#setLibraryLink-boolean-} ``` public final void setLibraryLink(boolean value) @@ -813,6 +925,19 @@ public final void setUniqueId_internalized(System.Guid value) | --- | --- | --- | | value | com.aspose.ms.System.Guid | | +### setUnknownBytes_internalized(byte[] value) {#setUnknownBytes-internalized-byte---} +``` +public final void setUnknownBytes_internalized(byte[] value) +``` + + +Gets or sets the unknown data that goes before Items OSTypeStructures properties. + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| value | byte[] | | + ### toString() {#toString--} ``` public String toString() diff --git a/english/java/com.aspose.psd.fileformats.psd.layers.layerresources.linkresources/linkdatasource/_index.md b/english/java/com.aspose.psd.fileformats.psd.layers.layerresources.linkresources/linkdatasource/_index.md index d41d78b255..30ecf1cb32 100644 --- a/english/java/com.aspose.psd.fileformats.psd.layers.layerresources.linkresources/linkdatasource/_index.md +++ b/english/java/com.aspose.psd.fileformats.psd.layers.layerresources.linkresources/linkdatasource/_index.md @@ -31,18 +31,23 @@ Defines the LinkDataSource class that contains information about a linked file o | [getAssetModTime()](#getAssetModTime--) | Gets or sets the asset modified time, for Adobe® Photoshop® \\u0421\\u0421 Libraries assets. | | [getChildDocId()](#getChildDocId--) | Gets or sets the child document identifier in the liFE or liFD data source of the Lnk2 / LnkE Adobe® Photoshop® resource. | | [getClass()](#getClass--) | | +| [getClassId_internalized()](#getClassId-internalized--) | Gets or sets the resource class id. | +| [getClassName_internalized()](#getClassName-internalized--) | Gets or sets the resource class name. | | [getCompId()](#getCompId--) | Gets or sets the ID of the currently selected comp for the child document, which will be -1 if none are selected. | | [getCompInfoKeyName()](#getCompInfoKeyName--) | | +| [getContentID_internalized()](#getContentID-internalized--) | Gets or sets ContentID property. | | [getDataLength_Property_internalized()](#getDataLength-Property-internalized--) | Gets the length of additional data. | | [getDataLength_internalized()](#getDataLength-internalized--) | Gets the length of the link source data. | | [getFileCreator()](#getFileCreator--) | Gets or sets the file creator in the PSD format LnkE / Lnk2 resource. | | [getFileType()](#getFileType--) | Gets or sets the type of the embedded or external file which Adobe® Photoshop® Lnk2 / LnkE resource contains or links. | +| [getItems_internalized()](#getItems-internalized--) | Gets or sets OSTypeStructure array that define resource properties. | | [getLength()](#getLength--) | Gets the link data source length in bytes. | | [getOriginalCompId()](#getOriginalCompId--) | Gets the original ID of the currently selected Comp for the child document, which will be -1 if none are selected. | | [getOriginalFileName()](#getOriginalFileName--) | Gets the original file name of the data source in the Adobe® Photoshop® global link resource. | | [getType()](#getType--) | Gets the Adobe® Photoshop® global link data source type that can be one of the following or none: The embedded linked file liFD that corresponds to the PSD Lnk2Resource The external linked file liFE that corresponds to the PSD LnkeResource The linked file alias liFA | | [getUniqueId()](#getUniqueId--) | Gets the global unique identifier of the data source in the PSD link resource. | | [getUniqueId_internalized()](#getUniqueId-internalized--) | | +| [getUnknownBytes_internalized()](#getUnknownBytes-internalized--) | Gets or sets the unknown data that goes before Items OSTypeStructures properties. | | [getVersion()](#getVersion--) | Gets the version of the data source in the PSD LnkE / Lnk2 resource. | | [hasFileOpenDescriptor()](#hasFileOpenDescriptor--) | Gets or sets a value indicating whether this link data source has the file open descriptor: CompId and OriginalCompId. | | [hashCode()](#hashCode--) | | @@ -53,16 +58,21 @@ Defines the LinkDataSource class that contains information about a linked file o | [setAssetLockedState(boolean value)](#setAssetLockedState-boolean-) | Gets or sets a value indicating whether the PSD asset is locked. | | [setAssetModTime(double value)](#setAssetModTime-double-) | Gets or sets the asset modified time, for Adobe® Photoshop® \\u0421\\u0421 Libraries assets. | | [setChildDocId(String value)](#setChildDocId-java.lang.String-) | Gets or sets the child document identifier in the liFE or liFD data source of the Lnk2 / LnkE Adobe® Photoshop® resource. | +| [setClassId_internalized(ClassID value)](#setClassId-internalized-com.aspose.psd.fileformats.psd.layers.layerresources.ClassID-) | Gets or sets the resource class id. | +| [setClassName_internalized(String value)](#setClassName-internalized-java.lang.String-) | Gets or sets the resource class name. | | [setCompId(int value)](#setCompId-int-) | Gets or sets the ID of the currently selected comp for the child document, which will be -1 if none are selected. | +| [setContentID_internalized(String value)](#setContentID-internalized-java.lang.String-) | Gets or sets ContentID property. | | [setFileCreator(String value)](#setFileCreator-java.lang.String-) | Gets or sets the file creator in the PSD format LnkE / Lnk2 resource. | | [setFileOpenDescriptor(boolean value)](#setFileOpenDescriptor-boolean-) | Gets or sets a value indicating whether this link data source has the file open descriptor: CompId and OriginalCompId. | | [setFileType(String value)](#setFileType-java.lang.String-) | Gets or sets the type of the embedded or external file which Adobe® Photoshop® Lnk2 / LnkE resource contains or links. | +| [setItems_internalized(OSTypeStructure[] value)](#setItems-internalized-com.aspose.psd.fileformats.psd.layers.layerresources.OSTypeStructure---) | Gets or sets OSTypeStructure array that define resource properties. | | [setLibraryLink(boolean value)](#setLibraryLink-boolean-) | Gets a value indicating whether this PSD link data source links to the Adobe® Photoshop® \\u0421\\u0421 Library item. | | [setOriginalCompId(int value)](#setOriginalCompId-int-) | Gets the original ID of the currently selected Comp for the child document, which will be -1 if none are selected. | | [setOriginalFileName(String value)](#setOriginalFileName-java.lang.String-) | Gets the original file name of the data source in the Adobe® Photoshop® global link resource. | | [setPropertyValueByTypeStructure_internalized(OSTypeStructure structure)](#setPropertyValueByTypeStructure-internalized-com.aspose.psd.fileformats.psd.layers.layerresources.OSTypeStructure-) | Sets the property value by type structure. | | [setUniqueId(UUID uuid)](#setUniqueId-java.util.UUID-) | Gets the global unique identifier of the data source in the PSD link resource. | | [setUniqueId_internalized(System.Guid value)](#setUniqueId-internalized-com.aspose.ms.System.Guid-) | | +| [setUnknownBytes_internalized(byte[] value)](#setUnknownBytes-internalized-byte---) | Gets or sets the unknown data that goes before Items OSTypeStructures properties. | | [toString()](#toString--) | | | [wait()](#wait--) | | | [wait(long arg0)](#wait-long-) | | @@ -154,6 +164,26 @@ public final native Class getClass() **Returns:** java.lang.Class +### getClassId_internalized() {#getClassId-internalized--} +``` +public final ClassID getClassId_internalized() +``` + + +Gets or sets the resource class id. + +**Returns:** +[ClassID](../../com.aspose.psd.fileformats.psd.layers.layerresources/classid) +### getClassName_internalized() {#getClassName-internalized--} +``` +public final String getClassName_internalized() +``` + + +Gets or sets the resource class name. + +**Returns:** +java.lang.String ### getCompId() {#getCompId--} ``` public final int getCompId() @@ -172,6 +202,16 @@ public static String getCompInfoKeyName() +**Returns:** +java.lang.String +### getContentID_internalized() {#getContentID-internalized--} +``` +public final String getContentID_internalized() +``` + + +Gets or sets ContentID property. The value of this property is read and saved only when Version is >= 8. + **Returns:** java.lang.String ### getDataLength_Property_internalized() {#getDataLength-Property-internalized--} @@ -216,6 +256,16 @@ Gets or sets the type of the embedded or external file which Adobe® Photoshop® **Returns:** java.lang.String +### getItems_internalized() {#getItems-internalized--} +``` +public final OSTypeStructure[] getItems_internalized() +``` + + +Gets or sets OSTypeStructure array that define resource properties. + +**Returns:** +com.aspose.psd.fileformats.psd.layers.layerresources.OSTypeStructure[] ### getLength() {#getLength--} ``` public final long getLength() @@ -278,6 +328,16 @@ public final System.Guid getUniqueId_internalized() **Returns:** com.aspose.ms.System.Guid +### getUnknownBytes_internalized() {#getUnknownBytes-internalized--} +``` +public final byte[] getUnknownBytes_internalized() +``` + + +Gets or sets the unknown data that goes before Items OSTypeStructures properties. + +**Returns:** +byte[] ### getVersion() {#getVersion--} ``` public final int getVersion() @@ -388,6 +448,32 @@ Gets or sets the child document identifier in the liFE or liFD data source of th | --- | --- | --- | | value | java.lang.String | | +### setClassId_internalized(ClassID value) {#setClassId-internalized-com.aspose.psd.fileformats.psd.layers.layerresources.ClassID-} +``` +public final void setClassId_internalized(ClassID value) +``` + + +Gets or sets the resource class id. + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| value | [ClassID](../../com.aspose.psd.fileformats.psd.layers.layerresources/classid) | | + +### setClassName_internalized(String value) {#setClassName-internalized-java.lang.String-} +``` +public final void setClassName_internalized(String value) +``` + + +Gets or sets the resource class name. + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| value | java.lang.String | | + ### setCompId(int value) {#setCompId-int-} ``` public final void setCompId(int value) @@ -401,6 +487,19 @@ Gets or sets the ID of the currently selected comp for the child document, which | --- | --- | --- | | value | int | | +### setContentID_internalized(String value) {#setContentID-internalized-java.lang.String-} +``` +public final void setContentID_internalized(String value) +``` + + +Gets or sets ContentID property. The value of this property is read and saved only when Version is >= 8. + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| value | java.lang.String | | + ### setFileCreator(String value) {#setFileCreator-java.lang.String-} ``` public final void setFileCreator(String value) @@ -442,6 +541,19 @@ Gets or sets the type of the embedded or external file which Adobe® Photoshop® | --- | --- | --- | | value | java.lang.String | | +### setItems_internalized(OSTypeStructure[] value) {#setItems-internalized-com.aspose.psd.fileformats.psd.layers.layerresources.OSTypeStructure---} +``` +public final void setItems_internalized(OSTypeStructure[] value) +``` + + +Gets or sets OSTypeStructure array that define resource properties. + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| value | [OSTypeStructure\[\]](../../com.aspose.psd.fileformats.psd.layers.layerresources/ostypestructure) | | + ### setLibraryLink(boolean value) {#setLibraryLink-boolean-} ``` public final void setLibraryLink(boolean value) @@ -520,6 +632,19 @@ public final void setUniqueId_internalized(System.Guid value) | --- | --- | --- | | value | com.aspose.ms.System.Guid | | +### setUnknownBytes_internalized(byte[] value) {#setUnknownBytes-internalized-byte---} +``` +public final void setUnknownBytes_internalized(byte[] value) +``` + + +Gets or sets the unknown data that goes before Items OSTypeStructures properties. + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| value | byte[] | | + ### toString() {#toString--} ``` public String toString() diff --git a/english/java/com.aspose.psd.fileformats.psd.layers.layerresources/_index.md b/english/java/com.aspose.psd.fileformats.psd.layers.layerresources/_index.md index 2ecb765471..143808136d 100644 --- a/english/java/com.aspose.psd.fileformats.psd.layers.layerresources/_index.md +++ b/english/java/com.aspose.psd.fileformats.psd.layers.layerresources/_index.md @@ -56,6 +56,7 @@ url: /java/com.aspose.psd.fileformats.psd.layers.layerresources/ | [Lr16Resource](../com.aspose.psd.fileformats.psd.layers.layerresources/lr16resource) | The lr32 resource. | | [Lr32Resource](../com.aspose.psd.fileformats.psd.layers.layerresources/lr32resource) | The lr32 resource. | | [LrXxResource](../com.aspose.psd.fileformats.psd.layers.layerresources/lrxxresource) | The lrXX resource. | +| [LsdkResource](../com.aspose.psd.fileformats.psd.layers.layerresources/lsdkresource) | The lsdk layer resource (nested layer section resource). | | [LspfResource](../com.aspose.psd.fileformats.psd.layers.layerresources/lspfresource) | Layer protected settings | | [LuniResource](../com.aspose.psd.fileformats.psd.layers.layerresources/luniresource) | Layer name resource | | [LyidResource](../com.aspose.psd.fileformats.psd.layers.layerresources/lyidresource) | Class LyidResource. | diff --git a/english/java/com.aspose.psd.fileformats.psd.layers.layerresources/iostypestructureloader/_index.md b/english/java/com.aspose.psd.fileformats.psd.layers.layerresources/iostypestructureloader/_index.md index 9595179a4e..21edd8b5c6 100644 --- a/english/java/com.aspose.psd.fileformats.psd.layers.layerresources/iostypestructureloader/_index.md +++ b/english/java/com.aspose.psd.fileformats.psd.layers.layerresources/iostypestructureloader/_index.md @@ -3,7 +3,7 @@ title: IOSTypeStructureLoader second_title: Aspose.PSD for Java API Reference description: The resource loader. type: docs -weight: 81 +weight: 82 url: /java/com.aspose.psd.fileformats.psd.layers.layerresources/iostypestructureloader/ --- ``` diff --git a/english/java/com.aspose.psd.fileformats.psd.layers.layerresources/lsdkresource/_index.md b/english/java/com.aspose.psd.fileformats.psd.layers.layerresources/lsdkresource/_index.md new file mode 100644 index 0000000000..f54779404d --- /dev/null +++ b/english/java/com.aspose.psd.fileformats.psd.layers.layerresources/lsdkresource/_index.md @@ -0,0 +1,464 @@ +--- +title: LsdkResource +second_title: Aspose.PSD for Java API Reference +description: The lsdk layer resource nested layer section resource. +type: docs +weight: 54 +url: /java/com.aspose.psd.fileformats.psd.layers.layerresources/lsdkresource/ +--- + +**Inheritance:** +java.lang.Object, [com.aspose.psd.fileformats.psd.layers.LayerResource](../../com.aspose.psd.fileformats.psd.layers/layerresource) +``` +public class LsdkResource extends LayerResource +``` + +The lsdk layer resource (nested layer section resource). +## Constructors + +| Constructor | Description | +| --- | --- | +| [LsdkResource()](#LsdkResource--) | Initializes a new instance of the [LsdkResource](../../com.aspose.psd.fileformats.psd.layers.layerresources/lsdkresource) class. | +| [LsdkResource(int sectionType, int subType)](#LsdkResource-int-int-) | Initializes a new instance of the [LsdkResource](../../com.aspose.psd.fileformats.psd.layers.layerresources/lsdkresource) class. | +## Fields + +| Field | Description | +| --- | --- | +| [PsbHeaderVersion_internalized](#PsbHeaderVersion-internalized) | The PSB header version | +| [PsbResourceSignature](#PsbResourceSignature) | The PSB-specific resource signature. | +| [PsdHeaderVersion_internalized](#PsdHeaderVersion-internalized) | The PSD header version | +| [ResourceSignature](#ResourceSignature) | The common resource signature. | +| [TypeToolKey](#TypeToolKey) | The type tool info key. | +| [ventureLicense_internalized](#ventureLicense-internalized) | The venture license. | +## Methods + +| Method | Description | +| --- | --- | +| [checkAndSetIfResourceIsPsbSpecific_internalized(int key)](#checkAndSetIfResourceIsPsbSpecific-internalized-int-) | Checks the and set if resource is PSB specific. | +| [equals(Object arg0)](#equals-java.lang.Object-) | | +| [getBlendModeKey()](#getBlendModeKey--) | Gets or sets the blend mode key. | +| [getClass()](#getClass--) | | +| [getHeader_internalized()](#getHeader-internalized--) | Gets or sets the header. | +| [getKey()](#getKey--) | Gets the layer resource key. | +| [getLength()](#getLength--) | Gets the layer resource length in bytes. | +| [getPrefixLength_internalized(int psdVersion)](#getPrefixLength-internalized-int-) | Gets the prefix length. | +| [getPsdVersion()](#getPsdVersion--) | Gets the minimal psd version required for layer resource. | +| [getSectionType()](#getSectionType--) | Gets or sets the section type. | +| [getSignature()](#getSignature--) | Gets the layer resource signature. | +| [getSubtype()](#getSubtype--) | Gets or sets the subtype. | +| [hashCode()](#hashCode--) | | +| [isResourcePsbSpecificByKey_internalized(int key)](#isResourcePsbSpecificByKey-internalized-int-) | Determines whether the resource is PSB specific. | +| [isResourcePsbSpecific_internalized()](#isResourcePsbSpecific-internalized--) | Gets a value indicating whether this instance is resource PSB specific. | +| [notify()](#notify--) | | +| [notifyAll()](#notifyAll--) | | +| [save(StreamContainer streamContainer, int psdVersion)](#save-com.aspose.psd.StreamContainer-int-) | Saves the resource to the specified stream container. | +| [saveCustomResourceHeader_internalized(StreamContainer streamContainer, int signature)](#saveCustomResourceHeader-internalized-com.aspose.psd.StreamContainer-int-) | Saves the custom resource header. | +| [saveCustomResourceHeader_internalized(StreamContainer streamContainer, int signature, boolean isLengthLong)](#saveCustomResourceHeader-internalized-com.aspose.psd.StreamContainer-int-boolean-) | Saves the header signature, identifier and length. | +| [setBlendModeKey(long value)](#setBlendModeKey-long-) | Gets or sets the blend mode key. | +| [setHeader_internalized(PsdHeader value)](#setHeader-internalized-com.aspose.internal.fileformats.psd.sections.PsdHeader-) | Gets or sets the header. | +| [setSectionType(int value)](#setSectionType-int-) | Gets or sets the section type. | +| [setSubtype(int value)](#setSubtype-int-) | Gets or sets the subtype. | +| [toString()](#toString--) | Returns a String that represents this instance. | +| [wait()](#wait--) | | +| [wait(long arg0)](#wait-long-) | | +| [wait(long arg0, int arg1)](#wait-long-int-) | | +### LsdkResource() {#LsdkResource--} +``` +public LsdkResource() +``` + + +Initializes a new instance of the [LsdkResource](../../com.aspose.psd.fileformats.psd.layers.layerresources/lsdkresource) class. + +### LsdkResource(int sectionType, int subType) {#LsdkResource-int-int-} +``` +public LsdkResource(int sectionType, int subType) +``` + + +Initializes a new instance of the [LsdkResource](../../com.aspose.psd.fileformats.psd.layers.layerresources/lsdkresource) class. + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| sectionType | int | The section type. | +| subType | int | The subtype. | + +### PsbHeaderVersion_internalized {#PsbHeaderVersion-internalized} +``` +public static final int PsbHeaderVersion_internalized +``` + + +The PSB header version + +### PsbResourceSignature {#PsbResourceSignature} +``` +public static final int PsbResourceSignature +``` + + +The PSB-specific resource signature. + +### PsdHeaderVersion_internalized {#PsdHeaderVersion-internalized} +``` +public static final int PsdHeaderVersion_internalized +``` + + +The PSD header version + +### ResourceSignature {#ResourceSignature} +``` +public static final int ResourceSignature +``` + + +The common resource signature. + +### TypeToolKey {#TypeToolKey} +``` +public static final int TypeToolKey +``` + + +The type tool info key. + +### ventureLicense_internalized {#ventureLicense-internalized} +``` +public Object ventureLicense_internalized +``` + + +The venture license. + +### checkAndSetIfResourceIsPsbSpecific_internalized(int key) {#checkAndSetIfResourceIsPsbSpecific-internalized-int-} +``` +public final void checkAndSetIfResourceIsPsbSpecific_internalized(int key) +``` + + +Checks the and set if resource is PSB specific. Some resources are not recognized for now, but we have full list of PSB specific resources which changes their behaviour on save. So we need to check this in UnknownResource at least + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| key | int | The key. | + +### equals(Object arg0) {#equals-java.lang.Object-} +``` +public boolean equals(Object arg0) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | java.lang.Object | | + +**Returns:** +boolean +### getBlendModeKey() {#getBlendModeKey--} +``` +public final long getBlendModeKey() +``` + + +Gets or sets the blend mode key. + +**Returns:** +long +### getClass() {#getClass--} +``` +public final native Class getClass() +``` + + + + +**Returns:** +java.lang.Class +### getHeader_internalized() {#getHeader-internalized--} +``` +public final PsdHeader getHeader_internalized() +``` + + +Gets or sets the header. + +Value: The header. + +**Returns:** +com.aspose.internal.fileformats.psd.sections.PsdHeader +### getKey() {#getKey--} +``` +public final int getKey() +``` + + +Gets the layer resource key. + +**Returns:** +int +### getLength() {#getLength--} +``` +public int getLength() +``` + + +Gets the layer resource length in bytes. + +**Returns:** +int +### getPrefixLength_internalized(int psdVersion) {#getPrefixLength-internalized-int-} +``` +public final int getPrefixLength_internalized(int psdVersion) +``` + + +Gets the prefix length. Default value is 12 for 8BIM resources. and 16 for 8B64 + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| psdVersion | int | The PSD version. | + +**Returns:** +int - The Prefix Length. +### getPsdVersion() {#getPsdVersion--} +``` +public final int getPsdVersion() +``` + + +Gets the minimal psd version required for layer resource. 0 indicates no restrictions. + +**Returns:** +int +### getSectionType() {#getSectionType--} +``` +public final int getSectionType() +``` + + +Gets or sets the section type. + +**Returns:** +int +### getSignature() {#getSignature--} +``` +public int getSignature() +``` + + +Gets the layer resource signature. + +**Returns:** +int +### getSubtype() {#getSubtype--} +``` +public final int getSubtype() +``` + + +Gets or sets the subtype. + +**Returns:** +int +### hashCode() {#hashCode--} +``` +public native int hashCode() +``` + + + + +**Returns:** +int +### isResourcePsbSpecificByKey_internalized(int key) {#isResourcePsbSpecificByKey-internalized-int-} +``` +public static boolean isResourcePsbSpecificByKey_internalized(int key) +``` + + +Determines whether the resource is PSB specific. + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| key | int | The resource key. | + +**Returns:** +boolean - true if the resource is PSB specific; otherwise, false . +### isResourcePsbSpecific_internalized() {#isResourcePsbSpecific-internalized--} +``` +public final boolean isResourcePsbSpecific_internalized() +``` + + +Gets a value indicating whether this instance is resource PSB specific. + +Value: true if this instance is resource PSB specific; otherwise, false . + +**Returns:** +boolean +### notify() {#notify--} +``` +public final native void notify() +``` + + + + +### notifyAll() {#notifyAll--} +``` +public final native void notifyAll() +``` + + + + +### save(StreamContainer streamContainer, int psdVersion) {#save-com.aspose.psd.StreamContainer-int-} +``` +public void save(StreamContainer streamContainer, int psdVersion) +``` + + +Saves the resource to the specified stream container. + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| streamContainer | [StreamContainer](../../com.aspose.psd/streamcontainer) | The stream container to save to. | +| psdVersion | int | The PSD version. | + +### saveCustomResourceHeader_internalized(StreamContainer streamContainer, int signature) {#saveCustomResourceHeader-internalized-com.aspose.psd.StreamContainer-int-} +``` +public final void saveCustomResourceHeader_internalized(StreamContainer streamContainer, int signature) +``` + + +Saves the custom resource header. + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| streamContainer | [StreamContainer](../../com.aspose.psd/streamcontainer) | The stream container. | +| signature | int | The signature. | + +### saveCustomResourceHeader_internalized(StreamContainer streamContainer, int signature, boolean isLengthLong) {#saveCustomResourceHeader-internalized-com.aspose.psd.StreamContainer-int-boolean-} +``` +public final void saveCustomResourceHeader_internalized(StreamContainer streamContainer, int signature, boolean isLengthLong) +``` + + +Saves the header signature, identifier and length. + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| streamContainer | [StreamContainer](../../com.aspose.psd/streamcontainer) | The stream container. | +| signature | int | The signature. | +| isLengthLong | boolean | if set to true length is long. | + +### setBlendModeKey(long value) {#setBlendModeKey-long-} +``` +public final void setBlendModeKey(long value) +``` + + +Gets or sets the blend mode key. + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| value | long | | + +### setHeader_internalized(PsdHeader value) {#setHeader-internalized-com.aspose.internal.fileformats.psd.sections.PsdHeader-} +``` +public final void setHeader_internalized(PsdHeader value) +``` + + +Gets or sets the header. + +Value: The header. + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| value | com.aspose.internal.fileformats.psd.sections.PsdHeader | | + +### setSectionType(int value) {#setSectionType-int-} +``` +public final void setSectionType(int value) +``` + + +Gets or sets the section type. + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| value | int | | + +### setSubtype(int value) {#setSubtype-int-} +``` +public final void setSubtype(int value) +``` + + +Gets or sets the subtype. + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| value | int | | + +### toString() {#toString--} +``` +public String toString() +``` + + +Returns a String that represents this instance. + +**Returns:** +java.lang.String - A String that represents this instance. +### wait() {#wait--} +``` +public final void wait() +``` + + + + +### wait(long arg0) {#wait-long-} +``` +public final void wait(long arg0) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | long | | + +### wait(long arg0, int arg1) {#wait-long-int-} +``` +public final void wait(long arg0, int arg1) +``` + + + + +**Parameters:** +| Parameter | Type | Description | +| --- | --- | --- | +| arg0 | long | | +| arg1 | int | | + diff --git a/english/java/com.aspose.psd.fileformats.psd.layers.layerresources/lspfresource/_index.md b/english/java/com.aspose.psd.fileformats.psd.layers.layerresources/lspfresource/_index.md index e94ea6d7f7..baeac0b861 100644 --- a/english/java/com.aspose.psd.fileformats.psd.layers.layerresources/lspfresource/_index.md +++ b/english/java/com.aspose.psd.fileformats.psd.layers.layerresources/lspfresource/_index.md @@ -3,7 +3,7 @@ title: LspfResource second_title: Aspose.PSD for Java API Reference description: Layer protected settings type: docs -weight: 54 +weight: 55 url: /java/com.aspose.psd.fileformats.psd.layers.layerresources/lspfresource/ --- diff --git a/english/java/com.aspose.psd.fileformats.psd.layers.layerresources/luniresource/_index.md b/english/java/com.aspose.psd.fileformats.psd.layers.layerresources/luniresource/_index.md index 586dfdf345..ecd0244bdc 100644 --- a/english/java/com.aspose.psd.fileformats.psd.layers.layerresources/luniresource/_index.md +++ b/english/java/com.aspose.psd.fileformats.psd.layers.layerresources/luniresource/_index.md @@ -3,7 +3,7 @@ title: LuniResource second_title: Aspose.PSD for Java API Reference description: Layer name resource type: docs -weight: 55 +weight: 56 url: /java/com.aspose.psd.fileformats.psd.layers.layerresources/luniresource/ --- diff --git a/english/java/com.aspose.psd.fileformats.psd.layers.layerresources/lyidresource/_index.md b/english/java/com.aspose.psd.fileformats.psd.layers.layerresources/lyidresource/_index.md index c419a81b85..218919b47d 100644 --- a/english/java/com.aspose.psd.fileformats.psd.layers.layerresources/lyidresource/_index.md +++ b/english/java/com.aspose.psd.fileformats.psd.layers.layerresources/lyidresource/_index.md @@ -3,7 +3,7 @@ title: LyidResource second_title: Aspose.PSD for Java API Reference description: Class LyidResource. type: docs -weight: 56 +weight: 57 url: /java/com.aspose.psd.fileformats.psd.layers.layerresources/lyidresource/ --- diff --git a/english/java/com.aspose.psd.fileformats.psd.layers.layerresources/lyvrresource/_index.md b/english/java/com.aspose.psd.fileformats.psd.layers.layerresources/lyvrresource/_index.md index a6ca8c80b1..2f95220ce6 100644 --- a/english/java/com.aspose.psd.fileformats.psd.layers.layerresources/lyvrresource/_index.md +++ b/english/java/com.aspose.psd.fileformats.psd.layers.layerresources/lyvrresource/_index.md @@ -3,7 +3,7 @@ title: LyvrResource second_title: Aspose.PSD for Java API Reference description: The resource to represents photoshop version of Layer. type: docs -weight: 57 +weight: 58 url: /java/com.aspose.psd.fileformats.psd.layers.layerresources/lyvrresource/ --- diff --git a/english/java/com.aspose.psd.fileformats.psd.layers.layerresources/mixrresource/_index.md b/english/java/com.aspose.psd.fileformats.psd.layers.layerresources/mixrresource/_index.md index 945c98c690..abb939cee2 100644 --- a/english/java/com.aspose.psd.fileformats.psd.layers.layerresources/mixrresource/_index.md +++ b/english/java/com.aspose.psd.fileformats.psd.layers.layerresources/mixrresource/_index.md @@ -3,7 +3,7 @@ title: MixrResource second_title: Aspose.PSD for Java API Reference description: Class MixrResource. type: docs -weight: 58 +weight: 59 url: /java/com.aspose.psd.fileformats.psd.layers.layerresources/mixrresource/ --- diff --git a/english/java/com.aspose.psd.fileformats.psd.layers.layerresources/mlstresource/_index.md b/english/java/com.aspose.psd.fileformats.psd.layers.layerresources/mlstresource/_index.md index 493344cf99..0b12cdc35a 100644 --- a/english/java/com.aspose.psd.fileformats.psd.layers.layerresources/mlstresource/_index.md +++ b/english/java/com.aspose.psd.fileformats.psd.layers.layerresources/mlstresource/_index.md @@ -3,7 +3,7 @@ title: MlstResource second_title: Aspose.PSD for Java API Reference description: The mlst resource. type: docs -weight: 59 +weight: 60 url: /java/com.aspose.psd.fileformats.psd.layers.layerresources/mlstresource/ --- diff --git a/english/java/com.aspose.psd.fileformats.psd.layers.layerresources/nvrtresource/_index.md b/english/java/com.aspose.psd.fileformats.psd.layers.layerresources/nvrtresource/_index.md index 3904dae996..c9c7560f46 100644 --- a/english/java/com.aspose.psd.fileformats.psd.layers.layerresources/nvrtresource/_index.md +++ b/english/java/com.aspose.psd.fileformats.psd.layers.layerresources/nvrtresource/_index.md @@ -3,7 +3,7 @@ title: NvrtResource second_title: Aspose.PSD for Java API Reference description: Class NvrtResource. type: docs -weight: 60 +weight: 61 url: /java/com.aspose.psd.fileformats.psd.layers.layerresources/nvrtresource/ --- diff --git a/english/java/com.aspose.psd.fileformats.psd.layers.layerresources/ostypestructure/_index.md b/english/java/com.aspose.psd.fileformats.psd.layers.layerresources/ostypestructure/_index.md index e6f5b366e8..c9f043bae1 100644 --- a/english/java/com.aspose.psd.fileformats.psd.layers.layerresources/ostypestructure/_index.md +++ b/english/java/com.aspose.psd.fileformats.psd.layers.layerresources/ostypestructure/_index.md @@ -3,7 +3,7 @@ title: OSTypeStructure second_title: Aspose.PSD for Java API Reference description: Represents the OS type structure. type: docs -weight: 61 +weight: 62 url: /java/com.aspose.psd.fileformats.psd.layers.layerresources/ostypestructure/ --- diff --git a/english/java/com.aspose.psd.fileformats.psd.layers.layerresources/ostypestructuresregistry/_index.md b/english/java/com.aspose.psd.fileformats.psd.layers.layerresources/ostypestructuresregistry/_index.md index b2182da946..14776f476a 100644 --- a/english/java/com.aspose.psd.fileformats.psd.layers.layerresources/ostypestructuresregistry/_index.md +++ b/english/java/com.aspose.psd.fileformats.psd.layers.layerresources/ostypestructuresregistry/_index.md @@ -3,7 +3,7 @@ title: OSTypeStructuresRegistry second_title: Aspose.PSD for Java API Reference description: Represents the resources registry. type: docs -weight: 62 +weight: 63 url: /java/com.aspose.psd.fileformats.psd.layers.layerresources/ostypestructuresregistry/ --- diff --git a/english/java/com.aspose.psd.fileformats.psd.layers.layerresources/pattresource/_index.md b/english/java/com.aspose.psd.fileformats.psd.layers.layerresources/pattresource/_index.md index c0bcfbdeeb..b3ce72c157 100644 --- a/english/java/com.aspose.psd.fileformats.psd.layers.layerresources/pattresource/_index.md +++ b/english/java/com.aspose.psd.fileformats.psd.layers.layerresources/pattresource/_index.md @@ -3,7 +3,7 @@ title: PattResource second_title: Aspose.PSD for Java API Reference description: Class PattResource. type: docs -weight: 63 +weight: 64 url: /java/com.aspose.psd.fileformats.psd.layers.layerresources/pattresource/ --- diff --git a/english/java/com.aspose.psd.fileformats.psd.layers.layerresources/pattresourcedata/_index.md b/english/java/com.aspose.psd.fileformats.psd.layers.layerresources/pattresourcedata/_index.md index 69503515b2..5ac819d03a 100644 --- a/english/java/com.aspose.psd.fileformats.psd.layers.layerresources/pattresourcedata/_index.md +++ b/english/java/com.aspose.psd.fileformats.psd.layers.layerresources/pattresourcedata/_index.md @@ -3,7 +3,7 @@ title: PattResourceData second_title: Aspose.PSD for Java API Reference description: The class to store the pattern data for resource. type: docs -weight: 64 +weight: 65 url: /java/com.aspose.psd.fileformats.psd.layers.layerresources/pattresourcedata/ --- diff --git a/english/java/com.aspose.psd.fileformats.psd.layers.layerresources/phflresource/_index.md b/english/java/com.aspose.psd.fileformats.psd.layers.layerresources/phflresource/_index.md index 5903ad9786..9e876bd067 100644 --- a/english/java/com.aspose.psd.fileformats.psd.layers.layerresources/phflresource/_index.md +++ b/english/java/com.aspose.psd.fileformats.psd.layers.layerresources/phflresource/_index.md @@ -3,7 +3,7 @@ title: PhflResource second_title: Aspose.PSD for Java API Reference description: Class PhflResource. type: docs -weight: 65 +weight: 66 url: /java/com.aspose.psd.fileformats.psd.layers.layerresources/phflresource/ --- diff --git a/english/java/com.aspose.psd.fileformats.psd.layers.layerresources/phflresourceversion2/_index.md b/english/java/com.aspose.psd.fileformats.psd.layers.layerresources/phflresourceversion2/_index.md index 5d72ff66cc..35fc90f559 100644 --- a/english/java/com.aspose.psd.fileformats.psd.layers.layerresources/phflresourceversion2/_index.md +++ b/english/java/com.aspose.psd.fileformats.psd.layers.layerresources/phflresourceversion2/_index.md @@ -3,7 +3,7 @@ title: PhflResourceVersion2 second_title: Aspose.PSD for Java API Reference description: Class PhflResource. type: docs -weight: 66 +weight: 67 url: /java/com.aspose.psd.fileformats.psd.layers.layerresources/phflresourceversion2/ --- diff --git a/english/java/com.aspose.psd.fileformats.psd.layers.layerresources/phflresourceversion3/_index.md b/english/java/com.aspose.psd.fileformats.psd.layers.layerresources/phflresourceversion3/_index.md index 330a18abba..c55a166a81 100644 --- a/english/java/com.aspose.psd.fileformats.psd.layers.layerresources/phflresourceversion3/_index.md +++ b/english/java/com.aspose.psd.fileformats.psd.layers.layerresources/phflresourceversion3/_index.md @@ -3,7 +3,7 @@ title: PhflResourceVersion3 second_title: Aspose.PSD for Java API Reference description: Class PhflResource. type: docs -weight: 67 +weight: 68 url: /java/com.aspose.psd.fileformats.psd.layers.layerresources/phflresourceversion3/ --- diff --git a/english/java/com.aspose.psd.fileformats.psd.layers.layerresources/postresource/_index.md b/english/java/com.aspose.psd.fileformats.psd.layers.layerresources/postresource/_index.md index 9fa2d5fb0c..267a1b0033 100644 --- a/english/java/com.aspose.psd.fileformats.psd.layers.layerresources/postresource/_index.md +++ b/english/java/com.aspose.psd.fileformats.psd.layers.layerresources/postresource/_index.md @@ -3,7 +3,7 @@ title: PostResource second_title: Aspose.PSD for Java API Reference description: Class PostResource. type: docs -weight: 68 +weight: 69 url: /java/com.aspose.psd.fileformats.psd.layers.layerresources/postresource/ --- diff --git a/english/java/com.aspose.psd.fileformats.psd.layers.layerresources/ptflresource/_index.md b/english/java/com.aspose.psd.fileformats.psd.layers.layerresources/ptflresource/_index.md index 2ba39ae6e5..113045e26c 100644 --- a/english/java/com.aspose.psd.fileformats.psd.layers.layerresources/ptflresource/_index.md +++ b/english/java/com.aspose.psd.fileformats.psd.layers.layerresources/ptflresource/_index.md @@ -3,7 +3,7 @@ title: PtFlResource second_title: Aspose.PSD for Java API Reference description: Class PtFlResource. type: docs -weight: 69 +weight: 70 url: /java/com.aspose.psd.fileformats.psd.layers.layerresources/ptflresource/ --- diff --git a/english/java/com.aspose.psd.fileformats.psd.layers.layerresources/sheetcolorhighlightenum/_index.md b/english/java/com.aspose.psd.fileformats.psd.layers.layerresources/sheetcolorhighlightenum/_index.md index 5c2517ffdf..64b46b18b2 100644 --- a/english/java/com.aspose.psd.fileformats.psd.layers.layerresources/sheetcolorhighlightenum/_index.md +++ b/english/java/com.aspose.psd.fileformats.psd.layers.layerresources/sheetcolorhighlightenum/_index.md @@ -3,7 +3,7 @@ title: SheetColorHighlightEnum second_title: Aspose.PSD for Java API Reference description: Possible colors of Sheet color setting. type: docs -weight: 70 +weight: 71 url: /java/com.aspose.psd.fileformats.psd.layers.layerresources/sheetcolorhighlightenum/ --- diff --git a/english/java/com.aspose.psd.fileformats.psd.layers.layerresources/shmdresource/_index.md b/english/java/com.aspose.psd.fileformats.psd.layers.layerresources/shmdresource/_index.md index 045d0d0458..b0b3cc8055 100644 --- a/english/java/com.aspose.psd.fileformats.psd.layers.layerresources/shmdresource/_index.md +++ b/english/java/com.aspose.psd.fileformats.psd.layers.layerresources/shmdresource/_index.md @@ -3,7 +3,7 @@ title: ShmdResource second_title: Aspose.PSD for Java API Reference description: Class ShmdResource. type: docs -weight: 71 +weight: 72 url: /java/com.aspose.psd.fileformats.psd.layers.layerresources/shmdresource/ --- diff --git a/english/java/com.aspose.psd.fileformats.psd.layers.layerresources/socoresource/_index.md b/english/java/com.aspose.psd.fileformats.psd.layers.layerresources/socoresource/_index.md index 38773a0c5e..1e02003f72 100644 --- a/english/java/com.aspose.psd.fileformats.psd.layers.layerresources/socoresource/_index.md +++ b/english/java/com.aspose.psd.fileformats.psd.layers.layerresources/socoresource/_index.md @@ -3,7 +3,7 @@ title: SoCoResource second_title: Aspose.PSD for Java API Reference description: Class SoCoResource. type: docs -weight: 72 +weight: 73 url: /java/com.aspose.psd.fileformats.psd.layers.layerresources/socoresource/ --- diff --git a/english/java/com.aspose.psd.fileformats.psd.layers.layerresources/txt2resource/_index.md b/english/java/com.aspose.psd.fileformats.psd.layers.layerresources/txt2resource/_index.md index 02336ee7f3..3f951ac0e7 100644 --- a/english/java/com.aspose.psd.fileformats.psd.layers.layerresources/txt2resource/_index.md +++ b/english/java/com.aspose.psd.fileformats.psd.layers.layerresources/txt2resource/_index.md @@ -3,7 +3,7 @@ title: Txt2Resource second_title: Aspose.PSD for Java API Reference description: Txt2 resource class type: docs -weight: 73 +weight: 74 url: /java/com.aspose.psd.fileformats.psd.layers.layerresources/txt2resource/ --- diff --git a/english/java/com.aspose.psd.fileformats.psd.layers.layerresources/typetoolfontinfo/_index.md b/english/java/com.aspose.psd.fileformats.psd.layers.layerresources/typetoolfontinfo/_index.md index 56962deecb..ef59cc1167 100644 --- a/english/java/com.aspose.psd.fileformats.psd.layers.layerresources/typetoolfontinfo/_index.md +++ b/english/java/com.aspose.psd.fileformats.psd.layers.layerresources/typetoolfontinfo/_index.md @@ -3,7 +3,7 @@ title: TypeToolFontInfo second_title: Aspose.PSD for Java API Reference description: Contains information about type tool font. type: docs -weight: 74 +weight: 75 url: /java/com.aspose.psd.fileformats.psd.layers.layerresources/typetoolfontinfo/ --- diff --git a/english/java/com.aspose.psd.fileformats.psd.layers.layerresources/typetoolinfo6resource/_index.md b/english/java/com.aspose.psd.fileformats.psd.layers.layerresources/typetoolinfo6resource/_index.md index dc2bae366c..d42c03dd2a 100644 --- a/english/java/com.aspose.psd.fileformats.psd.layers.layerresources/typetoolinfo6resource/_index.md +++ b/english/java/com.aspose.psd.fileformats.psd.layers.layerresources/typetoolinfo6resource/_index.md @@ -3,7 +3,7 @@ title: TypeToolInfo6Resource second_title: Aspose.PSD for Java API Reference description: The type tool information. type: docs -weight: 75 +weight: 76 url: /java/com.aspose.psd.fileformats.psd.layers.layerresources/typetoolinfo6resource/ --- diff --git a/english/java/com.aspose.psd.fileformats.psd.layers.layerresources/typetoolinforesource/_index.md b/english/java/com.aspose.psd.fileformats.psd.layers.layerresources/typetoolinforesource/_index.md index b47b9752db..8136871845 100644 --- a/english/java/com.aspose.psd.fileformats.psd.layers.layerresources/typetoolinforesource/_index.md +++ b/english/java/com.aspose.psd.fileformats.psd.layers.layerresources/typetoolinforesource/_index.md @@ -3,7 +3,7 @@ title: TypeToolInfoResource second_title: Aspose.PSD for Java API Reference description: The type tool information. type: docs -weight: 76 +weight: 77 url: /java/com.aspose.psd.fileformats.psd.layers.layerresources/typetoolinforesource/ --- diff --git a/english/java/com.aspose.psd.fileformats.psd.layers.layerresources/typetoollineinfo/_index.md b/english/java/com.aspose.psd.fileformats.psd.layers.layerresources/typetoollineinfo/_index.md index 52dc2c1b87..9e9fe6084f 100644 --- a/english/java/com.aspose.psd.fileformats.psd.layers.layerresources/typetoollineinfo/_index.md +++ b/english/java/com.aspose.psd.fileformats.psd.layers.layerresources/typetoollineinfo/_index.md @@ -3,7 +3,7 @@ title: TypeToolLineInfo second_title: Aspose.PSD for Java API Reference description: Type tool line info. type: docs -weight: 77 +weight: 78 url: /java/com.aspose.psd.fileformats.psd.layers.layerresources/typetoollineinfo/ --- diff --git a/english/java/com.aspose.psd.fileformats.psd.layers.layerresources/typetoolstyleinfo/_index.md b/english/java/com.aspose.psd.fileformats.psd.layers.layerresources/typetoolstyleinfo/_index.md index 4601075614..b0f9249280 100644 --- a/english/java/com.aspose.psd.fileformats.psd.layers.layerresources/typetoolstyleinfo/_index.md +++ b/english/java/com.aspose.psd.fileformats.psd.layers.layerresources/typetoolstyleinfo/_index.md @@ -3,7 +3,7 @@ title: TypeToolStyleInfo second_title: Aspose.PSD for Java API Reference description: Type tool style information. type: docs -weight: 78 +weight: 79 url: /java/com.aspose.psd.fileformats.psd.layers.layerresources/typetoolstyleinfo/ --- diff --git a/english/java/com.aspose.psd.fileformats.psd.layers.layerresources/unknownresource/_index.md b/english/java/com.aspose.psd.fileformats.psd.layers.layerresources/unknownresource/_index.md index 34f4024329..e9a9d0c641 100644 --- a/english/java/com.aspose.psd.fileformats.psd.layers.layerresources/unknownresource/_index.md +++ b/english/java/com.aspose.psd.fileformats.psd.layers.layerresources/unknownresource/_index.md @@ -3,7 +3,7 @@ title: UnknownResource second_title: Aspose.PSD for Java API Reference description: The unknown resource. type: docs -weight: 79 +weight: 80 url: /java/com.aspose.psd.fileformats.psd.layers.layerresources/unknownresource/ --- diff --git a/english/java/com.aspose.psd.fileformats.psd.layers.layerresources/vibaresource/_index.md b/english/java/com.aspose.psd.fileformats.psd.layers.layerresources/vibaresource/_index.md index 517e4f110e..9ed6d2acbd 100644 --- a/english/java/com.aspose.psd.fileformats.psd.layers.layerresources/vibaresource/_index.md +++ b/english/java/com.aspose.psd.fileformats.psd.layers.layerresources/vibaresource/_index.md @@ -3,7 +3,7 @@ title: VibAResource second_title: Aspose.PSD for Java API Reference description: VibA Resource. type: docs -weight: 80 +weight: 81 url: /java/com.aspose.psd.fileformats.psd.layers.layerresources/vibaresource/ ---