void |
SheetAccessor.addColumnsGroup(Columns columns,
int begin,
int end,
LocalString groupName,
GroupHeaderPlacement headerPlacement) |
Добавить группировку в колонки.
|
void |
SheetAccessor.addColumnsGroup(Columns columns,
int begin,
int end,
LocalString groupName,
GroupHeaderPlacement headerPlacement,
boolean isOpened) |
|
void |
SheetAccessor.addColumnsMerge(Columns columns,
int selectionBegin,
int selectionEnd) |
Добавить объедиение колонок.
|
Integer |
MoxelControl.calcColumnAutoWidth(int columnIndex,
Columns columns) |
Рассчитать рекомендуемую ширину колонки для колонок.
|
void |
SheetAccessor.changeColumnGroup(Columns columns,
int begin,
int end,
int newBegin,
int newEnd) |
Изменить группировку колонок.
|
void |
SheetAccessor.changeColumnMerge(Columns columns,
Interval originalPosition,
Interval resultPosition) |
Изменить объединение колонок.
|
void |
ColumnPositionCache.clearCacheFromColumn(Columns columns,
int column) |
|
void |
IColumnPositionCache.clearCacheFromColumn(Columns columns,
int column) |
Clear columns positions cache
|
void |
PositionHolder.clearColumnPositionCache(Columns columns) |
Clear columns positions cahce for specified columns
|
void |
PositionHolder.clearColumnPositionCacheFromColumn(Columns columns,
int column) |
Clear columns positions cahce for specified columns
|
void |
ColumnPositionCache.clearColumnsCache(Columns columns) |
|
void |
IColumnPositionCache.clearColumnsCache(Columns columns) |
Clear columns positions cache for specified column type
|
void |
SheetAccessor.collapseColumnsToLevel(Columns columns,
int level) |
Свернуть группировки колонок вплоть до указаного уровня.
|
Columns |
SheetAccessor.createColumnsCopy(Columns currentColumns) |
Создать копию массива колонок.
|
void |
SheetAccessor.deleteColumn(Columns columns,
int columnIndex) |
|
void |
SheetAccessor.deleteColumnWithCells(Columns columns,
int columnIndex) |
Удалить колонку с ячейками, в нее входящую.
|
void |
MoxelControl.ensureColumnVisible(Columns columns,
int columnIndex) |
Сделать так, чтобы колонка была видна полностью.
|
void |
SheetAccessor.expandCollapseColumnsGroup(Columns columns,
int groupBegin,
int groupEnd,
boolean expand,
boolean withChildren) |
Свернуть/развернуть группировки колонок.
|
void |
SheetAccessor.expandCollapseColumnsGroup(Columns columns,
GroupInfo groupInfo,
boolean expand,
boolean withChildren) |
|
GroupInfo |
SheetAccessor.findColumnsGroupInfo(Columns columns,
int groupBegin,
int groupEnd) |
Найти группировку колонок.
|
Integer |
MoxelControl.findColumnToResize(int x,
int y,
int[] colPosition,
Columns[] columns_,
boolean headerOnly) |
Найти колонку, которой нужно изменить размер.
|
GroupInfo |
SheetAccessor.findGroup(ObjectPosition type,
int rowOrColumnIndex,
int level,
Columns columns) |
Find gorup in specified row/column index with level <= specified
|
boolean |
MoxelControl.findGroupLevelOpener(int x,
int y,
int[] level,
Columns[] columns) |
Найти кнопку открытия уровня группировок.
|
Integer |
ColumnPositionCache.floorIndex(int columnIndex,
Columns columns) |
|
Integer |
IColumnPositionCache.floorIndex(int columnIndex,
Columns columns) |
Get maximal cached column index, less than specified
|
List<GroupInfo> |
SheetAccessor.getAllGroupsInColumns(Columns columns) |
|
int |
PositionHolder.getColLeftPositionUnit(Columns columns,
int column) |
Get position of specified column
|
void |
PositionHolder.getColPositionsPixel(Columns columns,
int startCol,
int endCol,
int[] positionsPixel) |
Получить позиции колонок в пикселях.
|
void |
PositionHolder.getColPositionsUnit(Columns columns,
int startCol,
int endCol,
int[] positionsUnit) |
Получить позиции колонок в юнитах.
|
int |
ViewPort.getColumnAtPixelPosition(Columns columns,
int positionPixel) |
Получить колонку, которая находится в экранной позиции.
|
int |
PositionHolder.getColumnAtPositionPixel(Columns columns,
int offsetPixel) |
Получить номер колонки в указанной позиции в пикселях.
|
int |
PositionHolder.getColumnAtPositionUnit(Columns columns,
int offsetUnit) |
Получить номер колонки в указанной позиции в юнитах.
|
int |
PositionHolder.getColumnAtPositionUnit(Columns columns,
int offsetUnit,
int[] restUnit) |
Get column at specified position
|
ReadOnlyFormat |
SheetAccessor.getColumnFormat(Columns columns,
int columnIndex) |
Get column format.
|
List<Interval> |
SheetAccessor.getColumnMergesRightToColumn(Columns columns,
int columnBeginIndex) |
Получить все объединения колонок правее или равно указанной колонки.
|
int |
SheetAccessor.getColumnParagraphProperties(Columns columns,
int columnIndex) |
Получить свойства параграфа для колонки.
|
Integer |
ColumnPositionCache.getColumnPositionCache(Columns columns,
int column) |
|
Integer |
IColumnPositionCache.getColumnPositionCache(Columns columns,
int column) |
Get position of specified column from cache
|
int |
ViewPort.getColumnPositionPixel(Columns columns,
int columnIndex) |
Gets column position on the display (in pixels)
|
List<Interval> |
SheetAccessor.getColumnsMerges(Columns columns,
int selectionBegin,
int selectionEnd) |
Получить объединения колонок в указанных позициях.
|
int |
SheetAccessor.getColumnWidthCharUnits(Columns columns,
int columnIndex) |
Получить ширину колонки в символах.
|
int |
PositionHolder.getColumnWidthPixel(Columns columns,
int columnIndex) |
Получить ширину колонки в пикселях.
|
int |
PositionHolder.getColumnWidthUnit(Columns columns,
int columnIndex) |
Получить ширину колонки.
|
List<Drawing> |
SheetAccessor.getDrawingsRightToColumn(Columns columns,
int begin,
int beginRowIndex,
int endRowIndex) |
Получить рисунки, расположенные правее колонки.
|
List<GroupInfo> |
SheetAccessor.getGroupsInColumns(Columns columns,
int beginColumnIndex,
int endColumnIndex,
boolean getHidden) |
Получить группировки, которые находятся в колонках.
|
List<Group> |
SheetAccessor.getGroupsRightToColumn(Columns columns,
int begin) |
Найти группировки выше строки.
|
List<Map.Entry<String,NamedItem>> |
SheetAccessor.getNamedItemCellsRightToColumn(Columns columns,
int begin,
int beginRowIndex,
int endRowIndex) |
Получить именованные области ячеек выше указанной строки.
|
List<Map.Entry<String,NamedItem>> |
SheetAccessor.getNamedItemColumnRightToColumn(Columns columns,
int begin) |
Найти именованные строки выше указанной строки.
|
List<NamedItemInfo> |
SheetAccessor.getNamedItemsInColumns(Columns columns,
int beginColumnIndex,
int endColumnIndex) |
Получить именованные области, которые находятся в колонках.
|
List<org.eclipse.swt.graphics.Rectangle> |
SheetAccessor.getRealMergesRightToColumn(Columns columns,
int begin,
int beginRowIndex,
int endRowIndex) |
Получить объединения ячеек в колонках правее или равной указанной.
|
Integer |
EmptyRowHeightCache.getRowHeight(Columns columns) |
|
Integer |
IEmptyRowHeightCache.getRowHeight(Columns columns) |
Get empty row height for specified columns
|
org.eclipse.swt.graphics.Rectangle |
ViewPort.getSelectionRectPixel(Selection selection,
boolean[] sides,
Columns[] columns) |
Get rectangle for painting spreadsheet selection.
|
Collection<Integer> |
ColumnPositionCache.getSortedKeysCollection(Columns columns) |
|
Collection<Integer> |
IColumnPositionCache.getSortedKeysCollection(Columns columns) |
Get sorted collection of cached columns positions
|
List<org.eclipse.swt.graphics.Rectangle> |
SheetAccessor.getUnmergesInColumns(Columns columns,
int begin,
int end) |
Получить антиобъединения в колонках.
|
List<org.eclipse.swt.graphics.Rectangle> |
SheetAccessor.getUnmergesRightToColumn(Columns columns,
int begin,
int beginRowIndex,
int endRowIndex) |
Получить антиобъединения правее или равно указанной колонки.
|
int |
SheetAccessor.getWidthWeightFactor(Columns columns,
int columnIndex) |
Get column width weight factor.
|
boolean |
SheetAccessor.haveColumnMerges(Columns columns,
int beginColumnIndex,
int endColumnIndex) |
Проверить, есть ли в колонках объединения.
|
void |
SheetAccessor.hideColumn(Columns columns,
int columnIndex) |
|
Integer |
ColumnPositionCache.highIndex(int columnIndex,
Columns columns) |
|
Integer |
IColumnPositionCache.highIndex(int columnIndex,
Columns columns) |
Get minimal cached column index, greater than specified
|
boolean |
SheetAccessor.isAutoWidthCalculation(Columns columns,
int columnIndex) |
Check if column has automatic width.
|
boolean |
SheetAccessor.isColumnHidden(Columns columns,
int columnIndex) |
Проверить, скрыта ли колонка.
|
boolean |
SheetAccessor.isColumnWidthSet(Columns columns,
int columnIndex) |
|
int |
SheetAccessor.lookupColFormatIndex(Columns columns,
int columnIndex) |
Получить индекс формата колонки.
|
void |
SheetAccessor.moveCellsHorizontally(Columns columns,
int srcColumnIndex,
int dstColumnIndex,
int rowIndexBegin,
int rowIndexEnd) |
Сдвинуть ячйки по горизонтали.
|
void |
SheetAccessor.moveColumnWithCells(Columns columns,
int srcIndex,
int dstIndex) |
Переместить колонку с ячейками, в нее входящими.
|
void |
EmptyRowHeightCache.putRowHeight(Columns columns,
int height) |
|
void |
IEmptyRowHeightCache.putRowHeight(Columns columns,
int height) |
Put empty row height for specified columns to cache
|
void |
SheetAccessor.removeColumn(Columns columns,
int columnIndex) |
Удалить колонку.
|
void |
SheetAccessor.removeColumnsGroup(Columns columns,
int begin,
int end) |
Удалить группировку колонок.
|
void |
SheetAccessor.removeColumnsMerge(Columns columns,
int begin,
int end) |
Удалить объединения колонок.
|
void |
SheetAccessor.restoreColumnsState(Columns columns,
int columnIndexBegin,
int columnIndexEnd,
int[] state) |
|
void |
SheetAccessor.setColumnFormatIndex(Columns columns,
int columnIndex,
int formatIndex) |
Установить формат колонке.
|
void |
SheetAccessor.setColumnParagraphProperties(Columns columns,
int columnIndex,
int paragraphProperties) |
Установить свойства параграфа для колонки.
|
void |
ColumnPositionCache.setColumnPositionCache(Columns columns,
int column,
int position) |
|
void |
IColumnPositionCache.setColumnPositionCache(Columns columns,
int column,
int position) |
Put position of specified column to cache
|
void |
MoxelControl.setFixedColumnColumns(Columns columns) |
Get column type for columns fixation
|
void |
SheetAccessor.setRowColumns(Columns newColumns,
int rowIndex) |
Установить колонки для строки.
|
void |
SheetAccessor.showColumn(Columns columns,
int columnIndex) |
|
void |
SheetAccessor.showHideColumns(Columns columns,
int beginIndex,
int endIndex,
boolean show) |
|
int |
PositionHolder.skipColumns(Columns columns,
int columnIndex,
int widthUnit,
boolean left) |
Пропусть столько колонок, чтобы вместилось указанное количество унитов.
|
int[] |
SheetAccessor.storeColumnsState(Columns columns,
int columnIndexBegin,
int columnIndexEnd) |
|