IHeadingPair{/i:

IHeadingPair{/i:

Približni podaci

LayoutSlide je klasa u Aspose.Slides FOSS za Java. Naslijedi od: ゚BaseSlide⌒, ヽILayoutSlide▽ .

Predstavlja okvir s slikom u njemu.

Oznake i značajke

NameTypeAccessDescription
shapeTypeShapeTypeRead
pictureFrameLockIPictureFrameLockReadProvides access to the picture frame’s lock settings
pictureFormatIPictureFillFormatRead
relativeScaleHeightdoubleReadGets or sets the height scaling factor
relativeScaleWidthdoubleReadGets or sets the width scaling factor
cameobooleanReadIndicates if the frame uses cameo styling
cNvPrElementReadReturns the underlying cNvPr XML element

Metoda za primjenu

SignatureDescription
PictureFrame(xmlElement: Element, saveCallback: Runnable)Creates a PictureFrame backed by the given XML element.
PictureFrame()Creates a PictureFrame with no backing element.
getShapeType()ShapeType{@inheritDoc}

Returns or sets the AutoShape type for a PictureFrame. | | `setShapeType(value: ShapeType)` | {@inheritDoc} / | | `getPictureFrameLock()` → `IPictureFrameLock` | {@inheritDoc}

Navigates {@code //} and creates the {@code } element if it does not exist.

/ | | `getPictureFormat()` → `IPictureFillFormat` | {@inheritDoc}

Returns the {@link PictureFillFormat} wrapping the {@code } child element, or {@code null} if no blipFill is present.

/ | | `getRelativeScaleHeight()` → `double` | Returns the height scaling factor relative to original size | | `setRelativeScaleHeight(value: double)` | Sets the height scaling factor relative to original size | | `getRelativeScaleWidth()` → `double` | Returns the width scaling factor relative to original size | | `setRelativeScaleWidth(value: double)` | Sets the width scaling factor relative to original size | | `isCameo()` → `boolean` | Indicates whether the picture frame is a cameo style | | `getCNvPr()` → `Element` | Returns the {@code cNvPr} element from {@code /}. |
 Hrvatski