com.aspose.slides

Interfaces

Classes

Exceptions

com.aspose.slides

Class PicturesCompression

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


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

    Represents the pictures compression level

    • 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 DocumentResolution
      Use document resolution - the picture will not be compressed and used in document as-is
      static int Dpi150
      Good for web pages and projectors
      static int Dpi220
      Excellent quality on most printers and screens
      static int Dpi330
      Good quality for high-definition (HD) displays
      static int Dpi72
      Default compression level
      static int Dpi96
      Minimize document size for sharing
      • 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

      • Dpi330

        public static final int Dpi330

        Good quality for high-definition (HD) displays

        See Also:
        Constant Field Values
      • Dpi220

        public static final int Dpi220

        Excellent quality on most printers and screens

        See Also:
        Constant Field Values
      • Dpi150

        public static final int Dpi150

        Good for web pages and projectors

        See Also:
        Constant Field Values
      • Dpi96

        public static final int Dpi96

        Minimize document size for sharing

        See Also:
        Constant Field Values
      • DocumentResolution

        public static final int DocumentResolution

        Use document resolution - the picture will not be compressed and used in document as-is

        See Also:
        Constant Field Values