Packages

 

com.aspose.psd.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 final int getCount()

        Gets or sets the count.

        Value: The count.
      • setCount

        public final void setCount(int value)

        Gets or sets the count.

        Value: The count.
      • getLongs

        public final int[] getLongs()

        Gets or sets the longs.

        Value: The longs.
      • setLongs

        public final void setLongs(int[] value)

        Gets or sets the longs.

        Value: The longs.
      • getIds

        public final int[] getIds()

        Gets or sets the ids.

        Value: The ids.
      • setIds

        public final void setIds(int[] value)

        Gets or sets the ids.

        Value: The ids.
      • getTexts

        public final String[] getTexts()

        Gets or sets the texts.

        Value: The texts.
      • setTexts

        public final 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
      • getMinimalVersion

        public int getMinimalVersion()

        Gets the minimal required PSD version.

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