IObjectsManagerT Interface
Interface of the manager of the document's objects.
Namespace: SMath.ControlsAssembly: SMath.Controls (in SMath.Controls.dll) Version: 1.2.9018.0
public interface IObjectsManager<T>
where T : IDocumentObject
Public Interface IObjectsManager(Of T As IDocumentObject)
generic<typename T>
where T : IDocumentObject
public interface class IObjectsManager
type IObjectsManager<'T when 'T : IDocumentObject> = interface end
Type Parameters
- T
- Type of the objects to work with.
| 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.
|