Important
This interface is for internal use only and must not be accessed by the user code.
Provides access to the internal functionality of RegionsList.
public interface IRegionsListInternal : IRegionsList,
IObjectsList<RegionBase>, IObjectsListInternal<RegionBase>
Public Interface IRegionsListInternal
Inherits IRegionsList, IObjectsList(Of RegionBase), IObjectsListInternal(Of RegionBase)
public interface class IRegionsListInternal : IRegionsList,
IObjectsList<RegionBase^>, IObjectsListInternal<RegionBase^>
type IRegionsListInternal =
interface
interface IRegionsList
interface IObjectsList<RegionBase>
interface IObjectsListInternal<RegionBase>
end
Count |
Returns the number of items in the list.
(Inherited from IObjectsList<T>) |
Objects |
Document elements to handle.
(Inherited from IObjectsListInternal<T>) |
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 IObjectsList<T>) |
Placement |
Placement of the document elements from the current instance of the object.
(Inherited from IObjectsList<T>) |
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 IObjectsList<T>) |
GetEnumerator |
Starts enumeration of this list.
(Inherited from IRegionsList) |
IsApplicable(Int32) |
Returns true if the given page can be handled by the current instance of an object, otherwise false.
(Inherited from IObjectsList<T>) |
IsApplicable(Int32, Int32) |
Returns true if the given page can be handled by the current instance of an object, otherwise false.
(Inherited from IObjectsList<T>) |
SetPlacement |
Sets the value of Placement.
(Inherited from IObjectsListInternal<T>) |