com.aspose.slides.pptx.effects
Class AlphaFloor

java.lang.Object
  extended by com.aspose.slides.pptx.effects.ImageTransformOperationEx
      extended by com.aspose.slides.pptx.effects.AlphaFloor
All Implemented Interfaces:
IPresentationComponent, ISlideComponent

public class AlphaFloor
extends ImageTransformOperationEx

Alpha Floor effect.

Alpha (opacity) values less than 100% are changed to zero. In other words, anything partially transparent becomes fully transparent.


Constructor Summary
AlphaFloor()
          Alpha Floor effect constructor.
 
Method Summary
 
Methods inherited from class com.aspose.slides.pptx.effects.ImageTransformOperationEx
getPresentation, getSlide
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AlphaFloor

public AlphaFloor()
Alpha Floor effect constructor.