Package chemaxon.marvin.util
Interface CopyOptConstants
@PublicApi
@Deprecated(forRemoval=true)
@SubjectToRemoval(date=JUL_01_2025)
public interface CopyOptConstants
Deprecated, for removal: This API element is subject to removal in a future version.
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
Modifier and TypeFieldDescriptionstatic final String
Deprecated, for removal: This API element is subject to removal in a future version.static final String
Deprecated, for removal: This API element is subject to removal in a future version.static final String
Deprecated, for removal: This API element is subject to removal in a future version.static final String
Deprecated, for removal: This API element is subject to removal in a future version.static final String
Deprecated, for removal: This API element is subject to removal in a future version.will be deleted, no need to this constantstatic final String
Deprecated, for removal: This API element is subject to removal in a future version.will be deleted, no need to this constantstatic final String
Deprecated, for removal: This API element is subject to removal in a future version.will be deleted, no need to this constantstatic final String
Deprecated, for removal: This API element is subject to removal in a future version.will be deleted, no need to this constantstatic final String
Deprecated, for removal: This API element is subject to removal in a future version.will be deleted, no need to this constantstatic final String
Deprecated, for removal: This API element is subject to removal in a future version.will be deleted, no need to this constantstatic final String
Deprecated, for removal: This API element is subject to removal in a future version.will be deleted, no need to this constantstatic final String
Deprecated, for removal: This API element is subject to removal in a future version.will be deleted, no need to this constantstatic final String
Deprecated, for removal: This API element is subject to removal in a future version.will be deleted, no need to this constantstatic final String
Deprecated, for removal: This API element is subject to removal in a future version.
-
Field Details
-
COPY_AS_TEXT
Deprecated, for removal: This API element is subject to removal in a future version.Copy data to the clipboard as Plain Text- See Also:
-
COPY_AS_IMAGE_BITMAP
@Deprecated(forRemoval=true) @SubjectToRemoval(date=JUL_01_2025) static final String COPY_AS_IMAGE_BITMAPDeprecated, for removal: This API element is subject to removal in a future version.Copy data to the clipboard as a Bitmap image- See Also:
-
COPY_AS_OLE
Deprecated, for removal: This API element is subject to removal in a future version.Copy data to the clipboard as an OLE object- See Also:
-
COPY_AS_IMAGE_EMF
@Deprecated(forRemoval=true) @SubjectToRemoval(date=JUL_01_2025) static final String COPY_AS_IMAGE_EMFDeprecated, for removal: This API element is subject to removal in a future version.Copy data to the clipboard as a Vector graphical image- See Also:
-
FMT_STRUCTURE
Deprecated, for removal: This API element is subject to removal in a future version.Id for structure copy.- See Also:
-
FMT_MRV
Deprecated, for removal: This API element is subject to removal in a future version.will be deleted, no need to this constantId for mrv copy.- See Also:
-
FMT_MOL
Deprecated, for removal: This API element is subject to removal in a future version.will be deleted, no need to this constantId for mol copy.- See Also:
-
FMT_RXN
Deprecated, for removal: This API element is subject to removal in a future version.will be deleted, no need to this constantId for rxn copy.- See Also:
-
FMT_EMF
Deprecated, for removal: This API element is subject to removal in a future version.will be deleted, no need to this constantId for EMF copy.- See Also:
-
FMT_IMAGE
Deprecated, for removal: This API element is subject to removal in a future version.will be deleted, no need to this constantId for image copy.- See Also:
-
FMT_PLAINTEXT
Deprecated, for removal: This API element is subject to removal in a future version.will be deleted, no need to this constantId for Plain Text copy.- See Also:
-
FMT_STRING
Deprecated, for removal: This API element is subject to removal in a future version.will be deleted, no need to this constantId for String copy.- See Also:
-
FMT_SMILES
Deprecated, for removal: This API element is subject to removal in a future version.will be deleted, no need to this constantId for SMILES copy.- See Also:
-
FMT_OLE
Deprecated, for removal: This API element is subject to removal in a future version.will be deleted, no need to this constantId for OLE copy.- See Also:
-