com.aspose.slides

Interfaces

Classes

Exceptions

com.aspose.slides

Class LinkEmbedDecision

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


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

    Determines how object will be processed during saving.

    • 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 Embed
      Object should be embedded to a generated file if possible.
      static int Ignore
      Object will be ignored.
      static int Link
      Object will be stored externally, referrenced by URL
      • 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

      • Link

        public static final int Link

        Object will be stored externally, referrenced by URL

        See Also:
        Constant Field Values
      • Embed

        public static final int Embed

        Object should be embedded to a generated file if possible. If embedding is imposible, GetUrl will be called and, depending on result, object will be referrenced by URL or ignored.

        See Also:
        Constant Field Values