com.aspose.slides
Interface IShapeStyle

All Superinterfaces:
IPresentationComponent, ISlideComponent
All Known Implementing Classes:
ShapeStyle

public interface IShapeStyle
extends ISlideComponent

Represent shape's style reference.


Method Summary
 IColorFormat getEffectColor()
           
 long getEffectStyleIndex()
           
 IColorFormat getFillColor()
           
 short getFillStyleIndex()
           
 int getFontCollectionIndex()
           
 IColorFormat getFontColor()
           
 IColorFormat getLineColor()
           
 int getLineStyleIndex()
           
 void setEffectStyleIndex(long value)
           
 void setFillStyleIndex(short value)
           
 void setFontCollectionIndex(int value)
           
 void setLineStyleIndex(int value)
           
 
Methods inherited from interface com.aspose.slides.ISlideComponent
getSlide
 
Methods inherited from interface com.aspose.slides.IPresentationComponent
getPresentation
 

Method Detail

getLineColor

IColorFormat getLineColor()

getLineStyleIndex

int getLineStyleIndex()

setLineStyleIndex

void setLineStyleIndex(int value)

getFillColor

IColorFormat getFillColor()

getFillStyleIndex

short getFillStyleIndex()

setFillStyleIndex

void setFillStyleIndex(short value)

getEffectColor

IColorFormat getEffectColor()

getEffectStyleIndex

long getEffectStyleIndex()

setEffectStyleIndex

void setEffectStyleIndex(long value)

getFontColor

IColorFormat getFontColor()

getFontCollectionIndex

int getFontCollectionIndex()

setFontCollectionIndex

void setFontCollectionIndex(int value)