com.aspose.slides

Interfaces

Classes

Exceptions

com.aspose.slides

Interface IViewProperties

  • All Known Implementing Classes:
    ViewProperties


    public interface IViewProperties

    Presentation wide view properties.

    • Method Detail

      • getLastView

        int getLastView()

        Specifies the view mode that was used when the presentation document was last saved. Read/write ViewType.

      • setLastView

        void setLastView(int value)

        Specifies the view mode that was used when the presentation document was last saved. Read/write ViewType.

      • getShowComments

        byte getShowComments()

        Specifies whether the slide comments should be shown. Read/write NullableBool.

      • setShowComments

        void setShowComments(byte value)

        Specifies whether the slide comments should be shown. Read/write NullableBool.

      • getNormalViewProperties

        INormalViewProperties getNormalViewProperties()

        Represents normal view properties. The normal view consists of three content regions: the slide itself, a side content region, and a bottom content region. Read-only INormalViewProperties.