PictureFrame — Aspose.Slides FOSS Java API Reference
PictureFrame — Represents a frame with a picture inside. Inherits from: GeometryShape, IPictureFrame.
Package: org.aspose.slides.foss
Properties
| Property | Type | Access | Description |
|---|---|---|---|
shapeType | ShapeType | Read/Write | |
pictureFrameLock | IPictureFrameLock | Read/Write | |
pictureFormat | IPictureFillFormat | Read/Write | |
relativeScaleHeight | double | Read/Write | |
relativeScaleWidth | double | Read/Write | |
cameo | boolean | Read/Write | |
cNvPr | Element | Read/Write |
Methods
| Method | Returns | Description |
|---|---|---|
getShapeType() | ShapeType | {@inheritDoc} Returns or sets the AutoShape type for a PictureFrame. |
setShapeType(ShapeType value) | void | {@inheritDoc} / |
getPictureFrameLock() | IPictureFrameLock | {@inheritDoc} Navigates <p:nvPicPr>/<p:cNvPicPr>/<a:picLocks> and creates the <a:picLocks> element if it does not exist. |
getPictureFormat() | IPictureFillFormat | {@inheritDoc} Returns the PictureFillFormat wrapping the <p:blipFill> child element, or null if no blipFill is present. |
getRelativeScaleHeight() | double | |
setRelativeScaleHeight(double value) | void | |
getRelativeScaleWidth() | double | |
setRelativeScaleWidth(double value) | void | |
isCameo() | boolean | |
getCNvPr() | Element | Returns the cNvPr element from <p:nvPicPr>/<p:cNvPr>. |