Package chemaxon.marvin.util
Interface CopyOptConstants
-
@Deprecated @PublicAPI public interface CopyOptConstants
Deprecated.since 5.2.1 the whole copy-paste engine was refactored. The constants defined in this interface either non exists in the new implementation or its value has changed. See the constants own description for details.Display option masks and offsets.- Since:
- Marvin 4.1, 01/06/2006
-
-
Field Summary
Fields Modifier and Type Field Description static String
COPY_AS_IMAGE_BITMAP
Deprecated.static String
COPY_AS_IMAGE_EMF
Deprecated.static String
COPY_AS_OLE
Deprecated.static String
COPY_AS_TEXT
Deprecated.static String
FMT_EMF
Deprecated.will be deleted, no need to this constantstatic String
FMT_IMAGE
Deprecated.will be deleted, no need to this constantstatic String
FMT_MOL
Deprecated.will be deleted, no need to this constantstatic String
FMT_MRV
Deprecated.will be deleted, no need to this constantstatic String
FMT_OLE
Deprecated.will be deleted, no need to this constantstatic String
FMT_PLAINTEXT
Deprecated.will be deleted, no need to this constantstatic String
FMT_RXN
Deprecated.will be deleted, no need to this constantstatic String
FMT_SMILES
Deprecated.will be deleted, no need to this constantstatic String
FMT_STRING
Deprecated.will be deleted, no need to this constantstatic String
FMT_STRUCTURE
Deprecated.
-
-
-
Field Detail
-
COPY_AS_TEXT
@Deprecated static final String COPY_AS_TEXT
Deprecated.Copy data to the clipboard as Plain Text- See Also:
- Constant Field Values
-
COPY_AS_IMAGE_BITMAP
@Deprecated static final String COPY_AS_IMAGE_BITMAP
Deprecated.Copy data to the clipboard as a Bitmap image- See Also:
- Constant Field Values
-
COPY_AS_OLE
@Deprecated static final String COPY_AS_OLE
Deprecated.Copy data to the clipboard as an OLE object- See Also:
- Constant Field Values
-
COPY_AS_IMAGE_EMF
@Deprecated static final String COPY_AS_IMAGE_EMF
Deprecated.Copy data to the clipboard as a Vector graphical image- See Also:
- Constant Field Values
-
FMT_STRUCTURE
@Deprecated static final String FMT_STRUCTURE
Deprecated.Id for structure copy.- See Also:
- Constant Field Values
-
FMT_MRV
@Deprecated static final String FMT_MRV
Deprecated.will be deleted, no need to this constantId for mrv copy.- See Also:
- Constant Field Values
-
FMT_MOL
@Deprecated static final String FMT_MOL
Deprecated.will be deleted, no need to this constantId for mol copy.- See Also:
- Constant Field Values
-
FMT_RXN
@Deprecated static final String FMT_RXN
Deprecated.will be deleted, no need to this constantId for rxn copy.- See Also:
- Constant Field Values
-
FMT_EMF
@Deprecated static final String FMT_EMF
Deprecated.will be deleted, no need to this constantId for EMF copy.- See Also:
- Constant Field Values
-
FMT_IMAGE
@Deprecated static final String FMT_IMAGE
Deprecated.will be deleted, no need to this constantId for image copy.- See Also:
- Constant Field Values
-
FMT_PLAINTEXT
@Deprecated static final String FMT_PLAINTEXT
Deprecated.will be deleted, no need to this constantId for Plain Text copy.- See Also:
- Constant Field Values
-
FMT_STRING
@Deprecated static final String FMT_STRING
Deprecated.will be deleted, no need to this constantId for String copy.- See Also:
- Constant Field Values
-
FMT_SMILES
@Deprecated static final String FMT_SMILES
Deprecated.will be deleted, no need to this constantId for SMILES copy.- See Also:
- Constant Field Values
-
FMT_OLE
@Deprecated static final String FMT_OLE
Deprecated.will be deleted, no need to this constantId for OLE copy.- See Also:
- Constant Field Values
-
-