PaneCollection
PaneCollection class
Represents all Pane objects shown in the specified window.
class PaneCollection;
Properties
| Property | Type | Description |
|---|---|---|
| firstVisibleRowOfBottomPane | number | Gets and sets the first visible row of the bottom pane. |
| firstVisibleColumnOfRightPane | number | Gets and sets the first visible column of the right pane. |
| activePaneType | RectangleAlignmentType | Gets and sets the active pane. |
| acitvePaneType | RectangleAlignmentType | Gets and sets the active pane. |
Methods
| Method | Description |
|---|---|
| getFirstVisibleRowOfBottomPane() | @deprecated. Please use the ‘firstVisibleRowOfBottomPane’ property instead. Gets and sets the first visible row of the bottom pane. |
| setFirstVisibleRowOfBottomPane(number) | @deprecated. Please use the ‘firstVisibleRowOfBottomPane’ property instead. Gets and sets the first visible row of the bottom pane. |
| getFirstVisibleColumnOfRightPane() | @deprecated. Please use the ‘firstVisibleColumnOfRightPane’ property instead. Gets and sets the first visible column of the right pane. |
| setFirstVisibleColumnOfRightPane(number) | @deprecated. Please use the ‘firstVisibleColumnOfRightPane’ property instead. Gets and sets the first visible column of the right pane. |
| getActivePaneType() | @deprecated. Please use the ‘activePaneType’ property instead. Gets and sets the active pane. |
| setActivePaneType(RectangleAlignmentType) | @deprecated. Please use the ‘activePaneType’ property instead. Gets and sets the active pane. |
| getAcitvePaneType() | @deprecated. Please use the ‘acitvePaneType’ property instead. Gets and sets the active pane. |
| setAcitvePaneType(RectangleAlignmentType) | @deprecated. Please use the ‘acitvePaneType’ property instead. Gets and sets the active pane. |
| isNull() | Checks whether the implementation object is null. |
firstVisibleRowOfBottomPane
Gets and sets the first visible row of the bottom pane.
firstVisibleRowOfBottomPane : number;
firstVisibleColumnOfRightPane
Gets and sets the first visible column of the right pane.
firstVisibleColumnOfRightPane : number;
activePaneType
Gets and sets the active pane.
activePaneType : RectangleAlignmentType;
acitvePaneType
Gets and sets the active pane.
acitvePaneType : RectangleAlignmentType;
Remarks
NOTE: This property is now obsolete. Instead, please use PaneCollection.ActivePaneType property. This method will be removed 12 months later since July 2026. Aspose apologizes for any inconvenience you may have experienced.
getFirstVisibleRowOfBottomPane()
@deprecated. Please use the ‘firstVisibleRowOfBottomPane’ property instead. Gets and sets the first visible row of the bottom pane.
getFirstVisibleRowOfBottomPane() : number;
setFirstVisibleRowOfBottomPane(number)
@deprecated. Please use the ‘firstVisibleRowOfBottomPane’ property instead. Gets and sets the first visible row of the bottom pane.
setFirstVisibleRowOfBottomPane(value: number) : void;
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | number | The value to set. |
getFirstVisibleColumnOfRightPane()
@deprecated. Please use the ‘firstVisibleColumnOfRightPane’ property instead. Gets and sets the first visible column of the right pane.
getFirstVisibleColumnOfRightPane() : number;
setFirstVisibleColumnOfRightPane(number)
@deprecated. Please use the ‘firstVisibleColumnOfRightPane’ property instead. Gets and sets the first visible column of the right pane.
setFirstVisibleColumnOfRightPane(value: number) : void;
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | number | The value to set. |
getActivePaneType()
@deprecated. Please use the ‘activePaneType’ property instead. Gets and sets the active pane.
getActivePaneType() : RectangleAlignmentType;
Returns
setActivePaneType(RectangleAlignmentType)
@deprecated. Please use the ‘activePaneType’ property instead. Gets and sets the active pane.
setActivePaneType(value: RectangleAlignmentType) : void;
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | RectangleAlignmentType | The value to set. |
getAcitvePaneType()
@deprecated. Please use the ‘acitvePaneType’ property instead. Gets and sets the active pane.
getAcitvePaneType() : RectangleAlignmentType;
Returns
Remarks
NOTE: This property is now obsolete. Instead, please use PaneCollection.ActivePaneType property. This method will be removed 12 months later since July 2026. Aspose apologizes for any inconvenience you may have experienced.
setAcitvePaneType(RectangleAlignmentType)
@deprecated. Please use the ‘acitvePaneType’ property instead. Gets and sets the active pane.
setAcitvePaneType(value: RectangleAlignmentType) : void;
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | RectangleAlignmentType | The value to set. |
Remarks
NOTE: This property is now obsolete. Instead, please use PaneCollection.ActivePaneType property. This method will be removed 12 months later since July 2026. Aspose apologizes for any inconvenience you may have experienced.
isNull()
Checks whether the implementation object is null.
isNull() : boolean;