IPictureFrame

General

IPictureFrame és una interfície en Aspose.Slides FOSS per Java.

Representa un marc amb una imatge dins.

Propietats

NameTypeAccessDescription
pictureFrameLockIPictureFrameLockReadProvides access to the shape’s lock settings
pictureFormatIPictureFillFormatReadProvides the picture fill format of the frame
relativeScaleHeightdoubleReadGets or sets the height scale relative to the original picture
relativeScaleWidthdoubleRead
cameobooleanReadIndicates if the picture frame is a cameo

Mètodes

SignatureDescription
getPictureFrameLock()IPictureFrameLockReturns the shape’s locks.
getPictureFormat()IPictureFillFormatReturns the {@link IPictureFillFormat} object for the picture frame.
getRelativeScaleHeight()doubleReturns the scale of height relative to the original picture size.
setRelativeScaleHeight(value: double)Sets the scale of height relative to the original picture size.
getRelativeScaleWidth()doubleReturns the scale of width relative to the original picture size.
setRelativeScaleWidth(value: double)Sets the scale of width relative to the original picture size.
isCameo()booleanDetermines whether the PictureFrame is a Cameo object or not.
 Català