|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.ViewProperties
public class ViewProperties
Presentation wide view properties.
Method Summary | |
---|---|
int |
getLastView()
Specifies the view mode that was used when the presentation document was last saved. |
ICommonSlideViewProperties |
getNotesViewProperties()
Specifies common view properties associated with the notes view mode. |
com.aspose.slides.IDOMObject |
getParent_Immediate()
Returns Parent_Immediate object. |
byte |
getShowComments()
Specifies whether the slide comments should be shown. |
ICommonSlideViewProperties |
getSlideViewProperties()
Specifies common view properties associated with the slide view mode. |
void |
setLastView(int value)
Specifies the view mode that was used when the presentation document was last saved. |
void |
setShowComments(byte value)
Specifies whether the slide comments should be shown. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public int getLastView()
Specifies the view mode that was used when the presentation document was last saved.
Read/write ViewType
.
getLastView
in interface IViewProperties
public void setLastView(int value)
Specifies the view mode that was used when the presentation document was last saved.
Read/write ViewType
.
setLastView
in interface IViewProperties
public byte getShowComments()
Specifies whether the slide comments should be shown.
Read/write NullableBool
.
getShowComments
in interface IViewProperties
public void setShowComments(byte value)
Specifies whether the slide comments should be shown.
Read/write NullableBool
.
setShowComments
in interface IViewProperties
public ICommonSlideViewProperties getSlideViewProperties()
Specifies common view properties associated with the slide view mode.
Read-only ICommonSlideViewProperties
.
getSlideViewProperties
in interface IViewProperties
public ICommonSlideViewProperties getNotesViewProperties()
Specifies common view properties associated with the notes view mode.
Read-only ICommonSlideViewProperties
.
getNotesViewProperties
in interface IViewProperties
public com.aspose.slides.IDOMObject getParent_Immediate()
Returns Parent_Immediate object.
Read-only IDOMObject
.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |