public abstract class ObjectsList<T>
where T : IDocumentObject
Public MustInherit Class ObjectsList(Of T As IDocumentObject)generic<typename T>
where T : IDocumentObject
public ref class ObjectsList abstract[<AbstractClassAttribute>]
type ObjectsList<'T when 'T : IDocumentObject> = class end| ObjectsListT | Constructor of the ObjectsListT class taking objects to handle and their placement options. |
| PagesCount | Number of pages to display document elements from the current instance of the object starting from StartingFromPage. Usually used to specify pages count where header or footer is supposed to be rendered. |
| Placement | Placement of the document elements from the current instance of the object. |
| StartingFromPage | Start page where document elements from the current instance of the object should be rendered. Usually used to specify start page of the range (together with PagesCount) to work with header or footer. |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| IsApplicable(Int32) | Returns if the given page can be handled by the current instance of an object, otherwise . |
| IsApplicable(Int32, Int32) | Returns if the given page can be handled by the current instance of an object, otherwise . |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| Push | Pushes one more document element to the list of objects to handle. |
| ToString | Returns a string that represents the current object. (Inherited from Object) |