com.aspose.slides.pptx
Class PatternFormatEx

java.lang.Object
  extended by com.aspose.slides.pptx.PatternFormatEx

public class PatternFormatEx
extends java.lang.Object

Represents a pattern to fill a shape.


Method Summary
 ColorFormatEx getBackColorFormat()
          Returns the background pattern color.
 ColorFormatEx getForeColorFormat()
          Returns the foreground pattern color.
 PatternStyleEx getPatternStyle()
          Returns the pattern style.
 PresentationEx getPresentation()
          Returns the parent presentation of a PatternFormatEx.
 BaseSlideEx getSlide()
          Returns the parent slide of a PatternFormatEx.
 void setPatternStyle(PatternStyleEx value)
          Sets the pattern style.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getPatternStyle

public PatternStyleEx getPatternStyle()
Returns the pattern style.

Returns:
See PatternStyleEx.

setPatternStyle

public void setPatternStyle(PatternStyleEx value)
Sets the pattern style.

Parameters:
value - See PatternStyleEx.

getForeColorFormat

public ColorFormatEx getForeColorFormat()
Returns the foreground pattern color.

Returns:
See ColorFormatEx.

getBackColorFormat

public ColorFormatEx getBackColorFormat()
Returns the background pattern color.

Returns:
See ColorFormatEx.

getSlide

public BaseSlideEx getSlide()
Returns the parent slide of a PatternFormatEx.


getPresentation

public PresentationEx getPresentation()
Returns the parent presentation of a PatternFormatEx.