com.aspose.slides

Interfaces

Classes

Exceptions

com.aspose.slides

Class PersistenceType

  • java.lang.Object
    • com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
      • com.aspose.ms.System.Enum
        • com.aspose.slides.PersistenceType


  • public final class PersistenceType
    extends com.aspose.ms.System.Enum

    Specifies the method used to store properties of the ActiveX control.

    • Nested Class Summary

      • Nested classes/interfaces inherited from class com.aspose.ms.System.Enum

        com.aspose.ms.System.Enum.AbstractEnum, com.aspose.ms.System.Enum.FlaggedEnum, com.aspose.ms.System.Enum.ObjectEnum, com.aspose.ms.System.Enum.SimpleEnum
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static int NotDefined
      Persistance id not specified.
      static int PersistPropertyBag
      Specifies that the ActiveX control is persisted using property-bag-based persistence.
      static int PersistStorage
      Specifies that the ActiveX control is persisted using storage-based persistence.
      static int PersistStream
      Specifies that the ActiveX control is persisted using a stream-based persistence that does not support initialization of the ActiveX control to a default state.
      static int PersistStreamInit
      Specifies that the ActiveX control is persisted using a stream-based persistence that supports initialization of the ActiveX control to a default state.
      • Fields inherited from class com.aspose.ms.System.Enum

        EnumSeparatorCharArray
    • Method Summary

      • Methods inherited from class com.aspose.ms.System.Enum

        Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • NotDefined

        public static final int NotDefined

        Persistance id not specified.

        See Also:
        Constant Field Values
      • PersistPropertyBag

        public static final int PersistPropertyBag

        Specifies that the ActiveX control is persisted using property-bag-based persistence. Property-bag-based persistence stores an ActiveX control by means of a collection of name and value pairs which specify the data persisted by the ActiveX control.

        See Also:
        Constant Field Values
      • PersistStream

        public static final int PersistStream

        Specifies that the ActiveX control is persisted using a stream-based persistence that does not support initialization of the ActiveX control to a default state.

        See Also:
        Constant Field Values
      • PersistStreamInit

        public static final int PersistStreamInit

        Specifies that the ActiveX control is persisted using a stream-based persistence that supports initialization of the ActiveX control to a default state.

        See Also:
        Constant Field Values
      • PersistStorage

        public static final int PersistStorage

        Specifies that the ActiveX control is persisted using storage-based persistence.

        See Also:
        Constant Field Values