com.aspose.slides

Interfaces

Classes

Exceptions

com.aspose.slides

Class NotesPositions

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


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

    Represents the rule to render notes into exported document

    • 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 BottomFull
      Specifies that notes should be full displayed using additional pages as it is needed.
      static int BottomTruncated
      Specifies that notes should be displayed in only one page.
      static int None
      Specifies that notes should not be displayed at all.
      • 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

      • None

        public static final int None

        Specifies that notes should not be displayed at all.

        See Also:
        Constant Field Values
      • BottomFull

        public static final int BottomFull

        Specifies that notes should be full displayed using additional pages as it is needed.

        See Also:
        Constant Field Values
      • BottomTruncated

        public static final int BottomTruncated

        Specifies that notes should be displayed in only one page.

        See Also:
        Constant Field Values