IEvaluableObject Interface

Combines IDocumentObject and IEvaluable.

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
C#
public interface IEvaluableObject : IDocumentObject, 
	IEvaluable
Implements
IDocumentObject, IEvaluable

Properties

CurrentCollapsedHeight Height of the document collapsed area before current document element.
(Inherited from IDocumentObject)
CurrentMetaContext Gets or sets variables to use for document fields in the context of current document.
(Inherited from IDocumentObject)
CurrentPageOffsets Offsets of the current document page where the document element is present.
(Inherited from IDocumentObject)
Evaluable Determines whether the document element can be evaluated or not.
(Inherited from IEvaluable)
Focused Determines whether the element is in the editing mode or not. If true, the element is highlighted with a frame and gets the right to place the cursor in it. The frame color is determined by the relevance of the element's information (InDate property).
(Inherited from IDocumentObject)
IsActivated Determines whether the document element is activated and registered on the worksheet.
(Inherited from IDocumentObject)
Location Location of the document element.
(Inherited from IDocumentObject)
Selected Determines whether the document element is selected within the Worksheet.
(Inherited from IDocumentObject)
Size Size of the document element.
(Inherited from IDocumentObject)

Methods

Draw Draws a document element on the given canvas with a specified model of page.
(Inherited from IDocumentObject)

See Also