Packages

 

com.aspose.imaging.fileformats.psd.resources

Class UrlListResource



  • public final class UrlListResource
    extends ResourceBlock

    Url list resource

    • Constructor Detail

      • UrlListResource

        public UrlListResource()

        Initializes a new instance of the UrlListResource class.

    • Method Detail

      • getCount

        public int getCount()

        Gets or sets the count.

        Value: The count.
      • setCount

        public void setCount(int value)

        Gets or sets the count.

        Value: The count.
      • getLongs

        public int[] getLongs()

        Gets or sets the longs.

        Value: The longs.
      • setLongs

        public void setLongs(int[] value)

        Gets or sets the longs.

        Value: The longs.
      • getIds

        public int[] getIds()

        Gets or sets the ids.

        Value: The ids.
      • setIds

        public void setIds(int[] value)

        Gets or sets the ids.

        Value: The ids.
      • getTexts

        public String[] getTexts()

        Gets or sets the texts.

        Value: The texts.
      • setTexts

        public void setTexts(String[] value)

        Gets or sets the texts.

        Value: The texts.
      • getDataSize

        public int getDataSize()

        Gets the resource data size in bytes.

        Value: The resource data size.
        Specified by:
        getDataSize in class ResourceBlock
        Returns:
        The resource data size.
      • getMinimalVersion

        public int getMinimalVersion()

        Gets the minimal required PSD version.

        Value: The minimal PSD version.
        Specified by:
        getMinimalVersion in class ResourceBlock
        Returns:
        The minimal PSD version.