|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.ShapeEx
com.aspose.slides.GeometryShapeEx
com.aspose.slides.PictureFrameEx
public class PictureFrameEx
Represents a frame with a picture inside.
Method Summary | |
---|---|
PictureFillFormatEx |
getPictureFormat()
Returns the PictureFillFormat object for a picture frame. |
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. |
PictureFrameLockEx |
getShapeLock()
Returns shape's locks. |
int |
getShapeType()
Returns or sets the AutoShape type for a PictureFrame. |
void |
setRelativeScaleHeight(float value)
|
void |
setRelativeScaleWidth(float value)
|
void |
setShapeType(int value)
|
Methods inherited from class com.aspose.slides.GeometryShapeEx |
---|
createShapeElements, getAdjustments, getShapeStyle |
Methods inherited from class com.aspose.slides.ShapeEx |
---|
addPlaceholder, createEffectFormatData, createFillFormatData, createLineFormatData, createThreeDFormatData, getAlternativeText, getEffectFormat, getFillFormat, getFrame, getHeight, getHidden, getHLinkClick, getHLinkMouseOver, getLineFormat, getName, getParent, getPlaceholder, getPresentation, getRawFrame, getRotation, getSlide, getTags, getThreeDFormat, getWidth, getX, getY, getZOrderPosition, isTextHolder, removePlaceholder, setAlternativeText, setFrame, setHeight, setHidden, setHLinkClick, setHLinkMouseOver, setName, setRawFrame, setRotation, setWidth, setX, setY |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public PictureFrameLockEx getShapeLock()
Returns shape's locks.
Readonly PictureFrameLockEx
.
public int getShapeType()
Returns or sets the AutoShape type for a PictureFrame.
There are allowable all items of the set ShapeTypeEx
,
except all sorts of lines:
ShapeTypeEx.Line,
ShapeTypeEx.StraightConnector1,
ShapeTypeEx.BentConnector2,
ShapeTypeEx.BentConnector3,
ShapeTypeEx.BentConnector4,
ShapeTypeEx.BentConnector5,
ShapeTypeEx.CurvedConnector2,
ShapeTypeEx.CurvedConnector3,
ShapeTypeEx.CurvedConnector4,
ShapeTypeEx.CurvedConnector5.
Read/write ShapeTypeEx
.
getShapeType
in class GeometryShapeEx
public void setShapeType(int value)
setShapeType
in class GeometryShapeEx
public PictureFillFormatEx getPictureFormat()
Returns the PictureFillFormat object for a picture frame.
Read-only PictureFillFormatEx
.
public float getRelativeScaleHeight()
Returns or sets the scale of height(relative to original picture size) of the picture frame. Value 1.0 corresponds to 100%.
public void setRelativeScaleHeight(float value)
public float getRelativeScaleWidth()
Returns or sets the scale of width (relative to original picture size) of the picture frame. Value 1.0 corresponds to 100%.
public void setRelativeScaleWidth(float value)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |