com.spire.doc.documents
Enum OleLinkType

java.lang.Object
  extended by java.lang.Enum<OleLinkType>
      extended by com.spire.doc.documents.OleLinkType
All Implemented Interfaces:
java.lang.Comparable<OleLinkType>

public enum OleLinkType
extends java.lang.Enum<OleLinkType>

Defines types of the ole object field


Enum Constant Summary
Control
           
Embed
          Ole object field type is EMBED
Link
          Ole object field type is LINK
None
           
 
Method Summary
 int getValue()
           
 

Enum Constant Detail

None

public static final OleLinkType None

Embed

public static final OleLinkType Embed
Ole object field type is EMBED


Link

public static final OleLinkType Link
Ole object field type is LINK


Control

public static final OleLinkType Control
Method Detail

getValue

public int getValue()