|
||||||||
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()
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. |
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()
Returns or sets the size in points.
Read/write SizeF
.
TypeType
property to SlideSizeType.Custom
and set SlideSize.OrientationOrientation
.
getSize
in interface ISlideSize
public void setSize(java.awt.geom.Dimension2D value)
Returns or sets the size in points.
Read/write SizeF
.
TypeType
property to SlideSizeType.Custom
and set SlideSize.OrientationOrientation
.
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)
Returns or sets the type of slide size.
Read/write SlideSizeType
.
SlideSizeType.Custom
will change SlideSize.SizeSize
accordingly, but will keep SlideSize.OrientationOrientation
intact.
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)
Returns or sets the slide orientation.
Read/write SlideOrienation
.
setOrientation
in interface ISlideSize
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |