|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.SlideSizeEx
public class SlideSizeEx
Represents a size of slide.
Constructor Summary | |
---|---|
SlideSizeEx()
|
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 SlideSizeEx()
Method Detail |
---|
public java.awt.geom.Dimension2D getSize()
public void setSize(java.awt.geom.Dimension2D value)
public int getType()
Returns or sets the type of slide size.
Read/Write SlideSizeTypeEx
.
SlideSizeTypeEx.Custom
will change SlideSizeEx.SizeSize
accordingly, but will keep SlideSizeEx.OrientationOrientation
intact.
public void setType(int value)
public int getOrientation()
Returns or sets the slide orientation.
Read/Write SlideOrienationEx
.
public void setOrientation(int value)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |