com.aspose.slides
Interface ISlideSize

All Known Implementing Classes:
SlideSize

public interface ISlideSize


Method Summary
 int getOrientation()
           Returns or sets the slide orientation.
 java.awt.geom.Dimension2D getSize()
           Returns or sets the size in points.
 int getType()
           Returns or sets the type of slide size.
 void setOrientation(int value)
           Returns or sets the slide orientation.
 void setSize(java.awt.geom.Dimension2D value)
           Returns or sets the size in points.
 void setType(int value)
           Returns or sets the type of slide size.
 

Method Detail

getSize

java.awt.geom.Dimension2D getSize()

Returns or sets the size in points.


Assigning any value will reset Type property to SlideSizeType.Custom and set ISlideSize.Orientation.

Read/write java.awt.geom.Dimension2D.


setSize

void setSize(java.awt.geom.Dimension2D value)

Returns or sets the size in points.


Assigning any value will reset Type property to SlideSizeType.Custom and set ISlideSize.Orientation.

Read/write java.awt.geom.Dimension2D.


getType

int getType()

Returns or sets the type of slide size.


Assigning any value except SlideSizeType.Custom will change ISlideSize.Size accordingly, but will keep ISlideSize.Orientation intact.

Read/write SlideSizeType.


setType

void setType(int value)

Returns or sets the type of slide size.


Assigning any value except SlideSizeType.Custom will change ISlideSize.Size accordingly, but will keep ISlideSize.Orientation intact.

Read/write SlideSizeType.


getOrientation

int getOrientation()

Returns or sets the slide orientation.


Changing this value will swap slide's dimensions.

Read/write SlideOrienation.


setOrientation

void setOrientation(int value)

Returns or sets the slide orientation.


Changing this value will swap slide's dimensions.

Read/write SlideOrienation.



Copyright © Copyright 2004-2016 Aspose Pty Ltd. All Rights Reserved.