IObjectsManagerT Interface

Interface of the manager of the document's objects.

Definition

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

Type Parameters

T
Type of the objects to work with.

Properties

ColumnsCount Gets or sets a count of the pages columns in the document.
CurrentContentPlacement Gets or sets the current context placement in the page.
CurrentPage Gets or sets the current page.
HasHeaderFooter Determines if Header/Footer specified directly on the Document.
PagesCount Gets or sets a count of the pages in the document.

Methods

IsChanged Determines whether the current manager status is changed or not.
TryGetEnumerator Returns enumerator of the document objects based on the placement and index of the page.

See Also