IDocumentT Interface
Encapsulates methods and fields of the document object.
Namespace: SMath.ControlsAssembly: SMath.Controls (in SMath.Controls.dll) Version: 1.2.9018.0
public interface IDocument<T>
where T : IDocumentObject
Public Interface IDocument(Of T As IDocumentObject)
generic<typename T>
where T : IDocumentObject
public interface class IDocument
type IDocument<'T when 'T : IDocumentObject> = interface end
Type Parameters
- T
- Type of the document elements.
| 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.
|
| 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.
|