com.spire.doc.documents
Enum OleLinkType
java.lang.Object
java.lang.Enum<OleLinkType>
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
|
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
getValue
public int getValue()