com.aspose.slides.pptx
Class ShapeStyleEx

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

public class ShapeStyleEx
extends java.lang.Object


Method Summary
 ColorFormatEx getEffectColor()
           
 long getEffectStyleIndex()
           
 ColorFormatEx getFillColor()
           
 long getFillStyleIndex()
           
 FontCollectionIndexEx getFontCollectionIndex()
           
 ColorFormatEx getFontColor()
           
 ColorFormatEx getLineColor()
           
 long getLineStyleIndex()
           
 PresentationEx getPresentation()
           
 BaseSlideEx getSlide()
           
 void setEffectStyleIndex(long value)
           
 void setFillStyleIndex(long value)
           
 void setFontCollectionIndex(FontCollectionIndexEx value)
           
 void setLineStyleIndex(long value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getLineColor

public ColorFormatEx getLineColor()

getLineStyleIndex

public long getLineStyleIndex()

setLineStyleIndex

public void setLineStyleIndex(long value)

getFillColor

public ColorFormatEx getFillColor()

getFillStyleIndex

public long getFillStyleIndex()

setFillStyleIndex

public void setFillStyleIndex(long value)

getEffectColor

public ColorFormatEx getEffectColor()

getEffectStyleIndex

public long getEffectStyleIndex()

setEffectStyleIndex

public void setEffectStyleIndex(long value)

getFontColor

public ColorFormatEx getFontColor()

getFontCollectionIndex

public FontCollectionIndexEx getFontCollectionIndex()

setFontCollectionIndex

public void setFontCollectionIndex(FontCollectionIndexEx value)

getSlide

public BaseSlideEx getSlide()

getPresentation

public PresentationEx getPresentation()