- Não, não.

- Não, não.

Resumo geral

PictureFrame é uma classe em Aspose.Slides FOSS para Java. Herdeiros de: GeometryShape, IPictureFrame.

Representa um quadro com uma imagem dentro.

Propriedades

Nome:Tipo de veículo:AcessosDescrição:
shapeTypeShapeTypeLeia.
pictureFrameLockIPictureFrameLockLeia.Fornece acesso às configurações de bloqueio do quadro da imagem.
pictureFormatIPictureFillFormatLeia.
relativeScaleHeightdoubleLeia.Obtém ou define o fator de escalada da altura
relativeScaleWidthdoubleLeia.Obtém ou define o fator de escalação da largura
cameobooleanLeia.Indica se o quadro usa estilo de câmera
cNvPrElementLeia.Retorna o elemento XML cNvPr subjacente

Métodos de avaliação

AssinaturaDescrição:
PictureFrame(xmlElement: Element, saveCallback: Runnable)Cria um PictureFrame apoiado pelo elemento XML dado.
PictureFrame()Cria um PictureFrame sem elemento de apoio.
getShapeType()ShapeType- Não, não.

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 /}. |
 Português