Skip navigation links
C E F G H I M O P R S T V W X 

C

CellAddress - Class in ru.curs.xylophone
Преобразует адрес ячейки в формате A1 в пару "строка, столбец" и обратно.
CellAddress(String) - Constructor for class ru.curs.xylophone.CellAddress
 
CellAddress(int, int) - Constructor for class ru.curs.xylophone.CellAddress
 
clone() - Method in class ru.curs.xylophone.XML2SpreadseetBLOB
Клон-BLOB, указывающий на ту же самую страницу данных.

E

equals(Object) - Method in class ru.curs.xylophone.CellAddress
 
equals(CellAddress) - Method in class ru.curs.xylophone.CellAddress
Метод equals специально для сравнения адресов ячеек.
Excel2Print - Class in ru.curs.xylophone
Класс-обёртка, осуществляющий конвертацию книги Excel в форматы XSL-FO и PDF и вывод на принтер.
Excel2Print(HSSFWorkbook) - Constructor for class ru.curs.xylophone.Excel2Print
 
Excel2Print(InputStream) - Constructor for class ru.curs.xylophone.Excel2Print
 

F

FormulaModifier - Class in ru.curs.xylophone
Содержит метод обработки формул (сдвижки адресов ячеек).

G

getAddress() - Method in class ru.curs.xylophone.CellAddress
Возвращает адрес.
getCol() - Method in class ru.curs.xylophone.CellAddress
Возвращает номер колонки.
getInStream() - Method in class ru.curs.xylophone.XML2SpreadseetBLOB
Возвращает поток для чтения данных.
getOutStream() - Method in class ru.curs.xylophone.XML2SpreadseetBLOB
Возвращает поток для записи данных, сбросив при этом текущие данные BLOB-а.
getRow() - Method in class ru.curs.xylophone.CellAddress
Возвращает номер строки.

H

hashCode() - Method in class ru.curs.xylophone.CellAddress
 

I

isModified() - Method in class ru.curs.xylophone.XML2SpreadseetBLOB
Были ли данные BLOB-а изменены.
isNull() - Method in class ru.curs.xylophone.XML2SpreadseetBLOB
Принимает ли данное поле в таблице значение NULL.

M

Main - Class in ru.curs.xylophone
Класс для запуска из командной строки.
Main() - Constructor for class ru.curs.xylophone.Main
 
main(String[]) - Static method in class ru.curs.xylophone.Main
Главный метод класса.
modifyFormula(String, int, int) - Static method in class ru.curs.xylophone.FormulaModifier
Модифицирует формулу, сдвигая адреса ячеек.

O

org.apache.poi - package org.apache.poi
 
OutputType - Enum in ru.curs.xylophone
Тип вывода: ODS, XLS или XLSX.

P

POIReadOnlyDocument - Class in org.apache.poi
This holds the common functionality for all read-only POI Document classes, i.e.
POIReadOnlyDocument(DirectoryNode) - Constructor for class org.apache.poi.POIReadOnlyDocument
 
POIReadOnlyDocument(NPOIFSFileSystem) - Constructor for class org.apache.poi.POIReadOnlyDocument
 
POIReadOnlyDocument(OPOIFSFileSystem) - Constructor for class org.apache.poi.POIReadOnlyDocument
 
POIReadOnlyDocument(POIFSFileSystem) - Constructor for class org.apache.poi.POIReadOnlyDocument
 
process(InputStream, InputStream, InputStream, OutputType, boolean, boolean, OutputStream) - Static method in class ru.curs.xylophone.XML2Spreadsheet
Запускает построение отчётов на исходных данных.
process(InputStream, InputStream, InputStream, OutputType, boolean, OutputStream) - Static method in class ru.curs.xylophone.XML2Spreadsheet
Запускает построение отчётов на исходных данных.
process(InputStream, File, File, boolean, boolean, OutputStream) - Static method in class ru.curs.xylophone.XML2Spreadsheet
Запускает построение отчётов на исходных данных.
process(InputStream, File, File, boolean, OutputStream) - Static method in class ru.curs.xylophone.XML2Spreadsheet
Запускает построение отчётов на исходных данных.

R

ru.curs.xylophone - package ru.curs.xylophone
Пакет, содержащий классы генератора отчётов в формате электронных таблиц на базе XML-данных.

S

setAddress(String) - Method in class ru.curs.xylophone.CellAddress
Устанавливает адрес.
setCol(int) - Method in class ru.curs.xylophone.CellAddress
Устанавливает номер колонки.
setFopConfig(String) - Method in class ru.curs.xylophone.Excel2Print
Задаёт имя конфигурационного файла FOP.
setFopConfig(File) - Method in class ru.curs.xylophone.Excel2Print
Задаёт конфигурационный файл FOP.
setNull() - Method in class ru.curs.xylophone.XML2SpreadseetBLOB
Сбрасывает BLOB в значение NULL.
setPrinterName(String) - Method in class ru.curs.xylophone.Excel2Print
Устанавливает имя принтера.
setRow(int) - Method in class ru.curs.xylophone.CellAddress
Устанавливает номер строки.
size() - Method in class ru.curs.xylophone.XML2SpreadseetBLOB
Возвращает размер данных.

T

toFO(Document) - Method in class ru.curs.xylophone.Excel2Print
Конвертирует книгу в FO-документ.
toFO(OutputStream) - Method in class ru.curs.xylophone.Excel2Print
Конвертирует книгу в FO-документ и сохраняет её в поток.
toPDF(OutputStream) - Method in class ru.curs.xylophone.Excel2Print
Конвертирует книгу в PDF.
toPOIWorkbook(InputStream, File, File, boolean, boolean) - Static method in class ru.curs.xylophone.XML2Spreadsheet
Запускает построение отчёта формата Excel (.XLS) на исходных данных и возвращает объектное представление отчёта.
toPrinter() - Method in class ru.curs.xylophone.Excel2Print
Отправляет книгу на печать на принтер.

V

valueOf(String) - Static method in enum ru.curs.xylophone.OutputType
Returns the enum constant of this type with the specified name.
values() - Static method in enum ru.curs.xylophone.OutputType
Returns an array containing the constants of this enum type, in the order they are declared.

W

write() - Method in class org.apache.poi.POIReadOnlyDocument
Note - writing is not yet supported for this file format, sorry.
write(File) - Method in class org.apache.poi.POIReadOnlyDocument
Note - writing is not yet supported for this file format, sorry.
write(OutputStream) - Method in class org.apache.poi.POIReadOnlyDocument
Note - writing is not yet supported for this file format, sorry.

X

XML2SpreadseetBLOB - Class in ru.curs.xylophone
Класс для работы с бинарными данными.
XML2SpreadseetBLOB() - Constructor for class ru.curs.xylophone.XML2SpreadseetBLOB
Пустой (NULL) BLOB.
XML2Spreadsheet - Class in ru.curs.xylophone
Основной класс построителя отчётов из XML данных в формате электронных таблиц.
XML2SpreadSheetError - Exception in ru.curs.xylophone
Ошибка, происходящая при работе построителя отчётов.
XML2SpreadSheetError(String) - Constructor for exception ru.curs.xylophone.XML2SpreadSheetError
 
C E F G H I M O P R S T V W X 
Skip navigation links

Copyright © 2018 CURS. All rights reserved.