|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.SlideSize
public class SlideSize
Represents a size of slide.
Constructor Summary | |
---|---|
SlideSize()
|
Method Summary | |
---|---|
int |
getOrientation()
Returns or sets the slide orientation. |
java.awt.geom.Dimension2D |
getSize()
|
int |
getType()
Returns or sets the type of slide size. |
void |
setOrientation(int value)
|
void |
setSize(java.awt.geom.Dimension2D value)
|
void |
setType(int value)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SlideSize()
Method Detail |
---|
public java.awt.geom.Dimension2D getSize()
getSize
in interface ISlideSize
public void setSize(java.awt.geom.Dimension2D value)
setSize
in interface ISlideSize
public int getType()
Returns or sets the type of slide size.
Read/Write SlideSizeType
.
SlideSizeType.Custom
will change SlideSize.SizeSize
accordingly, but will keep SlideSize.OrientationOrientation
intact.
getType
in interface ISlideSize
public void setType(int value)
setType
in interface ISlideSize
public int getOrientation()
Returns or sets the slide orientation.
Read/Write SlideOrienation
.
getOrientation
in interface ISlideSize
public void setOrientation(int value)
setOrientation
in interface ISlideSize
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |