com.aspose.slides

Interfaces

Classes

Exceptions

com.aspose.slides

Class ImagePixelFormat

  • java.lang.Object
    • com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
      • com.aspose.ms.System.Enum
        • com.aspose.slides.ImagePixelFormat


  • public final class ImagePixelFormat
    extends com.aspose.ms.System.Enum

    Specifies the pixel format for the generated images.

    • Nested Class Summary

      • Nested classes/interfaces inherited from class com.aspose.ms.System.Enum

        com.aspose.ms.System.Enum.AbstractEnum, com.aspose.ms.System.Enum.FlaggedEnum, com.aspose.ms.System.Enum.ObjectEnum, com.aspose.ms.System.Enum.SimpleEnum
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static int Format1bppIndexed
      1 bits per pixel, indexed.
      static int Format24bppRgb
      24 bits per pixel, RGB.
      static int Format32bppArgb
      32 bits per pixel, ARGB.
      static int Format4bppIndexed
      4 bits per pixel, indexed.
      static int Format8bppIndexed
      8 bits per pixel, indexed.
      • Fields inherited from class com.aspose.ms.System.Enum

        EnumSeparatorCharArray
    • Method Summary

      • Methods inherited from class com.aspose.ms.System.Enum

        Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • Format1bppIndexed

        public static final int Format1bppIndexed

        1 bits per pixel, indexed.

        See Also:
        Constant Field Values
      • Format4bppIndexed

        public static final int Format4bppIndexed

        4 bits per pixel, indexed.

        See Also:
        Constant Field Values
      • Format8bppIndexed

        public static final int Format8bppIndexed

        8 bits per pixel, indexed.

        See Also:
        Constant Field Values
      • Format24bppRgb

        public static final int Format24bppRgb

        24 bits per pixel, RGB.

        See Also:
        Constant Field Values
      • Format32bppArgb

        public static final int Format32bppArgb

        32 bits per pixel, ARGB.

        See Also:
        Constant Field Values