public class ShapeStyle extends java.lang.Object implements IShapeStyle
Represent shape's style reference.
Modifier and Type | Method and Description |
---|---|
IColorFormat |
getEffectColor()
Returns a shape's effect color.
|
long |
getEffectStyleIndex()
Returns or sets shape's effect column index in a style matrix.
|
IColorFormat |
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.
|
IColorFormat |
getFontColor()
Returns a shape's font color.
|
IColorFormat |
getLineColor()
Returns a shape's outline color.
|
int |
getLineStyleIndex()
Returns or sets line's column index in a style matrix.
|
com.aspose.slides.IDOMObject |
getParent_Immediate()
Returns Parent_Immediate object.
|
void |
setEffectStyleIndex(long value)
Returns or sets shape's effect column index in a style matrix.
|
void |
setFillStyleIndex(short value)
Returns or sets shape's fill column index in style matrices.
|
void |
setFontCollectionIndex(byte value)
Returns or sets shape's font index in a font collection.
|
void |
setLineStyleIndex(int value)
Returns or sets line's column index in a style matrix.
|
public final IColorFormat getLineColor()
Returns a shape's outline color.
Read-only IColorFormat
.
getLineColor
in interface IShapeStyle
public final int getLineStyleIndex()
Returns or sets line's column index in a style matrix.
Read/write int
.
getLineStyleIndex
in interface IShapeStyle
public final void setLineStyleIndex(int value)
Returns or sets line's column index in a style matrix.
Read/write int
.
setLineStyleIndex
in interface IShapeStyle
public final IColorFormat getFillColor()
Returns a shape's fill color.
Read-only IColorFormat
.
getFillColor
in interface IShapeStyle
public final 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.
Read/write short
.
getFillStyleIndex
in interface IShapeStyle
public final void setFillStyleIndex(short value)
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.
Read/write short
.
setFillStyleIndex
in interface IShapeStyle
public final IColorFormat getEffectColor()
Returns a shape's effect color.
Read-only IColorFormat
.
getEffectColor
in interface IShapeStyle
public final long getEffectStyleIndex()
Returns or sets shape's effect column index in a style matrix.
Read/write long
.
getEffectStyleIndex
in interface IShapeStyle
public final void setEffectStyleIndex(long value)
Returns or sets shape's effect column index in a style matrix.
Read/write long
.
setEffectStyleIndex
in interface IShapeStyle
public final IColorFormat getFontColor()
Returns a shape's font color.
Read-only IColorFormat
.
getFontColor
in interface IShapeStyle
public final byte getFontCollectionIndex()
Returns or sets shape's font index in a font collection.
Read/write FontCollectionIndex
.
getFontCollectionIndex
in interface IShapeStyle
public final void setFontCollectionIndex(byte value)
Returns or sets shape's font index in a font collection.
Read/write FontCollectionIndex
.
setFontCollectionIndex
in interface IShapeStyle
public final com.aspose.slides.IDOMObject getParent_Immediate()
Returns Parent_Immediate object.
Read-only IDOMObject
.