public class ChildrenRegionsList : RegionsListPublic Class ChildrenRegionsList
Inherits RegionsListpublic ref class ChildrenRegionsList : public RegionsListtype ChildrenRegionsList =
class
inherit RegionsList
end| ChildrenRegionsList(RegionBase) | Constructs an empty instance of ChildrenRegionsList. |
| ChildrenRegionsList(ChildrenRegionsList, RegionBase) | Constructs an instance of ChildrenRegionsList and fills it with copies of the regions from the specified list. |
| Count |
Returns the number of items in the list.
(Inherited from ObjectsListT) |
| IsActivated | When this flag is invalidation of the contained regions is ignored. |
| IsEmpty | Returns if the list is empty. |
| 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.
(Inherited from ObjectsListT) |
| Placement |
Placement of the document elements from the current instance of the object.
(Inherited from ObjectsListT) |
| 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.
(Inherited from ObjectsListT) |
| Add | Adds a region to the list. |
| AddRange | Adds a range of regions. |
| 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) |
| GetCurrentStore | Gets a store which is associated with Parent of the parent region for this list. |
| GetEnumerator |
Starts enumeration of this list.
(Inherited from RegionsList) |
| GetEnumerator(RegionsEnumerator) |
Starts enumeration of this list. Settings of the enumerator which is created are based on an existing enumerator.
(Inherited from RegionsList) |
| 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 .
(Inherited from ObjectsListT) |
| IsApplicable(Int32, Int32) |
Returns if the given page can be handled by the current instance of an object, otherwise .
(Inherited from ObjectsListT) |
| IsRef | Attempts to parse the specified text as a reference to a region. |
| 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.
(Overrides ObjectsListTPush(T)) |
| ReviseByRef | Attempts to parse the specified text as a reference to a region. If the reference is recognized then updates the properties of the found region. |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| TryResolveRef | Attempts to parse the specified text as a reference to a region. If the reference is recognized then returns the size and the middle line position of the found region. |