IObjectProperties Interface
Holds the properties for an object.
Syntax
Unit: FlexCel.Core
IObjectProperties = interface(IImageProperties);
Methods
Name |
Description |
GetRichText |
Returns Text as a Rich text instead of a TDrawingRichText.
|
Properties
Name |
Description |
ShapeFill |
Fill style used to fill the background of the comment. If you are using a solid color, only Indexed colors or RGB are allowed here, if you specify something else, the color will be converted to RGB. It might be a gradient fill or a texture too. If null, default fill style will be used.
|
InvertedFill |
Fill style used to fill the background of bars in bar charts when the value is negative and "invert negative colors" is true.
|
ShapeBorder |
Line style for the object.
|
EffectStyle |
Effects for the object, like inner shadow or glow.
|
IsWebAddin |
Returns true if the object is a web addin.
|