com.aspose.cells

Class ActiveXPersistenceType

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

Utility class containing constants. Represents the persistence method to persist an ActiveX control.

Field Summary
static final intPROPERTY_BAG
The data is stored as xml data.
static final intSTORAGE
The data is stored as a storage binary data.
static final intSTREAM
The data is stored as a stream binary data.
static final intSTREAM_INIT
The data is stored as a streaminit binary data.
 

    • Field Detail

      • PROPERTY_BAG

        public static final int PROPERTY_BAG
        The data is stored as xml data.
      • STORAGE

        public static final int STORAGE
        The data is stored as a storage binary data.
      • STREAM

        public static final int STREAM
        The data is stored as a stream binary data.
      • STREAM_INIT

        public static final int STREAM_INIT
        The data is stored as a streaminit binary data.