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

PropertyTypeAccessDescription
shapeTypeShapeTypeRead/Write
pictureFrameLockIPictureFrameLockRead/Write
pictureFormatIPictureFillFormatRead/Write
relativeScaleHeightdoubleRead/Write
relativeScaleWidthdoubleRead/Write
cameobooleanRead/Write
cNvPrElementRead/Write

Methods

MethodReturnsDescription
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()ElementReturns the cNvPr element from <p:nvPicPr>/<p:cNvPr>.

See Also