com.aspose.cells

Class MetadataType

  • java.lang.Object
    • com.aspose.cells.MetadataType
public class MetadataType 
extends java.lang.Object

Utility class containing constants. Represents the type of metadata.

Field Summary
static final intENCRYPTION
Encrypts the file.
static final intDECRYPTION
Decrypts the file.
static final intDOCUMENT_PROPERTIES
Load the properties of the file.
 

    • Field Detail

      • ENCRYPTION

        public static final int ENCRYPTION
        Encrypts the file.
      • DECRYPTION

        public static final int DECRYPTION
        Decrypts the file.
      • DOCUMENT_PROPERTIES

        public static final int DOCUMENT_PROPERTIES
        Load the properties of the file.