IDocumentT Interface

Encapsulates methods and fields of the document object.

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.2.9018.0
C#
public interface IDocument<T>
where T : IDocumentObject

Type Parameters

T
Type of the document elements.

Properties

ContentSize Size of the document content.
DrawGrid Defines if the grid will be drawn on the worksheet.
Focused Determines if the current document is focused or not.
MetaContext Overall context of the document.
Mode Presentation mode of the document.
MultiplePages Determines if the multiple page can be rendered horizontally at once or not.
ObjectsManager Manager of the document objects.
PageModel Print out worksheet parameters.
PagesOptions Worksheet Pages manager.
Pointer Current Worksheet cursor information.
ScrollSize Scroll size of the document.
SessionProfile Session parameters.
Size Current size of the visible active Worksheet area.
Status Status of the worksheet.

Methods

HideError Hides an error shown on the current document.
Invalidate Redraws all visible parts of the document.
RefreshUI Refreshes User Interface elements of the current document.
UpdateScrollBars Updates scrollbars values in the current document.

See Also