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