IDocumentObject Interface

Element to use in the document.

Definition

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

Properties

CurrentCollapsedHeight Height of the document collapsed area before current document element.
CurrentMetaContext Gets or sets variables to use for document fields in the context of current document.
CurrentPageOffsets Offsets of the current document page where the document element is present.
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).
IsActivated Determines whether the document element is activated and registered on the worksheet.
Location Location of the document element.
Selected Determines whether the document element is selected within the Worksheet.
Size Size of the document element.

Methods

Draw Draws a document element on the given canvas with a specified model of page.

See Also