com.aspose.slides

Interfaces

Classes

Exceptions

com.aspose.slides

Class NormalViewProperties

  • java.lang.Object
    • com.aspose.slides.NormalViewProperties
  • All Implemented Interfaces:
    INormalViewProperties


    public class NormalViewProperties
    extends java.lang.Object
    implements INormalViewProperties

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

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      int getHorizontalBarState()
      Specifies the state that the horizontal splitter bar should be shown in.
      boolean getPreferSingleView()
      Specifies whether the user prefers to see a full-window single-content region over the standard normal view with three content regions.If enabled, the application may choose to display one of the content regions in the entire window.
      INormalViewRestoredProperties getRestoredLeft()
      This element specifies the sizing of the side content region of the normal view, when the region is of a variable restored size(neither minimized nor maximized).
      INormalViewRestoredProperties getRestoredTop()
      This element specifies the sizing of the top slide region of the normal view, when the region is of a variable restored size(neither minimized nor maximized).
      boolean getShowOutlineIcons()
      Specifies whether the application should show icons if displaying outline content in any of the content regions of normal view mode.
      boolean getSnapVerticalSplitter()
      Specifies whether the vertical splitter should snap to a minimized state when the side region is sufficiently small.
      int getVerticalBarState()
      Specifies the state that the vertical splitter bar should be shown in.
      void setHorizontalBarState(int value)
      Specifies the state that the horizontal splitter bar should be shown in.
      void setPreferSingleView(boolean value)
      Specifies whether the user prefers to see a full-window single-content region over the standard normal view with three content regions.If enabled, the application may choose to display one of the content regions in the entire window.
      void setShowOutlineIcons(boolean value)
      Specifies whether the application should show icons if displaying outline content in any of the content regions of normal view mode.
      void setSnapVerticalSplitter(boolean value)
      Specifies whether the vertical splitter should snap to a minimized state when the side region is sufficiently small.
      void setVerticalBarState(int value)
      Specifies the state that the vertical splitter bar should be shown in.
      • Methods inherited from class java.lang.Object

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

      • getShowOutlineIcons

        public final boolean getShowOutlineIcons()

        Specifies whether the application should show icons if displaying outline content in any of the content regions of normal view mode. Read/write boolean.

        Specified by:
        getShowOutlineIcons in interface INormalViewProperties
      • setShowOutlineIcons

        public final void setShowOutlineIcons(boolean value)

        Specifies whether the application should show icons if displaying outline content in any of the content regions of normal view mode. Read/write boolean.

        Specified by:
        setShowOutlineIcons in interface INormalViewProperties
      • getSnapVerticalSplitter

        public final boolean getSnapVerticalSplitter()

        Specifies whether the vertical splitter should snap to a minimized state when the side region is sufficiently small. Read/write boolean.

        Specified by:
        getSnapVerticalSplitter in interface INormalViewProperties
      • setSnapVerticalSplitter

        public final void setSnapVerticalSplitter(boolean value)

        Specifies whether the vertical splitter should snap to a minimized state when the side region is sufficiently small. Read/write boolean.

        Specified by:
        setSnapVerticalSplitter in interface INormalViewProperties
      • getVerticalBarState

        public final int getVerticalBarState()

        Specifies the state that the vertical splitter bar should be shown in. A vertical splitter bar separates the slide from the side content region.

        Specified by:
        getVerticalBarState in interface INormalViewProperties
      • setVerticalBarState

        public final void setVerticalBarState(int value)

        Specifies the state that the vertical splitter bar should be shown in. A vertical splitter bar separates the slide from the side content region.

        Specified by:
        setVerticalBarState in interface INormalViewProperties
      • getHorizontalBarState

        public final int getHorizontalBarState()

        Specifies the state that the horizontal splitter bar should be shown in. A horizontal splitter bar separates the slide from the content region below the slide.

        Specified by:
        getHorizontalBarState in interface INormalViewProperties
      • setHorizontalBarState

        public final void setHorizontalBarState(int value)

        Specifies the state that the horizontal splitter bar should be shown in. A horizontal splitter bar separates the slide from the content region below the slide.

        Specified by:
        setHorizontalBarState in interface INormalViewProperties
      • getPreferSingleView

        public final boolean getPreferSingleView()

        Specifies whether the user prefers to see a full-window single-content region over the standard normal view with three content regions.If enabled, the application may choose to display one of the content regions in the entire window. Read/write boolean.

        Specified by:
        getPreferSingleView in interface INormalViewProperties
      • setPreferSingleView

        public final void setPreferSingleView(boolean value)

        Specifies whether the user prefers to see a full-window single-content region over the standard normal view with three content regions.If enabled, the application may choose to display one of the content regions in the entire window. Read/write boolean.

        Specified by:
        setPreferSingleView in interface INormalViewProperties
      • getRestoredLeft

        public final INormalViewRestoredProperties getRestoredLeft()

        This element specifies the sizing of the side content region of the normal view, when the region is of a variable restored size(neither minimized nor maximized). Read opnly INormalViewResotredProperties.

        Specified by:
        getRestoredLeft in interface INormalViewProperties
      • getRestoredTop

        public final INormalViewRestoredProperties getRestoredTop()

        This element specifies the sizing of the top slide region of the normal view, when the region is of a variable restored size(neither minimized nor maximized). Read only INormalViewResotredProperties.

        Specified by:
        getRestoredTop in interface INormalViewProperties