com.aspose.slides
Class LinkEmbedDecision

java.lang.Object
  extended by com.aspose.ms.java.Enum
      extended by com.aspose.slides.LinkEmbedDecision

public final class LinkEmbedDecision
extends com.aspose.ms.java.Enum

Determines how object will be processed during saving.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.aspose.ms.java.Enum
com.aspose.ms.java.Enum.AbstractEnum, com.aspose.ms.java.Enum.FlaggedEnum, com.aspose.ms.java.Enum.SimpleEnum
 
Field Summary
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.java.Enum
EnumSeparatorCharArray
 
Method Summary
 
Methods inherited from class com.aspose.ms.java.Enum
format, format, get_Caption, get_Value, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, parse, parse, parse, parse, register, toObject
 
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

Ignore

public static final int Ignore

Object will be ignored.

See Also:
Constant Field Values