Table of Contents

ICommentProperties Interface

Holds the properties for a comment. This class is a descendant of IObjectProperties, and it adds specific behavior for a comment.

Syntax

Unit: FlexCel.Core

ICommentProperties = interface(IObjectProperties);

Properties

Name Description
TextProperties Properties of the text in the object.
AutoSize If true, the comment box will adapt its size to the size of the text.
Hidden If true, the comment box will be hidden (this is the default).
AutoTextMargins If true, the comment will use automatic margins around the text, instead of what is set in TShapeOption.​dxText​Left, TShapeOption.​dxText​Right, TShapeOption.​dyTextTop and TShapeOption.​dyText​Bottom.
By default comments have automatic margins.