|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IPictureFrame
Represents a frame with a picture inside.
Method Summary | |
---|---|
IPictureFillFormat |
getPictureFormat()
Returns the PictureFillFormat object for a picture frame. |
IPictureFrameLock |
getPictureFrameLock()
Returns PictureFrame's locks. |
float |
getRelativeScaleHeight()
Returns or sets the scale of height(relative to original picture size) of the picture frame. |
float |
getRelativeScaleWidth()
Returns or sets the scale of width (relative to original picture size) of the picture frame. |
void |
setRelativeScaleHeight(float value)
Returns or sets the scale of height(relative to original picture size) of the picture frame. |
void |
setRelativeScaleWidth(float value)
Returns or sets the scale of width (relative to original picture size) of the picture frame. |
Methods inherited from interface com.aspose.slides.IGeometryShape |
---|
createShapeElements, getAdjustments, getShapeStyle, getShapeType, setShapeType |
Methods inherited from interface com.aspose.slides.ISlideComponent |
---|
getSlide |
Methods inherited from interface com.aspose.slides.IPresentationComponent |
---|
getPresentation |
Methods inherited from interface com.aspose.slides.IHyperlinkContainer |
---|
getHyperlinkClick, getHyperlinkManager, getHyperlinkMouseOver, setHyperlinkClick, setHyperlinkMouseOver |
Method Detail |
---|
IPictureFrameLock getPictureFrameLock()
Returns PictureFrame's locks.
Read-only IPictureFrameLock
.
IPictureFillFormat getPictureFormat()
Returns the PictureFillFormat object for a picture frame.
Read-only IPictureFillFormat
.
float getRelativeScaleHeight()
Returns or sets the scale of height(relative to original picture size) of the picture frame. Value 1.0 corresponds to 100%.
Read/write float
.
void setRelativeScaleHeight(float value)
Returns or sets the scale of height(relative to original picture size) of the picture frame. Value 1.0 corresponds to 100%.
Read/write float
.
float getRelativeScaleWidth()
Returns or sets the scale of width (relative to original picture size) of the picture frame. Value 1.0 corresponds to 100%.
Read/write float
.
void setRelativeScaleWidth(float value)
Returns or sets the scale of width (relative to original picture size) of the picture frame. Value 1.0 corresponds to 100%.
Read/write float
.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |