FillOverlay
General
FillOverlay is a class in Aspose.Slides FOSS for Java.
Inherits from: ImageTransformOperation, IFillOverlay, ISlideComponent.
FillOverlay és una classe en Aspose.Slides FOSS per a Java. És heretat de: ゚ImageTransformOperation⌒, ∂IFillOverlayヽ, \\Placehollder2\ \\ .
Representa un efecte de sobreposició del rellotge.
Propietats
| Name | Type | Access | Description |
|---|---|---|---|
fillFormat | IFillFormat | Read | Property exposes the overlay’s IFillFormat |
blend | FillBlendMode | Read | Property exposes the overlay’s FillBlendMode |
Mètodes
| Signature | Description |
|---|---|
FillOverlay() | Creates an uninitialized {@code FillOverlay}. |
FillOverlay(element: Element, saveCallback: Runnable) | Creates a new FillOverlay backed by the given XML element. |
FillOverlay(element: Element, saveCallback: Runnable, parentSlide: IBaseSlide) | Creates a new FillOverlay backed by the given XML element with a parent slide reference. |
initInternal(element: Element, saveCallback: Runnable, parentSlide: IBaseSlide) | Initializes this fill overlay with the backing XML element, save callback, |
| and parent slide reference. | |
getFillFormat() → IFillFormat | Returns the IFillFormat associated with this overlay |
getBlend() → FillBlendMode | Returns the current FillBlendMode of the overlay |
setBlend(value: FillBlendMode) | Sets the overlay’s blend mode to the specified FillBlendMode |
asIPresentationComponent() → IPresentationComponent | Returns this overlay as an IPresentationComponent |