com.aspose.cad.jasperreports.psd

Interface ASPsdExportConfiguration

    • Method Detail

      • getVersion

        int getVersion()

        Gets or sets the psd file version.

        Returns:
        The psd file version.
      • getCompressionMethod

        CompressionMethodEnum getCompressionMethod()

        Gets or sets the psd compression method.

        Returns:
        The compression method.
      • getPsdVersion

        PsdVersionEnum getPsdVersion()

        Gets the file format version. It can be PSD or PSB.

        Value: The file format version.
        Returns:
        the file format version.
      • getColorMode

        ColorModesEnum getColorMode()

        Gets or sets the psd color mode.

        Returns:
        The color mode.
      • getChannelBitsCount

        short getChannelBitsCount()

        Gets or sets the bits count per color channel.

        Returns:
        The bits count per color channel.
      • getChannelsCount

        short getChannelsCount()

        Gets the color channels count.

        Returns:
        The color channels count.
      • isRemoveGlobalTextEngineResource

        boolean isRemoveGlobalTextEngineResource()

        Gets a value indicating whether - Remove the global text engine resource - Used for some text-layered psd files, in only case, when they can not be opened in Adobe Photoshop after processing (mostly for absent fonts text layers related). After using this option, user need to Make next in opened in Photoshop file: Menu "Text" -> "Process absent fonts". After that operation all text will appear again. Please note, that this operation may cause some final layout changes.

        Returns:
        true if [remove global text engine resource]; otherwise, false.
      • isRefreshImagePreviewData

        boolean isRefreshImagePreviewData()

        Gets a value indicating whether [refresh image preview data] - option used to maximize compatibility with another PSD image viewers.

        Returns:
        true if [refresh image preview data]; otherwise, false.