Images
Vue de l’ensemble
‘Picture’ est une classe dans Aspose.Slides FOSS pour Java. Il découle de: ‘ISlidePikture’, ‘IslidComponent’, et ‘IPresentationComposent’.
Représente une image dans une présentation.
Cette classe fournit 14 méthodes pour travailler avec des objets de la image dans les programmes Java. Les méthodologies disponibles comprennent: asIPresentationComponent, aISlideComposent‘, 'computeRelativePath', flushPendingBlipImages,getImage,, getLinkPathlong 'getPresentations getsLide ‘initInternal’setBlipsimage’,setImag’ et SetLinkMathLong’. Tous les membres publics sont accessibles à toute application Java après l'installation de l’Aspose.Slides FOSS pour le package Java . Propriétés : image et 'linkPatthlang
Propriétés
| Name | Type | Access | Description |
|---|---|---|---|
image | IPPImage | Read | Gets the image. |
linkPathLong | String | Read | Gets the link path long. |
presentation | IPresentation | Read | Gets the presentation. |
slide | IBaseSlide | Read | Gets the slide. |
méthodes
| Signature | Description |
|---|---|
initInternal(blipElement: Element, parentSlide: IBaseSlide, parentPresentation: IPresentation) | Internal initialisation with the {@code <a:blip>} XML element. |
initInternal(blipElement: Element, parentSlide: IBaseSlide) | Internal initialisation with the {@code <a:blip>} XML element (no presentation context). |
initInternal(blipElement: Element, opcPackage: OpcPackage, slidePartName: String, parentSlide: IBaseSlide) | Internal initialisation with the {@code <a:blip>} XML element and OPC package context. |
asIPresentationComponent() → IPresentationComponent | |
getImage() → IPPImage | Returns the image. |
setImage(value: IPPImage) | Sets the image value. |
getLinkPathLong() → String | Returns the link path long. |
setLinkPathLong(value: String) | Sets the link path long value. |
getPresentation() → IPresentation | Returns the presentation. |
getSlide() → IBaseSlide | Returns the slide. |
asISlideComponent() → ISlideComponent | |
flushPendingBlipImages(element: Element, parentSlide: IBaseSlide) | Resolves any pending image references on {@code <a:blip>} elements within the given XML tree. |
setBlipImage(blipEl: Element, opcPackage: OpcPackage, slidePartName: String, ppImage: IPPImage) | Sets the image relationship on a blip element using OPC relationship management. |
computeRelativePath(fromDir: String, toPath: String) → String | Computes a relative path from a directory to a target path. |
Voir aussi
- Aspose.Slides - référence API d’entreprise