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