Methods' Summary |
hasFrozenPanes |
returns `TRUE` if the view has frozen panes.
|
freezeAtPosition |
freezes panes with the specified number of
columns and rows.
|
Methods' Details |
hasFrozenPanes
boolean |
hasFrozenPanes(); |
- Description
- returns `TRUE` if the view has frozen panes.
Only one of
XViewSplitable::getIsWindowSplit() and
XViewFreezable::hasFrozenPanes()
can be `TRUE`.
|
|
freezeAtPosition
void |
freezeAtPosition( |
[in] long |
nColumns, |
| [in] long |
nRows ); |
- Description
- freezes panes with the specified number of
columns and rows.
To freeze only horizontally, specify nRows as 0.
To freeze only vertically, specify nColumns as 0.
|
|
Top of Page
Copyright © 2020, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.