|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.pptx.SlideSizeEx
public class SlideSizeEx
Represents a size of a slide.
Constructor Summary | |
---|---|
SlideSizeEx()
|
Method Summary | |
---|---|
SlideOrienationEx |
getOrientation()
Returns the slide orientation. |
java.awt.Dimension |
getSize()
Returns the size in points. |
SlideSizeTypeEx |
getType()
Returns the type of slide size. |
void |
setOrientation(SlideOrienationEx value)
Sets the slide orientation. |
void |
setSize(java.awt.geom.Dimension2D value)
Sets the size in points. |
void |
setType(SlideSizeTypeEx value)
Sets the type of a slide size. |
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.Dimension getSize()
public void setSize(java.awt.geom.Dimension2D value)
public SlideSizeTypeEx getType()
public void setType(SlideSizeTypeEx value)
public SlideOrienationEx getOrientation()
public void setOrientation(SlideOrienationEx value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |