|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.pptx.ShapeStyleEx
public class ShapeStyleEx
Represent the style of a shape.
Method Summary | |
---|---|
ColorFormatEx |
getEffectColor()
Returns a shape's effect color. |
long |
getEffectStyleIndex()
Returns the shape's effect style index in a style matrix. |
ColorFormatEx |
getFillColor()
Returns the fill color of a shape. |
short |
getFillStyleIndex()
Returns shape's fill column index in a style matrix. 0 means no fill, positive value - index in theme's fill styles, negative value - index in theme's background styles. |
FontCollectionIndexEx |
getFontCollectionIndex()
Returns the shape's font index in a font collection. |
ColorFormatEx |
getFontColor()
Returns a shape's font color. |
ColorFormatEx |
getLineColor()
Returns the outline color of a shape. |
int |
getLineStyleIndex()
Returns the line's style index in a style matrix. |
PresentationEx |
getPresentation()
Returns the parent presentation of a shape style. |
BaseSlideEx |
getSlide()
Returns the parent slide of a shape style. |
void |
setEffectStyleIndex(long value)
Sets the shape's effect style index in a style matrix. |
void |
setFillStyleIndex(long value)
Sets the shape's fill style index in a style matrix. |
void |
setFontCollectionIndex(FontCollectionIndexEx value)
Sets the shape's font index in a font collection. |
void |
setLineStyleIndex(int value)
Sets the line's style index in a style matrix. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public ColorFormatEx getLineColor()
public int getLineStyleIndex()
public void setLineStyleIndex(int value)
value
- new style index.public ColorFormatEx getFillColor()
public short getFillStyleIndex()
public void setFillStyleIndex(long value)
value
- new style index.public ColorFormatEx getEffectColor()
public long getEffectStyleIndex()
public void setEffectStyleIndex(long value)
value
- new style index.public ColorFormatEx getFontColor()
public FontCollectionIndexEx getFontCollectionIndex()
public void setFontCollectionIndex(FontCollectionIndexEx value)
value
- new font index.public BaseSlideEx getSlide()
getSlide
in interface ISlideComponent
public PresentationEx getPresentation()
getPresentation
in interface IPresentationComponent
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |