- Cell - Interface in io.github.antoniovizuete.pojospreadsheet.core.model
-
The interface Cell.
- cell() - Method in interface io.github.antoniovizuete.pojospreadsheet.core.model.Row
-
Cell cell.
- cell(Integer) - Method in interface io.github.antoniovizuete.pojospreadsheet.core.model.Row
-
Cell cell.
- cell(String) - Method in interface io.github.antoniovizuete.pojospreadsheet.core.model.Row
-
Cell cell.
- cell() - Method in class io.github.antoniovizuete.pojospreadsheet.core.RowImpl
-
- cell(Integer) - Method in class io.github.antoniovizuete.pojospreadsheet.core.RowImpl
-
Returns the
CellImpl located into indicated index column.
- cell(String) - Method in class io.github.antoniovizuete.pojospreadsheet.core.RowImpl
-
Returns the
CellImpl located into indicated column.
- CellAddress - Interface in io.github.antoniovizuete.pojospreadsheet.core.model
-
The interface Cell address.
- CellAddressBuilder - Class in io.github.antoniovizuete.pojospreadsheet.core.model.cell.adress
-
The type Cell address builder.
- CellAddressHelper - Class in io.github.antoniovizuete.pojospreadsheet.core.model.helpers
-
The type Cell address helper.
- CellAddressImpl - Class in io.github.antoniovizuete.pojospreadsheet.core.model.cell.adress
-
Class that represents the address of a cell.
- CellAddressImpl() - Constructor for class io.github.antoniovizuete.pojospreadsheet.core.model.cell.adress.CellAddressImpl
-
- CellAddressImpl(int, int) - Constructor for class io.github.antoniovizuete.pojospreadsheet.core.model.cell.adress.CellAddressImpl
-
- cellAsCellStyle(Cell) - Static method in interface io.github.antoniovizuete.pojospreadsheet.core.converter.ConverterHelper
-
- CellImpl - Class in io.github.antoniovizuete.pojospreadsheet.core
-
Prototype class that represents a POI Cell.
- CellImpl(RowImpl, Integer) - Constructor for class io.github.antoniovizuete.pojospreadsheet.core.CellImpl
-
- CellImpl(RowImpl, String) - Constructor for class io.github.antoniovizuete.pojospreadsheet.core.CellImpl
-
- CellRegion - Interface in io.github.antoniovizuete.pojospreadsheet.core.model
-
The interface Cell region.
- CellRegionBuilder - Class in io.github.antoniovizuete.pojospreadsheet.core.model.cell.region
-
Class that represents a region of cells into a parentSheet.
- CellRegionHelper - Class in io.github.antoniovizuete.pojospreadsheet.core.model.helpers
-
The type Cell region helper.
- CellRegionImpl - Class in io.github.antoniovizuete.pojospreadsheet.core.model.cell.region
-
Class that represents a region of cells into a parentSheet.
- cells() - Method in interface io.github.antoniovizuete.pojospreadsheet.core.model.Row
-
Cells set.
- cells() - Method in class io.github.antoniovizuete.pojospreadsheet.core.RowImpl
-
- cellStyle(CellStyleKey) - Method in class io.github.antoniovizuete.pojospreadsheet.core.CellImpl
-
Sets the style.
- cellStyle(CellStyleKey) - Method in interface io.github.antoniovizuete.pojospreadsheet.core.model.Cell
-
Cell style cell.
- CellStyle - Interface in io.github.antoniovizuete.pojospreadsheet.core.model
-
The interface Cell style.
- CellStyleImpl - Class in io.github.antoniovizuete.pojospreadsheet.core
-
Prototype class that represents a POI CellStyle.
- CellStyleImpl() - Constructor for class io.github.antoniovizuete.pojospreadsheet.core.CellStyleImpl
-
- CellStyleKey - Interface in io.github.antoniovizuete.pojospreadsheet.core.decoration.keys
-
The interface Cell style key.
- cloneInstance() - Method in class io.github.antoniovizuete.pojospreadsheet.core.CellStyleImpl
-
- cloneInstance() - Method in interface io.github.antoniovizuete.pojospreadsheet.core.model.CellStyle
-
Clone instance cell style.
- col(Integer) - Method in class io.github.antoniovizuete.pojospreadsheet.core.model.cell.adress.CellAddressBuilder
-
Col cell address builder.
- col(Integer) - Method in class io.github.antoniovizuete.pojospreadsheet.core.model.cell.adress.CellAddressImpl
-
- col(String) - Method in class io.github.antoniovizuete.pojospreadsheet.core.model.cell.adress.CellAddressImpl
-
- col(Integer) - Method in interface io.github.antoniovizuete.pojospreadsheet.core.model.CellAddress
-
Col cell address.
- col(String) - Method in interface io.github.antoniovizuete.pojospreadsheet.core.model.CellAddress
-
Col cell address.
- color(ColorKey) - Method in class io.github.antoniovizuete.pojospreadsheet.core.decoration.BorderImpl
-
- color(ColorKey) - Method in class io.github.antoniovizuete.pojospreadsheet.core.decoration.FontImpl
-
- color(ColorKey) - Method in interface io.github.antoniovizuete.pojospreadsheet.core.model.Border
-
Color border.
- Color - Interface in io.github.antoniovizuete.pojospreadsheet.core.model
-
The interface Color.
- color(ColorKey) - Method in interface io.github.antoniovizuete.pojospreadsheet.core.model.Font
-
Color font.
- ColorImpl - Class in io.github.antoniovizuete.pojospreadsheet.core.decoration
-
Prototype class that represents a POI Color.
- ColorImpl(String) - Constructor for class io.github.antoniovizuete.pojospreadsheet.core.decoration.ColorImpl
-
- ColorKey - Interface in io.github.antoniovizuete.pojospreadsheet.core.decoration.keys
-
The interface Color key.
- convert(XSSFWorkbook) - Method in class io.github.antoniovizuete.pojospreadsheet.core.converter.ConverterCellDecoration
-
- ConverterCellDecoration - Class in io.github.antoniovizuete.pojospreadsheet.core.converter
-
ConverterCellDecoration.
- ConverterCellDecoration(SpreadsheetDecoration) - Constructor for class io.github.antoniovizuete.pojospreadsheet.core.converter.ConverterCellDecoration
-
- ConverterHelper - Interface in io.github.antoniovizuete.pojospreadsheet.core.converter
-
Helper to convert cells.
- createFileSpreadsheet(File) - Static method in interface io.github.antoniovizuete.pojospreadsheet.core.SpreadsheetFactory
-
Create file spreadsheet spreadsheet.
- createFileSpreadsheet(String) - Static method in interface io.github.antoniovizuete.pojospreadsheet.core.SpreadsheetFactory
-
Create file spreadsheet spreadsheet.
- createFileSpreadsheet(String, String) - Static method in interface io.github.antoniovizuete.pojospreadsheet.core.SpreadsheetFactory
-
Create file spreadsheet spreadsheet.
- createItem(Integer) - Method in class io.github.antoniovizuete.pojospreadsheet.core.AbstractSpreadsheet
-
- createItem(Integer) - Method in class io.github.antoniovizuete.pojospreadsheet.core.RowImpl
-
Internal purpose method.
- createItem(Integer) - Method in class io.github.antoniovizuete.pojospreadsheet.core.SheetImpl
-
Internal purpose method.
- createItem(Integer) - Method in interface io.github.antoniovizuete.pojospreadsheet.utils.iterator.IntegerSet
-
Create item t.
- createOutputStreamSpreadsheet() - Static method in interface io.github.antoniovizuete.pojospreadsheet.core.SpreadsheetFactory
-
Create output stream spreadsheet spreadsheet.
- createTextBox(TextBox) - Method in interface io.github.antoniovizuete.pojospreadsheet.core.model.Sheet
-
Create text box sheet.
- createTextBox(CellRegion, String) - Method in interface io.github.antoniovizuete.pojospreadsheet.core.model.Sheet
-
Create text box sheet.
- createTextBox(TextBox) - Method in class io.github.antoniovizuete.pojospreadsheet.core.SheetImpl
-
- createTextBox(CellRegion, String) - Method in class io.github.antoniovizuete.pojospreadsheet.core.SheetImpl
-
Creates an
TextBoxImpl places it into the indicated region
and sets its value.
- value(Object) - Method in class io.github.antoniovizuete.pojospreadsheet.core.CellImpl
-
Sets the content of the cell.
- value(Object) - Method in interface io.github.antoniovizuete.pojospreadsheet.core.model.Cell
-
Value cell.
- value(String) - Method in interface io.github.antoniovizuete.pojospreadsheet.core.model.TextBox
-
Value text box.
- value(String) - Method in class io.github.antoniovizuete.pojospreadsheet.core.TextBoxImpl
-
- valueOf(String) - Static method in enum io.github.antoniovizuete.pojospreadsheet.core.decoration.defaults.DefaultCellStyle
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.github.antoniovizuete.pojospreadsheet.core.decoration.defaults.DefaultFont
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.github.antoniovizuete.pojospreadsheet.core.decoration.defaults.DefaultFormat
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.github.antoniovizuete.pojospreadsheet.core.image.Image.ImageType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.github.antoniovizuete.pojospreadsheet.core.model.Font.BoldWeight
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.github.antoniovizuete.pojospreadsheet.core.model.Font.Offset
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.github.antoniovizuete.pojospreadsheet.core.model.Font.Underline
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum io.github.antoniovizuete.pojospreadsheet.core.decoration.defaults.DefaultCellStyle
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.github.antoniovizuete.pojospreadsheet.core.decoration.defaults.DefaultFont
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.github.antoniovizuete.pojospreadsheet.core.decoration.defaults.DefaultFormat
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.github.antoniovizuete.pojospreadsheet.core.image.Image.ImageType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.github.antoniovizuete.pojospreadsheet.core.model.Font.BoldWeight
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.github.antoniovizuete.pojospreadsheet.core.model.Font.Offset
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.github.antoniovizuete.pojospreadsheet.core.model.Font.Underline
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- verticalAlign(VerticalAlignment) - Method in interface io.github.antoniovizuete.pojospreadsheet.core.model.Styleable
-
Sets the vertical align and return the current instance.
- VOID_PARAMS - Static variable in class io.github.antoniovizuete.pojospreadsheet.utils.reflection.MethodUtils
-
The constant VOID_PARAMS.