- absColumn(int) - Method in class com.github.jferard.fastods.ref.CellRefBuilder
-
Set the column absolute
- ABSOLUTE_COL - Static variable in class com.github.jferard.fastods.ref.CellRef
-
The col is absolute
- ABSOLUTE_ROW - Static variable in class com.github.jferard.fastods.ref.CellRef
-
The row is absolute
- ABSOLUTE_TABLE - Static variable in class com.github.jferard.fastods.ref.CellRef
-
The table is absolute
- AbsoluteLength - Class in com.github.jferard.fastods.attribute
-
See Extensible Stylesheet Language (XSL) Version 1.1, 5.9.13 Definitions of Units of Measure
(https://www.w3.org/TR/xsl/#d0e5752)
- absRow(int) - Method in class com.github.jferard.fastods.ref.CellRefBuilder
-
Set the r absolute
- absTable(String) - Method in class com.github.jferard.fastods.ref.CellRefBuilder
-
Set the table name
- absTable(Table) - Method in class com.github.jferard.fastods.ref.CellRefBuilder
-
Set the table
- absTable(String) - Method in class com.github.jferard.fastods.ref.RangeRefBuilder
-
Set the table name
- absTable(Table) - Method in class com.github.jferard.fastods.ref.RangeRefBuilder
-
Set the table
- absTable(String) - Method in class com.github.jferard.fastods.ref.TableRefBuilder
-
Set the table name absolute
- absTable(Table) - Method in class com.github.jferard.fastods.ref.TableRefBuilder
-
Set the table
- AbstractTableCell - Class in com.github.jferard.fastods
-
An abstract class to ease the implementation of `WritableTableCell`.
- AbstractTableCell() - Constructor for class com.github.jferard.fastods.AbstractTableCell
-
- add(ConfigBlock) - Method in interface com.github.jferard.fastods.odselement.config.ConfigItemMapEntry
-
Add a block to this entry.
- add(String, String, String) - Method in interface com.github.jferard.fastods.odselement.config.ConfigItemMapEntry
-
Add an ConfigItem to this entry.
- add(ConfigBlock) - Method in class com.github.jferard.fastods.odselement.config.ConfigItemMapEntrySequence
-
- add(String, String, String) - Method in class com.github.jferard.fastods.odselement.config.ConfigItemMapEntrySequence
-
- add(ConfigBlock) - Method in class com.github.jferard.fastods.odselement.config.ConfigItemMapEntrySet
-
- add(String, String, String) - Method in class com.github.jferard.fastods.odselement.config.ConfigItemMapEntrySet
-
- add(ConfigBlock) - Method in class com.github.jferard.fastods.odselement.config.ConfigItemMapEntrySingleton
-
- add(String, String, String) - Method in class com.github.jferard.fastods.odselement.config.ConfigItemMapEntrySingleton
-
- add(ConfigItemMapEntry) - Method in class com.github.jferard.fastods.odselement.config.ConfigItemMapIndexed
-
- add(int, ConfigItemMapEntry) - Method in class com.github.jferard.fastods.odselement.config.ConfigItemMapIndexed
-
- add(ConfigBlock) - Method in class com.github.jferard.fastods.odselement.config.ConfigItemSet
-
- add(OdsEntry) - Method in class com.github.jferard.fastods.odselement.ManifestElement
-
- add(K, V) - Method in class com.github.jferard.fastods.util.Container
-
If mode is update, then the key must exist.
- add(E) - Method in class com.github.jferard.fastods.util.FullList
-
- add(int, E) - Method in class com.github.jferard.fastods.util.FullList
-
- add(XMLUtil, OdsDocument) - Method in class com.github.jferard.fastods.util.MacroLibrary
-
Add this library to a document
- add(OdsDocument) - Method in class com.github.jferard.fastods.util.MacroLibraryContainer
-
Add this container to a document
- add(XMLUtil, OdsDocument, String) - Method in class com.github.jferard.fastods.util.MacroModule
-
Add this module to a document
- add(K, S, V) - Method in class com.github.jferard.fastods.util.MultiContainer
-
Add a value to this multi container
- add(int, T) - Method in class com.github.jferard.fastods.util.UniqueList
-
- AddableToOdsElements - Interface in com.github.jferard.fastods.style
-
- addAll(Collection<? extends E>) - Method in class com.github.jferard.fastods.util.FullList
-
- addAll(int, Collection<? extends E>) - Method in class com.github.jferard.fastods.util.FullList
-
- addAutoFilter(AutoFilter) - Method in class com.github.jferard.fastods.AnonymousOdsDocument
-
- addAutoFilter(String, Table, int, int, int, int) - Method in class com.github.jferard.fastods.AnonymousOdsDocument
-
Deprecated.
- addAutoFilter(String, Table, int, int, int, int) - Method in class com.github.jferard.fastods.NamedOdsDocument
-
Deprecated.
- addAutoFilter(AutoFilter) - Method in class com.github.jferard.fastods.NamedOdsDocument
-
- addAutoFilter(String, Table, int, int, int, int) - Method in interface com.github.jferard.fastods.OdsDocument
-
- addAutoFilter(AutoFilter) - Method in interface com.github.jferard.fastods.OdsDocument
-
Add a new auto filter
- addAutoFilter(AutoFilter) - Method in class com.github.jferard.fastods.odselement.ContentElement
-
Add an autoFilter to a table
- addAutoFilter(AutoFilter) - Method in class com.github.jferard.fastods.odselement.OdsElements
-
Add an AutoFilter to a table
- addAutoFilter(String, int, int, int, int) - Method in class com.github.jferard.fastods.Table
-
Add a new auto filter
- addCellStyle(TableCellStyle, CellType...) - Method in class com.github.jferard.fastods.NamedOdsDocument
-
Add a cell style for a given data type.
- addCellStyle(TableCellStyle, CellType...) - Method in class com.github.jferard.fastods.odselement.OdsElements
-
Add a cell style for a given data type.
- addChildCellStyle(TableCellStyle, DataStyle) - Method in class com.github.jferard.fastods.NamedOdsDocument
-
- addChildCellStyle(TableCellStyle, CellType) - Method in class com.github.jferard.fastods.odselement.ContentElement
-
Create an automatic style for this TableCellStyle and this type of cell.
- addChildCellStyle(TableCellStyle, DataStyle) - Method in class com.github.jferard.fastods.odselement.OdsElements
-
- addChildCellStyle(TableCellStyle, DataStyle) - Method in interface com.github.jferard.fastods.odselement.StylesContainer
-
Add a child style that mixes the cell style with a data style to the container
- addChildCellStyle(TableCellStyle, DataStyle) - Method in class com.github.jferard.fastods.odselement.StylesContainerImpl
-
- addContentFontFaceContainerStyle(FontFaceContainerStyle) - Method in class com.github.jferard.fastods.NamedOdsDocument
-
- addContentFontFaceContainerStyle(FontFaceContainerStyle) - Method in class com.github.jferard.fastods.odselement.OdsElements
-
- addContentFontFaceContainerStyle(FontFaceContainerStyle) - Method in interface com.github.jferard.fastods.odselement.StylesContainer
-
Add a cell style to the content container and register the font face
- addContentFontFaceContainerStyle(FontFaceContainerStyle) - Method in class com.github.jferard.fastods.odselement.StylesContainerImpl
-
- addContentStyle(ObjectStyle) - Method in class com.github.jferard.fastods.NamedOdsDocument
-
- addContentStyle(ObjectStyle) - Method in class com.github.jferard.fastods.odselement.OdsElements
-
- addContentStyle(ObjectStyle) - Method in interface com.github.jferard.fastods.odselement.StylesContainer
-
Add an object style (style:style) to content.xml/automatic-styles
- addContentStyle(ObjectStyle) - Method in class com.github.jferard.fastods.odselement.StylesContainerImpl
-
- addData(DataWrapper) - Method in class com.github.jferard.fastods.TableCellWalker
-
Add a wrapped data
- addDataStyle(DataStyle) - Method in class com.github.jferard.fastods.NamedOdsDocument
-
Add a data style to this document.
- addDataStyle(DataStyle) - Method in class com.github.jferard.fastods.odselement.OdsElements
-
- addDataStyle(DataStyle) - Method in interface com.github.jferard.fastods.odselement.StylesContainer
-
Create a new data style into styles container.
- addDataStyle(DataStyle) - Method in class com.github.jferard.fastods.odselement.StylesContainerImpl
-
- addEmbeddedStyles(StylesContainer) - Method in class com.github.jferard.fastods.DrawFrame
-
- addEmbeddedStyles(StylesContainer) - Method in interface com.github.jferard.fastods.ElementWithEmbeddedStyles
-
Add the styles of this element to the styles container, in styles.xml/automatic-styles.
- addEmbeddedStyles(StylesContainer) - Method in class com.github.jferard.fastods.Footer
-
- addEmbeddedStyles(StylesContainer) - Method in class com.github.jferard.fastods.Header
-
- addEmbeddedStyles(StylesContainer) - Method in class com.github.jferard.fastods.PageSection
-
- addEmbeddedStyles(StylesContainer) - Method in class com.github.jferard.fastods.style.DrawFillBitmap
-
- addEmbeddedStyles(StylesContainer) - Method in class com.github.jferard.fastods.style.DrawFillGradient
-
- addEmbeddedStyles(StylesContainer) - Method in class com.github.jferard.fastods.style.DrawFillHatch
-
- addEmbeddedStyles(StylesContainer) - Method in class com.github.jferard.fastods.style.DrawFillNone
-
- addEmbeddedStyles(StylesContainer) - Method in class com.github.jferard.fastods.style.DrawFillSolid
-
- addEmbeddedStyles(StylesContainer) - Method in class com.github.jferard.fastods.style.GraphicStyle
-
- addEmbeddedStyles(StylesContainer) - Method in class com.github.jferard.fastods.style.MasterPageStyle
-
Add the style embedded in this master page style to a container
- addEmbeddedStyles(StylesContainer) - Method in class com.github.jferard.fastods.style.PageStyle
-
- addEmbeddedStyles(StylesContainer) - Method in class com.github.jferard.fastods.Tooltip
-
- addEmbeddedStylesFromCell(StylesContainer) - Method in class com.github.jferard.fastods.Link
-
- addEmbeddedStylesFromCell(StylesContainer) - Method in class com.github.jferard.fastods.Paragraph
-
- addEmbeddedStylesFromCell(StylesContainer) - Method in interface com.github.jferard.fastods.ParagraphElement
-
Add the styles contained in this paragraph element to the styles container.
- addEmbeddedStylesFromCell(StylesContainer) - Method in class com.github.jferard.fastods.Span
-
- addEmbeddedStylesFromCell(StylesContainer) - Method in class com.github.jferard.fastods.Text
-
Add the styles to a container, in content.xml/automatic-styles
Use if the text is in a cell
- addEmbeddedStylesFromFooterHeader(StylesContainer) - Method in class com.github.jferard.fastods.Link
-
- addEmbeddedStylesFromFooterHeader(StylesContainer) - Method in class com.github.jferard.fastods.Paragraph
-
- addEmbeddedStylesFromFooterHeader(StylesContainer) - Method in interface com.github.jferard.fastods.ParagraphElement
-
Add the styles contained in this paragraph element to the styles container.
- addEmbeddedStylesFromFooterHeader(StylesContainer) - Method in class com.github.jferard.fastods.Span
-
- addEmbeddedStylesFromFooterHeader(StylesContainer) - Method in class com.github.jferard.fastods.Text
-
Add the styles to a container, in styles.xml/automatic-styles
Use if the text is in a footer/header
- addEvents(ScriptEventListener...) - Method in class com.github.jferard.fastods.AnonymousOdsDocument
-
- addEvents(ScriptEventListener...) - Method in class com.github.jferard.fastods.NamedOdsDocument
-
- addEvents(ScriptEventListener...) - Method in interface com.github.jferard.fastods.OdsDocument
-
Add some events to the document
- addEvents(ScriptEventListener...) - Method in class com.github.jferard.fastods.odselement.ContentElement
-
Add some events to the document
- addEvents(ScriptEventListener...) - Method in class com.github.jferard.fastods.odselement.OdsElements
-
Add some events to the document
- addExtraDir(String) - Method in class com.github.jferard.fastods.AnonymousOdsDocument
-
- addExtraDir(String) - Method in class com.github.jferard.fastods.NamedOdsDocument
-
- addExtraDir(String) - Method in interface com.github.jferard.fastods.OdsDocument
-
Add an extra directory to the manifest.
- addExtraDir(String) - Method in class com.github.jferard.fastods.odselement.OdsElements
-
Add an extra dir.
- addExtraFile(String, String, byte[]) - Method in class com.github.jferard.fastods.AnonymousOdsDocument
-
- addExtraFile(String, String, byte[]) - Method in class com.github.jferard.fastods.NamedOdsDocument
-
- addExtraFile(String, String, byte[]) - Method in interface com.github.jferard.fastods.OdsDocument
-
Add an extra file to the document
- addExtraFile(String, String, byte[]) - Method in class com.github.jferard.fastods.odselement.OdsElements
-
Add an extra file
- addExtraObject(String, String, String) - Method in class com.github.jferard.fastods.AnonymousOdsDocument
-
- addExtraObject(String, String, String) - Method in class com.github.jferard.fastods.NamedOdsDocument
-
- addExtraObject(String, String, String) - Method in interface com.github.jferard.fastods.OdsDocument
-
Add an extra object (eg. a spreadsheet) to the manifest.
- addExtraObject(String, String, String) - Method in class com.github.jferard.fastods.odselement.OdsElements
-
Add an extra object (eg. a spreadsheet)
- addMasterPageStyle(MasterPageStyle) - Method in class com.github.jferard.fastods.NamedOdsDocument
-
- addMasterPageStyle(MasterPageStyle) - Method in class com.github.jferard.fastods.odselement.OdsElements
-
- addMasterPageStyle(MasterPageStyle) - Method in interface com.github.jferard.fastods.odselement.StylesContainer
-
Create a new master page style into styles container.
- addMasterPageStyle(MasterPageStyle) - Method in class com.github.jferard.fastods.odselement.StylesContainerImpl
-
- addNamespaceByPrefix(Map<String, String>) - Method in class com.github.jferard.fastods.OdsFactory
-
Deprecated.
- addNamespaceByPrefix(Map<String, String>) - Method in class com.github.jferard.fastods.OdsFactoryBuilder
-
Use custom namespace prefixes in content element.
- addNewDataStyleFromCellStyle(TableCellStyle) - Method in class com.github.jferard.fastods.NamedOdsDocument
-
- addNewDataStyleFromCellStyle(TableCellStyle) - Method in class com.github.jferard.fastods.odselement.OdsElements
-
- addNewDataStyleFromCellStyle(TableCellStyle) - Method in interface com.github.jferard.fastods.odselement.StylesContainer
-
Add the data style taken from a cell style
- addNewDataStyleFromCellStyle(TableCellStyle) - Method in class com.github.jferard.fastods.odselement.StylesContainerImpl
-
- addObserver(NamedOdsFileWriter) - Method in class com.github.jferard.fastods.odselement.OdsElements
-
The OdsElements is observable by a writer.
- addObserver(NamedOdsFileWriter) - Method in class com.github.jferard.fastods.Table
-
Add an observer to this table
- addPageLayoutStyle(PageLayoutStyle) - Method in class com.github.jferard.fastods.NamedOdsDocument
-
- addPageLayoutStyle(PageLayoutStyle) - Method in class com.github.jferard.fastods.odselement.OdsElements
-
- addPageLayoutStyle(PageLayoutStyle) - Method in interface com.github.jferard.fastods.odselement.StylesContainer
-
Add a page layout style
- addPageLayoutStyle(PageLayoutStyle) - Method in class com.github.jferard.fastods.odselement.StylesContainerImpl
-
- addPageStyle(PageStyle) - Method in class com.github.jferard.fastods.NamedOdsDocument
-
- addPageStyle(PageStyle) - Method in class com.github.jferard.fastods.odselement.OdsElements
-
- addPageStyle(PageStyle) - Method in interface com.github.jferard.fastods.odselement.StylesContainer
-
Add a page style
- addPageStyle(PageStyle) - Method in class com.github.jferard.fastods.odselement.StylesContainerImpl
-
- addPilotTable(PilotTable) - Method in class com.github.jferard.fastods.AnonymousOdsDocument
-
- addPilotTable(PilotTable) - Method in class com.github.jferard.fastods.NamedOdsDocument
-
- addPilotTable(PilotTable) - Method in interface com.github.jferard.fastods.OdsDocument
-
Add a new pilot table
- addPilotTable(PilotTable) - Method in class com.github.jferard.fastods.odselement.ContentElement
-
Add a new pilot table
- addPilotTable(PilotTable) - Method in class com.github.jferard.fastods.odselement.OdsElements
-
- addPrintRange(int, int, int, int) - Method in class com.github.jferard.fastods.Table
-
- addRefreshMacro(OdsDocument) - Method in class com.github.jferard.fastods.tool.MacroHelper
-
- addShape(Shape) - Method in class com.github.jferard.fastods.Table
-
Add a shape
- addStylesFontFaceContainerStyle(FontFaceContainerStyle) - Method in class com.github.jferard.fastods.NamedOdsDocument
-
- addStylesFontFaceContainerStyle(FontFaceContainerStyle) - Method in class com.github.jferard.fastods.odselement.OdsElements
-
- addStylesFontFaceContainerStyle(FontFaceContainerStyle) - Method in interface com.github.jferard.fastods.odselement.StylesContainer
-
Add a cell style to the content container and register the font face
- addStylesFontFaceContainerStyle(FontFaceContainerStyle) - Method in class com.github.jferard.fastods.odselement.StylesContainerImpl
-
- addStylesStyle(ObjectStyle) - Method in class com.github.jferard.fastods.NamedOdsDocument
-
- addStylesStyle(ObjectStyle) - Method in class com.github.jferard.fastods.odselement.OdsElements
-
- addStylesStyle(ObjectStyle) - Method in interface com.github.jferard.fastods.odselement.StylesContainer
-
Add an object style to styles.xml/automatic-styles
- addStylesStyle(ObjectStyle) - Method in class com.github.jferard.fastods.odselement.StylesContainerImpl
-
- addTable(String) - Method in class com.github.jferard.fastods.AnonymousOdsDocument
-
- addTable(String, int, int) - Method in class com.github.jferard.fastods.AnonymousOdsDocument
-
- addTable(Table) - Method in class com.github.jferard.fastods.AnonymousOdsDocument
-
- addTable(String) - Method in class com.github.jferard.fastods.NamedOdsDocument
-
- addTable(String, int, int) - Method in class com.github.jferard.fastods.NamedOdsDocument
-
- addTable(Table) - Method in class com.github.jferard.fastods.NamedOdsDocument
-
- addTable(String) - Method in interface com.github.jferard.fastods.OdsDocument
-
Add a new table to the document, the new table is set to the active table.
- addTable(String, int, int) - Method in interface com.github.jferard.fastods.OdsDocument
-
Add a new table to the document, the new table is set to the active table.
- addTable(Table) - Method in interface com.github.jferard.fastods.OdsDocument
-
Add a new table to the document, the new table is set to the active table.
- addTable(String, int, int) - Method in class com.github.jferard.fastods.odselement.ContentElement
-
- addTable(Table) - Method in class com.github.jferard.fastods.odselement.ContentElement
-
- addTable(Table) - Method in class com.github.jferard.fastods.odselement.Settings
-
Add a table
- addTableConfig(ConfigItemMapEntry) - Method in class com.github.jferard.fastods.odselement.Settings
-
A a config for a table
- addTableConfig(ConfigItemMapEntry) - Method in class com.github.jferard.fastods.odselement.SettingsElement
-
Add a table config.
- addTableToContent(String, int, int) - Method in class com.github.jferard.fastods.odselement.OdsElements
-
Deprecated.
- addTableToContent(Table) - Method in class com.github.jferard.fastods.odselement.OdsElements
-
Add a new table to content.
- addToContentStyles(StylesContainer) - Method in class com.github.jferard.fastods.style.TableColumnStyle
-
Add this style to a styles container
- addToContentStyles(StylesContainer) - Method in class com.github.jferard.fastods.style.TableRowStyle
-
Add this style to a styles container
- addToElements(OdsElements) - Method in class com.github.jferard.fastods.datastyle.BooleanStyle
-
- addToElements(OdsElements) - Method in class com.github.jferard.fastods.datastyle.CurrencyStyle
-
- addToElements(OdsElements) - Method in class com.github.jferard.fastods.datastyle.DateStyle
-
- addToElements(OdsElements) - Method in class com.github.jferard.fastods.datastyle.FloatStyle
-
- addToElements(OdsElements) - Method in class com.github.jferard.fastods.datastyle.FractionStyle
-
- addToElements(OdsElements) - Method in class com.github.jferard.fastods.datastyle.PercentageStyle
-
- addToElements(OdsElements) - Method in class com.github.jferard.fastods.datastyle.ScientificNumberStyle
-
- addToElements(OdsElements) - Method in class com.github.jferard.fastods.datastyle.TextDataStyle
-
- addToElements(OdsElements) - Method in class com.github.jferard.fastods.datastyle.TimeStyle
-
- addToElements(OdsElements) - Method in interface com.github.jferard.fastods.style.AddableToOdsElements
-
Add this to OdsElements
- addToElements(OdsElements) - Method in class com.github.jferard.fastods.style.DrawFillBitmap
-
- addToElements(OdsElements) - Method in class com.github.jferard.fastods.style.DrawFillGradient
-
- addToElements(OdsElements) - Method in class com.github.jferard.fastods.style.DrawFillHatch
-
- addToElements(OdsElements) - Method in class com.github.jferard.fastods.style.GraphicStyle
-
- addToElements(OdsElements) - Method in class com.github.jferard.fastods.style.MasterPageStyle
-
- addToElements(OdsElements) - Method in class com.github.jferard.fastods.style.PageLayoutStyle
-
- addToElements(OdsElements) - Method in class com.github.jferard.fastods.style.PageStyle
-
- addToElements(OdsElements) - Method in class com.github.jferard.fastods.style.TableCellStyle
-
- addToElements(OdsElements) - Method in class com.github.jferard.fastods.style.TableColumnStyle
-
- addToElements(OdsElements) - Method in class com.github.jferard.fastods.style.TableRowStyle
-
- addToElements(OdsElements) - Method in class com.github.jferard.fastods.style.TableStyle
-
- addToElements(OdsElements) - Method in class com.github.jferard.fastods.style.TextStyle
-
- addToTable(TableCellWalker) - Method in interface com.github.jferard.fastods.DataWrapper
-
- addToTable(TableCellWalker) - Method in class com.github.jferard.fastods.tool.ResultSetDataWrapper
-
- addValidation(Validation) - Method in class com.github.jferard.fastods.ValidationsContainer
-
Add a new validation.
- addValidationToContainer(Validation) - Method in class com.github.jferard.fastods.TableRowImpl
-
- algorithmName(String) - Method in class com.github.jferard.fastods.odselement.EncryptParametersBuilder
-
- all(BorderAttribute) - Method in class com.github.jferard.fastods.style.BordersBuilder
-
Set all borders
- all(Length, Color, BorderStyle) - Method in class com.github.jferard.fastods.style.BordersBuilder
-
Set all borders
- all(Length) - Method in class com.github.jferard.fastods.style.MarginsBuilder
-
Set the margin at the top, bottom, left and right.
- allMargins(Length) - Method in class com.github.jferard.fastods.PageSectionBuilder
-
Set the margin at the top, bottom, left and right.
- allMargins(Length) - Method in class com.github.jferard.fastods.style.PageStyleBuilder
-
Set the margin at the top, bottom, left and right. margin is a length value
- allMargins(Length) - Method in class com.github.jferard.fastods.style.TableCellStyleBuilder
-
Add a margin to this cell.
- ALPHABET_SIZE - Static variable in class com.github.jferard.fastods.ref.PositionUtil
-
a..z: 26 letters
- Angle - Class in com.github.jferard.fastods.attribute
-
20.339 style:rotation-angle http://docs.oasis-open.org/office/v1.2/os/OpenDocument-v1
.2-os-part1.html#__RefHeading__1420142_253892949
- Angle(double, Angle.Unit) - Constructor for class com.github.jferard.fastods.attribute.Angle
-
- Angle.Unit - Enum in com.github.jferard.fastods.attribute
-
The unit
- AnonymousOdsDocument - Class in com.github.jferard.fastods
-
An ods document.
- AnonymousOdsFileWriter - Class in com.github.jferard.fastods
-
An ods file writer.
- append(char) - Method in class com.github.jferard.fastods.util.ZipUTF8WriterImpl
-
- append(CharSequence) - Method in class com.github.jferard.fastods.util.ZipUTF8WriterImpl
-
- append(CharSequence, int, int) - Method in class com.github.jferard.fastods.util.ZipUTF8WriterImpl
-
- appendAttribute(Appendable, CharSequence, boolean) - Method in class com.github.jferard.fastods.util.XMLUtil
-
Append a new element to the appendable element, the name of the element is
attrName and the value is the boolean attrValue.
- appendAttribute(Appendable, CharSequence, int) - Method in class com.github.jferard.fastods.util.XMLUtil
-
Append a new element to the appendable element, the name of the element is
attrName and the value is attrValue.
- appendAttribute(Appendable, CharSequence, CharSequence) - Method in class com.github.jferard.fastods.util.XMLUtil
-
Append a space, then a new element to the appendable element, the name of the element is
attrName and the value is attrValue.
- appendAttribute(Appendable, CharSequence, AttributeValue) - Method in class com.github.jferard.fastods.util.XMLUtil
-
Append a space, then a new element to the appendable element, the name of the element is
attrName and the value is attrValue.
- appendAttribute(Appendable, CharSequence, List<?>, String) - Method in class com.github.jferard.fastods.util.XMLUtil
-
Append a space, then a new element to the appendable element, the name of the element is
attrName and the value is a list.
- appendAttributes(XMLUtil, Appendable) - Method in interface com.github.jferard.fastods.style.DrawFill
-
- appendAttributes(XMLUtil, Appendable) - Method in class com.github.jferard.fastods.style.DrawFillBitmap
-
- appendAttributes(XMLUtil, Appendable) - Method in class com.github.jferard.fastods.style.DrawFillGradient
-
- appendAttributes(XMLUtil, Appendable) - Method in class com.github.jferard.fastods.style.DrawFillHatch
-
- appendAttributes(XMLUtil, Appendable) - Method in class com.github.jferard.fastods.style.DrawFillNone
-
- appendAttributes(XMLUtil, Appendable) - Method in class com.github.jferard.fastods.style.DrawFillSolid
-
- appendAttributes(XMLUtil, Appendable) - Method in class com.github.jferard.fastods.util.Protection
-
- appendColumns(XMLUtil, Appendable) - Method in class com.github.jferard.fastods.PreambleAppender
-
- appendEAttribute(Appendable, CharSequence, String) - Method in class com.github.jferard.fastods.util.XMLUtil
-
Escape then append.
- appendForms(XMLUtil, Appendable) - Method in class com.github.jferard.fastods.PreambleAppender
-
- appendIndexLine(XMLUtil, Appendable) - Method in class com.github.jferard.fastods.util.MacroLibrary
-
Append a line to script-lc.xml
- appendIndexLine(XMLUtil, Appendable) - Method in class com.github.jferard.fastods.util.MacroModule
-
Append a line to script-lc.xml
- appendNumberTag(XMLUtil, Appendable) - Method in class com.github.jferard.fastods.datastyle.FloatStyle
-
Append the number:number tag
- appendPageSectionStyleXMLToAutomaticStyle(XMLUtil, Appendable) - Method in class com.github.jferard.fastods.Footer
-
- appendPageSectionStyleXMLToAutomaticStyle(XMLUtil, Appendable) - Method in class com.github.jferard.fastods.Header
-
- appendPageSectionStyleXMLToAutomaticStyle(XMLUtil, Appendable) - Method in interface com.github.jferard.fastods.HeaderOrFooter
-
Append the page section style XML representation of the header/footer to a stream.
- appendPageSectionStyleXMLToAutomaticStyle(Header, XMLUtil, Appendable) - Static method in class com.github.jferard.fastods.PageSection
-
Secure version of pageSection.appendPageSectionStyleXMLToAutomaticStyle: if the
footer (or header) is
null,
then the default type is used.
- appendPageSectionStyleXMLToAutomaticStyle(Footer, XMLUtil, Appendable) - Static method in class com.github.jferard.fastods.PageSection
-
Secure version of pageSection.appendPageSectionStyleXMLToAutomaticStyle: if the
footer (or header) is
null,
then the default type is used.
- appendPageSectionStyleXMLToAutomaticStyle(XMLUtil, Appendable, PageSection.Type) - Method in class com.github.jferard.fastods.PageSection
-
- appendShapes(XMLUtil, Appendable) - Method in class com.github.jferard.fastods.PreambleAppender
-
- appendTag(Appendable, CharSequence, String) - Method in class com.github.jferard.fastods.util.XMLUtil
-
Append a content inside a tag
- appendXMLAttribute(XMLUtil, Appendable, String) - Method in class com.github.jferard.fastods.attribute.BorderAttribute
-
- appendXMLContent(XMLUtil, Appendable) - Method in class com.github.jferard.fastods.datastyle.BooleanStyle
-
- appendXMLContent(XMLUtil, Appendable) - Method in class com.github.jferard.fastods.datastyle.CurrencyStyle
-
- appendXMLContent(XMLUtil, Appendable) - Method in class com.github.jferard.fastods.datastyle.DateStyle
-
- appendXMLContent(XMLUtil, Appendable) - Method in class com.github.jferard.fastods.datastyle.DateTimeStyleFormat
-
- appendXMLContent(XMLUtil, Appendable) - Method in class com.github.jferard.fastods.datastyle.FloatStyle
-
- appendXMLContent(XMLUtil, Appendable) - Method in class com.github.jferard.fastods.datastyle.FractionStyle
-
- appendXMLContent(XMLUtil, Appendable) - Method in class com.github.jferard.fastods.datastyle.PercentageStyle
-
- appendXMLContent(XMLUtil, Appendable) - Method in class com.github.jferard.fastods.datastyle.ScientificNumberStyle
-
- appendXMLContent(XMLUtil, Appendable) - Method in class com.github.jferard.fastods.datastyle.TextDataStyle
-
- appendXMLContent(XMLUtil, Appendable) - Method in class com.github.jferard.fastods.datastyle.TimeStyle
-
- appendXMLContent(XMLUtil, Appendable) - Method in class com.github.jferard.fastods.DrawFrame
-
- appendXMLContent(XMLUtil, Appendable) - Method in class com.github.jferard.fastods.DrawImage
-
- appendXMLContent(XMLUtil, Appendable) - Method in class com.github.jferard.fastods.DrawObject
-
- appendXMLContent(XMLUtil, Appendable) - Method in class com.github.jferard.fastods.Link
-
- appendXMLContent(XMLUtil, Appendable) - Method in class com.github.jferard.fastods.odselement.config.ConfigItem
-
- appendXMLContent(XMLUtil, Appendable) - Method in class com.github.jferard.fastods.odselement.config.ConfigItemMapEntrySequence
-
- appendXMLContent(XMLUtil, Appendable) - Method in class com.github.jferard.fastods.odselement.config.ConfigItemMapEntrySet
-
- appendXMLContent(XMLUtil, Appendable) - Method in class com.github.jferard.fastods.odselement.config.ConfigItemMapEntrySingleton
-
- appendXMLContent(XMLUtil, Appendable) - Method in class com.github.jferard.fastods.odselement.config.ConfigItemMapIndexed
-
- appendXMLContent(XMLUtil, Appendable) - Method in class com.github.jferard.fastods.odselement.config.ConfigItemMapNamed
-
- appendXMLContent(XMLUtil, Appendable) - Method in class com.github.jferard.fastods.odselement.config.ConfigItemSet
-
- appendXMLContent(XMLUtil, Appendable) - Method in class com.github.jferard.fastods.odselement.EncryptedOdsEntry
-
- appendXMLContent(XMLUtil, Appendable) - Method in class com.github.jferard.fastods.odselement.EncryptParameters
-
- appendXMLContent(XMLUtil, Appendable) - Method in class com.github.jferard.fastods.odselement.ScriptEventListener
-
- appendXMLContent(XMLUtil, Appendable) - Method in class com.github.jferard.fastods.odselement.StandardOdsEntry
-
- appendXMLContent(XMLUtil, Appendable) - Method in class com.github.jferard.fastods.odselement.UnregisteredOdsEntry
-
- appendXMLContent(XMLUtil, Appendable) - Method in class com.github.jferard.fastods.odselement.UnregisteredStoredEntry
-
- appendXMLContent(XMLUtil, Appendable) - Method in class com.github.jferard.fastods.odselement.UserDefined
-
- appendXMLContent(XMLUtil, Appendable) - Method in class com.github.jferard.fastods.Paragraph
-
- appendXMLContent(XMLUtil, Appendable) - Method in class com.github.jferard.fastods.Span
-
- appendXMLContent(XMLUtil, Appendable) - Method in class com.github.jferard.fastods.style.Borders
-
- appendXMLContent(XMLUtil, Appendable) - Method in class com.github.jferard.fastods.style.DrawFillBitmap
-
- appendXMLContent(XMLUtil, Appendable) - Method in class com.github.jferard.fastods.style.DrawFillGradient
-
- appendXMLContent(XMLUtil, Appendable) - Method in class com.github.jferard.fastods.style.DrawFillHatch
-
- appendXMLContent(XMLUtil, Appendable) - Method in class com.github.jferard.fastods.style.FontFace
-
- appendXMLContent(XMLUtil, Appendable) - Method in class com.github.jferard.fastods.style.GraphicStyle
-
- appendXMLContent(XMLUtil, Appendable) - Method in class com.github.jferard.fastods.style.Margins
-
- appendXMLContent(XMLUtil, Appendable) - Method in class com.github.jferard.fastods.style.TableCellStyle
-
- appendXMLContent(XMLUtil, Appendable) - Method in class com.github.jferard.fastods.style.TableColumnStyle
-
- appendXMLContent(XMLUtil, Appendable) - Method in class com.github.jferard.fastods.style.TableRowStyle
-
- appendXMLContent(XMLUtil, Appendable) - Method in class com.github.jferard.fastods.style.TableStyle
-
- appendXMLContent(XMLUtil, Appendable) - Method in class com.github.jferard.fastods.style.TextProperties
-
- appendXMLContent(XMLUtil, Appendable) - Method in class com.github.jferard.fastods.style.TextStyle
-
- appendXMLContent(XMLUtil, Appendable) - Method in class com.github.jferard.fastods.Table
-
Add XML to content.xml
- appendXMLContent(XMLUtil, Appendable) - Method in class com.github.jferard.fastods.Text
-
- appendXMLContent(XMLUtil, Appendable) - Method in class com.github.jferard.fastods.Tooltip
-
- appendXMLContent(XMLUtil, Appendable) - Method in class com.github.jferard.fastods.util.AutoFilter
-
- appendXMLContent(XMLUtil, Appendable) - Method in class com.github.jferard.fastods.util.ErrorMessage
-
- appendXMLContent(XMLUtil, Appendable) - Method in class com.github.jferard.fastods.util.FilterAnd
-
- appendXMLContent(XMLUtil, Appendable) - Method in class com.github.jferard.fastods.util.FilterCompare
-
- appendXMLContent(XMLUtil, Appendable) - Method in class com.github.jferard.fastods.util.FilterEnumerate
-
"Note: To improve backward compatibility with OpenDocument 1.1 documents, the following
attributes should have these values if table:filter-set-item elements are included:
table:operator: "=", table:value: value of the first table:filter-set-item child element,
table:data-type: "text".
- appendXMLContent(XMLUtil, Appendable) - Method in class com.github.jferard.fastods.util.FilterOr
-
- appendXMLContent(XMLUtil, Appendable) - Method in class com.github.jferard.fastods.util.PilotTable
-
- appendXMLContent(XMLUtil, Appendable) - Method in class com.github.jferard.fastods.util.PilotTableField
-
- appendXMLContent(XMLUtil, Appendable) - Method in class com.github.jferard.fastods.util.PilotTableLevel
-
- appendXMLContent(XMLUtil, Appendable) - Method in class com.github.jferard.fastods.util.SVGRectangle
-
- appendXMLContent(XMLUtil, Appendable) - Method in class com.github.jferard.fastods.util.Validation
-
- appendXMLContent(XMLUtil, Appendable) - Method in interface com.github.jferard.fastods.XMLConvertible
-
Write the XML format for this object.
- appendXMLToAutomaticStyle(XMLUtil, Appendable) - Method in class com.github.jferard.fastods.style.PageLayoutStyle
-
Write the XML format for this object.
- appendXMLToAutomaticStyle(XMLUtil, Appendable) - Method in class com.github.jferard.fastods.style.PageStyle
-
Write the XML format for this object.
- appendXMLToMasterStyle(XMLUtil, Appendable) - Method in class com.github.jferard.fastods.Footer
-
- appendXMLToMasterStyle(XMLUtil, Appendable) - Method in class com.github.jferard.fastods.Header
-
- appendXMLToMasterStyle(XMLUtil, Appendable) - Method in interface com.github.jferard.fastods.HeaderOrFooter
-
Append the XML representation of the header/footer to a stream.
- appendXMLToMasterStyle(XMLUtil, Appendable) - Method in class com.github.jferard.fastods.PageSection
-
- appendXMLToMasterStyle(XMLUtil, Appendable) - Method in interface com.github.jferard.fastods.PageSectionContent
-
Append the XML representation of a page section to a stream
- appendXMLToMasterStyle(XMLUtil, Appendable) - Method in class com.github.jferard.fastods.style.MasterPageStyle
-
Return the master-style information for this PageStyle.
- appendXMLToMasterStyle(XMLUtil, Appendable) - Method in class com.github.jferard.fastods.style.PageStyle
-
- appendXMLToTable(XMLUtil, Appendable, int) - Method in class com.github.jferard.fastods.TableColumnImpl
-
Append the XML to the table representation
- appendXMLToTable(TableRowImpl, XMLUtil, Appendable) - Static method in class com.github.jferard.fastods.TableRowImpl
-
Append the XML corresponding to a given row to the appendable
- appendXMLToTable(XMLUtil, Appendable) - Method in class com.github.jferard.fastods.TableRowImpl
-
Write the XML dataStyles for this object.
- appendXMLToTableRow(XMLUtil, Appendable) - Method in class com.github.jferard.fastods.TableCellImpl
-
- appendXMLToTableRow(XMLUtil, Appendable) - Method in interface com.github.jferard.fastods.WritableTableCell
-
Generate the XML for the table cell.
- AQUA - Static variable in enum com.github.jferard.fastods.attribute.SimpleColor
-
The color aqua
- areVoid() - Method in class com.github.jferard.fastods.style.Borders
-
- areVoid() - Method in class com.github.jferard.fastods.style.Margins
-
- ASCII - Static variable in class com.github.jferard.fastods.util.CharsetUtil
-
the ascii encoding
- asyncFlush() - Method in class com.github.jferard.fastods.Table
-
- asyncFlushBeginTable() - Method in class com.github.jferard.fastods.Table
-
Async flush the XML
- asyncFlushEndTable() - Method in class com.github.jferard.fastods.Table
-
Async flush the XML
- asZipEntry() - Method in class com.github.jferard.fastods.odselement.EncryptedOdsEntry
-
- asZipEntry() - Method in interface com.github.jferard.fastods.odselement.OdsEntry
-
- asZipEntry() - Method in class com.github.jferard.fastods.odselement.StandardOdsEntry
-
- asZipEntry() - Method in class com.github.jferard.fastods.odselement.UnregisteredOdsEntry
-
- asZipEntry() - Method in class com.github.jferard.fastods.odselement.UnregisteredStoredEntry
-
- AttributeValue - Interface in com.github.jferard.fastods.attribute
-
Classes that represents attributes should inherit this class
- AutoFilter - Class in com.github.jferard.fastods.util
-
9.4.15 table:database-range
A filter on a range
- AutoFilter(String, String, boolean, Filter) - Constructor for class com.github.jferard.fastods.util.AutoFilter
-
- AutoFilterBuilder - Class in com.github.jferard.fastods.util
-
A builder for AutoFilter class
- AutoFilterBuilder(String, String) - Constructor for class com.github.jferard.fastods.util.AutoFilterBuilder
-
- automaticOrder(boolean) - Method in class com.github.jferard.fastods.datastyle.DateStyleBuilder
-
The automatic-order attribute can be used to automatically order data to
match the default order
for the language and country of the date style.
- backgroundColor(Color) - Method in class com.github.jferard.fastods.style.PageStyleBuilder
-
Set the background color to color, a six-digit hex value.
- backgroundColor(Color) - Method in class com.github.jferard.fastods.style.TableCellStyleBuilder
-
Set the cell background color to color
- BASE_NAMESPACE_BY_PREFIX - Static variable in class com.github.jferard.fastods.odselement.OdsElements
-
- baseCellAddress(CellRef) - Method in class com.github.jferard.fastods.util.ValidationBuilder
-
Change base cell address for formulas
- BASIC_LANG - Static variable in class com.github.jferard.fastods.odselement.ScriptEventListener
-
For scripts in Basic
- BeginTableFlusher - Class in com.github.jferard.fastods
-
An async flusher to append the preamble of the table.
- BeginTableFlusher(TableAppender) - Constructor for class com.github.jferard.fastods.BeginTableFlusher
-
- Beta - Annotation Type in com.github.jferard.fastods.annotation
-
For elements (classes, methods, ...) that are still in development/test.
- blankElement(F) - Method in class com.github.jferard.fastods.util.FastFullList.FastFullListBuilder
-
Set the blank element
- blankElement(F) - Method in class com.github.jferard.fastods.util.FullList.FullListBuilder
-
Create a new empty full list, with a given blank element
- BooleanStyle - Class in com.github.jferard.fastods.datastyle
-
OpenDocument 16.27.23 - number:boolean-style
- BooleanStyleBuilder - Class in com.github.jferard.fastods.datastyle
-
- BooleanStyleBuilder(String, Locale) - Constructor for class com.github.jferard.fastods.datastyle.BooleanStyleBuilder
-
The builder
- booleanStyleBuilder() - Method in class com.github.jferard.fastods.datastyle.DataStylesBuilder
-
- BooleanValue - Class in com.github.jferard.fastods
-
- BooleanValue(Boolean) - Constructor for class com.github.jferard.fastods.BooleanValue
-
Builds a BooleanValue from a boolean
- borderAll(Length, Color, BorderStyle) - Method in class com.github.jferard.fastods.style.TableCellStyleBuilder
-
Add a border style for all the borders of this cell.
- borderAll(BorderAttribute) - Method in class com.github.jferard.fastods.style.TableCellStyleBuilder
-
Add a border style for all the borders of this cell.
- BorderAttribute - Class in com.github.jferard.fastods.attribute
-
The BorderAttribute class represents an xml attribute in style:style tag.
- BorderAttribute(Length, Color, BorderStyle) - Constructor for class com.github.jferard.fastods.attribute.BorderAttribute
-
size is a length value
- BorderAttribute.Position - Enum in com.github.jferard.fastods.attribute
-
The position of the border.
- BorderAttributeBuilder - Class in com.github.jferard.fastods.attribute
-
- BorderAttributeBuilder() - Constructor for class com.github.jferard.fastods.attribute.BorderAttributeBuilder
-
A new builder
- borderBottom(Length, Color, BorderStyle) - Method in class com.github.jferard.fastods.style.TableCellStyleBuilder
-
Add a border style for the bottom border of this cell.
- borderBottom(BorderAttribute) - Method in class com.github.jferard.fastods.style.TableCellStyleBuilder
-
Add a border style for the bottom border of this cell.
- borderColor(Color) - Method in class com.github.jferard.fastods.attribute.BorderAttributeBuilder
-
Set the currently set border color.
- borderLeft(Length, Color, BorderStyle) - Method in class com.github.jferard.fastods.style.TableCellStyleBuilder
-
Add a border style for the left border of this cell.
- borderLeft(BorderAttribute) - Method in class com.github.jferard.fastods.style.TableCellStyleBuilder
-
Add a border style for the left border of this cell.
- borderRight(Length, Color, BorderStyle) - Method in class com.github.jferard.fastods.style.TableCellStyleBuilder
-
Add a border style for the right border of this cell.
- borderRight(BorderAttribute) - Method in class com.github.jferard.fastods.style.TableCellStyleBuilder
-
Add a border style for the left border of this cell.
- Borders - Class in com.github.jferard.fastods.style
-
The class Borders represents the borders of an element.
- BordersBuilder - Class in com.github.jferard.fastods.style
-
The builder class for borders.
- BordersBuilder(BorderAttribute, BorderAttribute, BorderAttribute, BorderAttribute, BorderAttribute) - Constructor for class com.github.jferard.fastods.style.BordersBuilder
-
Reserved to Borders.toBuilder()
- BordersBuilder() - Constructor for class com.github.jferard.fastods.style.BordersBuilder
-
Main constructor
- borderSize(int) - Method in class com.github.jferard.fastods.attribute.BorderAttributeBuilder
-
Sets the current value of border size in pt.
- borderSize(Length) - Method in class com.github.jferard.fastods.attribute.BorderAttributeBuilder
-
Sets the current value of border size.
- borderStyle(BorderStyle) - Method in class com.github.jferard.fastods.attribute.BorderAttributeBuilder
-
Sets the current border NamedObject.
- BorderStyle - Enum in com.github.jferard.fastods.attribute
-
Extensible Stylesheet Language (XSL)
Version 1.0, 7.7.20 "border-top-style"
The style of the border
- borderTop(Length, Color, BorderStyle) - Method in class com.github.jferard.fastods.style.TableCellStyleBuilder
-
Add a border style for the top border of this cell.
- borderTop(BorderAttribute) - Method in class com.github.jferard.fastods.style.TableCellStyleBuilder
-
Add a border style for the top border of this cell.
- bottom(BorderAttribute) - Method in class com.github.jferard.fastods.style.BordersBuilder
-
Set the bottom border
- bottom(Length, Color, BorderStyle) - Method in class com.github.jferard.fastods.style.BordersBuilder
-
Set the bottom border
- bottom(Length) - Method in class com.github.jferard.fastods.style.MarginsBuilder
-
Set the bottom margin. margin is a length value
- Box<T> - Class in com.github.jferard.fastods.util
-
A Box contains a content.
- Box() - Constructor for class com.github.jferard.fastods.util.Box
-
- build() - Method in class com.github.jferard.fastods.attribute.BorderAttributeBuilder
-
Builds a border style
- build() - Method in class com.github.jferard.fastods.datastyle.BooleanStyleBuilder
-
- build() - Method in class com.github.jferard.fastods.datastyle.CurrencyStyleBuilder
-
- build() - Method in class com.github.jferard.fastods.datastyle.DataStylesBuilder
-
- build() - Method in class com.github.jferard.fastods.datastyle.DateStyleBuilder
-
- build() - Method in class com.github.jferard.fastods.datastyle.FloatStyleBuilder
-
- build() - Method in class com.github.jferard.fastods.datastyle.FractionStyleBuilder
-
- build() - Method in class com.github.jferard.fastods.datastyle.NumberStyleHelperBuilder
-
- build() - Method in class com.github.jferard.fastods.datastyle.PercentageStyleBuilder
-
- build() - Method in class com.github.jferard.fastods.datastyle.ScientificNumberStyleBuilder
-
- build() - Method in class com.github.jferard.fastods.datastyle.TextDataStyleBuilder
-
- build() - Method in class com.github.jferard.fastods.datastyle.TimeStyleBuilder
-
- build() - Method in class com.github.jferard.fastods.DrawFrameBuilder
-
- build() - Method in class com.github.jferard.fastods.LinkBuilder
-
- build(int, int, long, String, String, String) - Method in class com.github.jferard.fastods.odselement.EncryptParametersBuilder
-
- build() - Method in class com.github.jferard.fastods.odselement.MetaElementBuilder
-
- build() - Method in class com.github.jferard.fastods.odselement.ScriptEventListenerBuilder
-
- build() - Method in class com.github.jferard.fastods.OdsFactoryBuilder
-
- build() - Method in class com.github.jferard.fastods.OdsFileWriterBuilder
-
- build() - Method in class com.github.jferard.fastods.PageSectionBuilder
-
For public calls, see buildFooter or buildHeader
- build() - Method in class com.github.jferard.fastods.ParagraphBuilder
-
- build() - Method in class com.github.jferard.fastods.ref.CellRefBuilder
-
- build() - Method in class com.github.jferard.fastods.ref.RangeRefBuilder
-
- build() - Method in class com.github.jferard.fastods.ref.TableRefBuilder
-
- build() - Method in class com.github.jferard.fastods.RegionPageSectionBuilder
-
- build() - Method in class com.github.jferard.fastods.SimplePageSectionBuilder
-
- build() - Method in class com.github.jferard.fastods.style.BordersBuilder
-
Build the borders
- build() - Method in class com.github.jferard.fastods.style.GraphicStyleBuilder
-
- build() - Method in class com.github.jferard.fastods.style.MarginsBuilder
-
- build() - Method in class com.github.jferard.fastods.style.PageStyleBuilder
-
- build() - Method in class com.github.jferard.fastods.style.TableCellStyleBuilder
-
- build() - Method in class com.github.jferard.fastods.style.TableColumnStyleBuilder
-
- build() - Method in class com.github.jferard.fastods.style.TableRowStyleBuilder
-
- build() - Method in class com.github.jferard.fastods.style.TableStyleBuilder
-
- build() - Method in class com.github.jferard.fastods.style.TextPropertiesBuilder
-
- build() - Method in class com.github.jferard.fastods.style.TextStyleBuilder
-
- build() - Method in class com.github.jferard.fastods.TextBuilder
-
- build() - Method in class com.github.jferard.fastods.tool.ResultSetDataWrapperBuilder
-
- build() - Method in class com.github.jferard.fastods.TooltipBuilder
-
- build() - Method in class com.github.jferard.fastods.util.AutoFilterBuilder
-
- build() - Method in class com.github.jferard.fastods.util.FastFullList.FastFullListBuilder
-
- build() - Method in class com.github.jferard.fastods.util.FullList.FullListBuilder
-
- build() - Method in class com.github.jferard.fastods.util.MacroLibraryBuilder
-
- build() - Method in class com.github.jferard.fastods.util.PilotTableBuilder
-
- build() - Method in interface com.github.jferard.fastods.util.StyleBuilder
-
- build() - Method in class com.github.jferard.fastods.util.ValidationBuilder
-
- build(OutputStream) - Method in interface com.github.jferard.fastods.util.ZipUTF8WriterBuilder
-
Build the new writer, with a given output stream
- build(OutputStream) - Method in class com.github.jferard.fastods.util.ZipUTF8WriterBuilderImpl
-
- builder() - Static method in class com.github.jferard.fastods.attribute.BorderAttribute
-
- builder(String, FrameContent, SVGRectangle) - Static method in class com.github.jferard.fastods.DrawFrame
-
Create a new builder
- builder(String) - Static method in class com.github.jferard.fastods.Link
-
- builder() - Static method in class com.github.jferard.fastods.odselement.EncryptParameters
-
- builder() - Static method in class com.github.jferard.fastods.odselement.MetaElement
-
- builder(ScriptEvent, String) - Static method in class com.github.jferard.fastods.odselement.ScriptEventListener
-
- builder(Logger, Locale) - Static method in class com.github.jferard.fastods.OdsFactory
-
Create an ods factory builder
- builder(Logger, NamedOdsDocument) - Static method in class com.github.jferard.fastods.OdsFileDirectWriter
-
Return a builder for direct writer
- builder() - Static method in class com.github.jferard.fastods.Paragraph
-
- builder(TableNameUtil) - Static method in class com.github.jferard.fastods.ref.TableRef
-
- builder(String) - Static method in class com.github.jferard.fastods.style.GraphicStyle
-
- builder(String) - Static method in class com.github.jferard.fastods.style.PageStyle
-
Create a new builder
- builder(String) - Static method in class com.github.jferard.fastods.style.TableCellStyle
-
Create a builder
- builder(String) - Static method in class com.github.jferard.fastods.style.TableColumnStyle
-
- builder(String) - Static method in class com.github.jferard.fastods.style.TableRowStyle
-
- builder(String) - Static method in class com.github.jferard.fastods.style.TableStyle
-
- builder() - Static method in class com.github.jferard.fastods.style.TextProperties
-
- builder(String) - Static method in class com.github.jferard.fastods.style.TextStyle
-
TextStyles are hidden by default.
- builder() - Static method in class com.github.jferard.fastods.Text
-
- builder(String, ResultSet) - Static method in class com.github.jferard.fastods.tool.ResultSetDataWrapper
-
- builder(XMLUtil, String) - Static method in class com.github.jferard.fastods.Tooltip
-
- builder(String, Table, int, int, int, int) - Static method in class com.github.jferard.fastods.util.AutoFilter
-
- builder() - Static method in class com.github.jferard.fastods.util.FastFullList
-
- builder() - Static method in class com.github.jferard.fastods.util.FullList
-
- builder() - Static method in class com.github.jferard.fastods.util.MacroLibrary
-
- builder(String, String, String, List<String>) - Static method in class com.github.jferard.fastods.util.PilotTable
-
- builder(String) - Static method in class com.github.jferard.fastods.util.Validation
-
- builder() - Static method in class com.github.jferard.fastods.util.ZipUTF8WriterImpl
-
- buildFooter() - Method in class com.github.jferard.fastods.PageSectionBuilder
-
- buildHeader() - Method in class com.github.jferard.fastods.PageSectionBuilder
-
- buildHiddenStyle(String) - Method in class com.github.jferard.fastods.style.TextPropertiesBuilder
-
- buildVisibleStyle(String) - Method in class com.github.jferard.fastods.style.TextPropertiesBuilder
-
- CALADEA - Static variable in class com.github.jferard.fastods.style.LOFonts
-
Font Caladea
Variants/styles/subfamilies: Regular, Bold, Italic, Bold Italic
Type: Serif
Coverage: Latin
Reasons for inclusion: Metrically compatible with Cambria
Added in: LO 4.4
- capacity(int) - Method in class com.github.jferard.fastods.util.FastFullList.FastFullListBuilder
-
- capacity() - Method in class com.github.jferard.fastods.util.FullList
-
- capacity(int) - Method in class com.github.jferard.fastods.util.FullList.FullListBuilder
-
- CARLITO - Static variable in class com.github.jferard.fastods.style.LOFonts
-
Font Carlito
Variants/styles/subfamilies: Regular, Bold, Italic, Bold Italic
Type: Sans
Coverage: Latin, Cyrillic, Greek
Reasons for inclusion: Metrically compatible with Calibri
Added in: LO 4.4
- castToInterval(Object) - Method in interface com.github.jferard.fastods.tool.SQLToCellValueConverter.IntervalConverter
-
- CellAlign - Enum in com.github.jferard.fastods.attribute
-
An horizontal alignment.
20.216 fo:text-align.
- CellRef - Class in com.github.jferard.fastods.ref
-
A position (file - table - row - col)
- CellRef(TableRef, LocalCellRef) - Constructor for class com.github.jferard.fastods.ref.CellRef
-
Create a position
- CellRefBuilder - Class in com.github.jferard.fastods.ref
-
A position builder: file + table + r/col
- CellType - Enum in com.github.jferard.fastods.attribute
-
19.385 office:value-type.
- CellValue - Interface in com.github.jferard.fastods
-
The value of a cell
- centering(PageCentering) - Method in class com.github.jferard.fastods.style.PageStyleBuilder
-
20.353 style:table-centering
- charset(Charset) - Method in class com.github.jferard.fastods.tool.ResultSetDataWrapperBuilder
-
Set the charset for byte values
- CharsetUtil - Class in com.github.jferard.fastods.util
-
A simple util for charsets.
- CharsetUtil() - Constructor for class com.github.jferard.fastods.util.CharsetUtil
-
- checkStyleName(String) - Method in class com.github.jferard.fastods.util.NameChecker
-
- checkTableName(CharSequence) - Method in class com.github.jferard.fastods.ref.PositionUtil
-
Check if the table name is ok.
- checkTableName(CharSequence) - Method in class com.github.jferard.fastods.ref.TableNameUtil
-
Check if the table name is ok.
- clear() - Method in class com.github.jferard.fastods.odselement.config.ConfigItemMapNamed
-
Clears this item.
- clear() - Method in class com.github.jferard.fastods.util.FullList
-
- close() - Method in interface com.github.jferard.fastods.NamedOdsFileWriter
-
Close this writer
- close() - Method in class com.github.jferard.fastods.OdsFileDirectWriter
-
- close() - Method in class com.github.jferard.fastods.OdsFileWriterAdapter
-
- close() - Method in class com.github.jferard.fastods.tool.FastOdsBus
-
close the bus
- close() - Method in class com.github.jferard.fastods.util.ZipUTF8WriterImpl
-
- closeEntry() - Method in interface com.github.jferard.fastods.util.ZipUTF8Writer
-
Close the current entry
- closeEntry() - Method in class com.github.jferard.fastods.util.ZipUTF8WriterImpl
-
- cm(double) - Static method in class com.github.jferard.fastods.attribute.AbsoluteLength
-
- cm(double) - Static method in class com.github.jferard.fastods.attribute.SimpleLength
-
Create an simple length in centimeters
- cm(double, double, double, double) - Static method in class com.github.jferard.fastods.util.SVGRectangle
-
- colIndex() - Method in class com.github.jferard.fastods.AbstractTableCell
-
- colIndex() - Method in class com.github.jferard.fastods.RowCellWalkerImpl
-
Deprecated.
- colIndex() - Method in interface com.github.jferard.fastods.TableCell
-
- colIndex() - Method in class com.github.jferard.fastods.TableCellImpl
-
- colIndex() - Method in class com.github.jferard.fastods.TableCellWalker
-
- COLON - Static variable in class com.github.jferard.fastods.datastyle.DateTimeStyleFormat
-
A colon
- Color - Interface in com.github.jferard.fastods.attribute
-
The Color class provides access to standard LibreOffice colors in hex format.
- ColorHelper - Class in com.github.jferard.fastods.util
-
The Color class provides access to standard LibreOffice colors in hex format.
- column(int) - Method in class com.github.jferard.fastods.ref.CellRefBuilder
-
Set the column
- columnWidth(Length) - Method in class com.github.jferard.fastods.style.TableColumnStyleBuilder
-
Set the column width of a table column.
- com.github.jferard.fastods - package com.github.jferard.fastods
-
This package contains all data style, ie the parameters for data (boolean, currency, float, ..
.) display.
- com.github.jferard.fastods.annotation - package com.github.jferard.fastods.annotation
-
- com.github.jferard.fastods.attribute - package com.github.jferard.fastods.attribute
-
- com.github.jferard.fastods.datastyle - package com.github.jferard.fastods.datastyle
-
- com.github.jferard.fastods.odselement - package com.github.jferard.fastods.odselement
-
- com.github.jferard.fastods.odselement.config - package com.github.jferard.fastods.odselement.config
-
- com.github.jferard.fastods.ref - package com.github.jferard.fastods.ref
-
- com.github.jferard.fastods.style - package com.github.jferard.fastods.style
-
- com.github.jferard.fastods.tool - package com.github.jferard.fastods.tool
-
- com.github.jferard.fastods.util - package com.github.jferard.fastods.util
-
- compressedCheckSumType(String) - Method in class com.github.jferard.fastods.odselement.EncryptParametersBuilder
-
- ConfigBlock - Interface in com.github.jferard.fastods.odselement.config
-
There is a hierarchy in config block:
config:config-item-set is the root.
- ConfigElement - Enum in com.github.jferard.fastods.odselement.config
-
An element of the configuration.
- ConfigElementType - Enum in com.github.jferard.fastods.odselement.config
-
- ConfigItem - Class in com.github.jferard.fastods.odselement.config
-
3.10.3 config:config-item
- ConfigItem(String, String, String) - Constructor for class com.github.jferard.fastods.odselement.config.ConfigItem
-
Create an item for name, type and value
- ConfigItemCollection<T extends ConfigBlock> - Interface in com.github.jferard.fastods.odselement.config
-
- ConfigItemMapEntry - Interface in com.github.jferard.fastods.odselement.config
-
A ConfigItemMapEntry represents an entry in the settings.
- ConfigItemMapEntrySequence - Class in com.github.jferard.fastods.odselement.config
-
A sequence of ConfigBlocks.
- ConfigItemMapEntrySet - Class in com.github.jferard.fastods.odselement.config
-
A hashtable of ConfigBlocks.
3.10.5 config:config-item-map-entry
- ConfigItemMapEntrySingleton - Class in com.github.jferard.fastods.odselement.config
-
A Single element.
- ConfigItemMapIndexed - Class in com.github.jferard.fastods.odselement.config
-
A Map with indexed elements: no name is required.
3.10.4 config:config-item-map-indexed
- ConfigItemMapIndexed(String) - Constructor for class com.github.jferard.fastods.odselement.config.ConfigItemMapIndexed
-
- ConfigItemMapNamed - Class in com.github.jferard.fastods.odselement.config
-
A map with elements mapped by names
3.10.4 config:config-item-map-named
- ConfigItemMapNamed(String) - Constructor for class com.github.jferard.fastods.odselement.config.ConfigItemMapNamed
-
- ConfigItemSet - Class in com.github.jferard.fastods.odselement.config
-
A set of config blocks
3.10.2 config:config-item-blocks
- ConfigItemSet(String) - Constructor for class com.github.jferard.fastods.odselement.config.ConfigItemSet
-
- Container<K,V> - Class in com.github.jferard.fastods.util
-
A Container is a Map like object, but with a mode parameter: one may create, update, or create
or update a key-value pair.
- Container(Logger) - Constructor for class com.github.jferard.fastods.util.Container
-
Builds a default container
- Container.Mode - Enum in com.github.jferard.fastods.util
-
the mode
- CONTAINER_NAME_SLASH - Static variable in class com.github.jferard.fastods.util.MacroLibraryContainer
-
Directory of scripts
- contains(String) - Method in class com.github.jferard.fastods.odselement.config.ConfigItemMapEntrySet
-
- contains(String) - Method in class com.github.jferard.fastods.odselement.config.ConfigItemMapEntrySingleton
-
- contains(Object) - Method in class com.github.jferard.fastods.odselement.config.ConfigItemMapIndexed
-
- contains(String) - Method in class com.github.jferard.fastods.odselement.config.ConfigItemMapNamed
-
- contains(String) - Method in class com.github.jferard.fastods.odselement.config.ConfigItemSet
-
- contains(Object) - Method in class com.github.jferard.fastods.util.FullList
-
- containsAll(Collection<?>) - Method in class com.github.jferard.fastods.util.FullList
-
- content(String) - Method in class com.github.jferard.fastods.PageSectionBuilder
-
Set the text content of the section
- content(String) - Static method in class com.github.jferard.fastods.Text
-
Create a simple Text object
- ContentElement - Class in com.github.jferard.fastods.odselement
-
3.1.3.2 office:document-content
- converter(SQLToCellValueConverter.IntervalConverter) - Method in class com.github.jferard.fastods.tool.ResultSetDataWrapperBuilder
-
JDBC misses some way to handle intervals.
- country(String) - Method in class com.github.jferard.fastods.datastyle.BooleanStyleBuilder
-
- country(String) - Method in class com.github.jferard.fastods.datastyle.CurrencyStyleBuilder
-
- country(String) - Method in class com.github.jferard.fastods.datastyle.DateStyleBuilder
-
- country(String) - Method in class com.github.jferard.fastods.datastyle.FloatStyleBuilder
-
- country(String) - Method in class com.github.jferard.fastods.datastyle.FractionStyleBuilder
-
- country(String) - Method in interface com.github.jferard.fastods.datastyle.LocalizedBuilder
-
Set the country code
- country(String) - Method in class com.github.jferard.fastods.datastyle.NumberStyleHelperBuilder
-
- country(String) - Method in class com.github.jferard.fastods.datastyle.PercentageStyleBuilder
-
- country(String) - Method in class com.github.jferard.fastods.datastyle.ScientificNumberStyleBuilder
-
- country(String) - Method in class com.github.jferard.fastods.datastyle.TextDataStyleBuilder
-
- country(String) - Method in class com.github.jferard.fastods.datastyle.TimeStyleBuilder
-
- coverRightCells(int, int) - Method in class com.github.jferard.fastods.TableRowImpl
-
Cover the cells to the right of a given index.
- create(Locale) - Static method in class com.github.jferard.fastods.datastyle.DataStylesBuilder
-
- create(String, Locale) - Static method in class com.github.jferard.fastods.datastyle.FractionStyleBuilder
-
Create a new number style builder with the name name, minimum integer digits is
minIntDigits and decimal places is decPlaces.
- create(String, TextStyle, Table) - Static method in class com.github.jferard.fastods.Link
-
Deprecated.
- create(String, Table) - Static method in class com.github.jferard.fastods.Link
-
Deprecated.
- create(String, TextStyle, String) - Static method in class com.github.jferard.fastods.Link
-
Deprecated.
- create(String, String) - Static method in class com.github.jferard.fastods.Link
-
Deprecated.
- create(String, TextStyle, File) - Static method in class com.github.jferard.fastods.Link
-
Deprecated.
- create(String, File) - Static method in class com.github.jferard.fastods.Link
-
Deprecated.
- create(String, TextStyle, URL) - Static method in class com.github.jferard.fastods.Link
-
Deprecated.
- create(String, URL) - Static method in class com.github.jferard.fastods.Link
-
Deprecated.
- create(String, TextStyle, URI) - Static method in class com.github.jferard.fastods.Link
-
Deprecated.
- create(String, URI) - Static method in class com.github.jferard.fastods.Link
-
Deprecated.
- create(String, TableRef) - Static method in class com.github.jferard.fastods.Link
-
Deprecated.
- create(String, TextStyle, TableRef) - Static method in class com.github.jferard.fastods.Link
-
Deprecated.
- create(ConfigElement, String) - Static method in class com.github.jferard.fastods.odselement.config.ConfigItem
-
- create() - Static method in class com.github.jferard.fastods.odselement.ManifestElement
-
- create() - Static method in class com.github.jferard.fastods.odselement.MetaElement
-
- create(PositionUtil, XMLUtil, IntegerRepresentationCache, DataStyles, boolean, MetaElement, Map<String, String>) - Static method in class com.github.jferard.fastods.odselement.OdsElements
-
- create(ScriptEvent, String) - Static method in class com.github.jferard.fastods.odselement.ScriptEventListener
-
- create() - Static method in class com.github.jferard.fastods.odselement.Settings
-
- create() - Static method in class com.github.jferard.fastods.OdsFactory
-
- create(Logger, Locale) - Static method in class com.github.jferard.fastods.OdsFactory
-
create an ods factory
- create(Logger, NamedOdsFileWriter) - Static method in class com.github.jferard.fastods.OdsFileWriterAdapter
-
- create(int, int, int) - Static method in class com.github.jferard.fastods.ref.CellRef
-
- create() - Static method in class com.github.jferard.fastods.ref.PositionUtil
-
- create(ContentElement, PositionUtil, IntegerRepresentationCache, XMLUtil, String, int, int, StylesContainer, DataStyles, boolean, ValidationsContainer) - Static method in class com.github.jferard.fastods.Table
-
Create a new Table with a name and a row/column capacity
- create() - Static method in class com.github.jferard.fastods.TextBuilder
-
- create() - Static method in class com.github.jferard.fastods.tool.InsertHelper
-
- create(SQLToCellValueConverter.IntervalConverter, String, Charset) - Static method in class com.github.jferard.fastods.tool.SQLToCellValueConverter
-
Create a new converter
- create() - Static method in class com.github.jferard.fastods.tool.TableHelper
-
- create() - Static method in class com.github.jferard.fastods.util.ErrorMessage
-
Create a new default ErrorMessage.
- create() - Static method in class com.github.jferard.fastods.util.FastOdsXMLEscaper
-
- create() - Static method in class com.github.jferard.fastods.util.FileUtil
-
- create() - Static method in class com.github.jferard.fastods.util.IntegerRepresentationCache
-
- create(MacroLibrary...) - Static method in class com.github.jferard.fastods.util.MacroLibraryContainer
-
Variadic version
- create() - Static method in class com.github.jferard.fastods.util.XMLUtil
-
- createBasic(String, CharSequence) - Static method in class com.github.jferard.fastods.util.MacroModule
-
A StarBasic module
- createDrawFillImage(OdsDocument, InputStream, String, String) - Method in class com.github.jferard.fastods.tool.InsertHelper
-
- createEmptyElements(XMLUtil, ZipUTF8Writer) - Method in class com.github.jferard.fastods.odselement.OdsElements
-
Create empty elements for package.
- createSequence() - Static method in class com.github.jferard.fastods.odselement.config.ConfigItemMapEntrySequence
-
- createSequence(String) - Static method in class com.github.jferard.fastods.odselement.config.ConfigItemMapEntrySequence
-
- createSet() - Static method in class com.github.jferard.fastods.odselement.config.ConfigItemMapEntrySet
-
- createSet(String) - Static method in class com.github.jferard.fastods.odselement.config.ConfigItemMapEntrySet
-
- createSingleton(String, ConfigBlock) - Static method in class com.github.jferard.fastods.odselement.config.ConfigItemMapEntrySingleton
-
Create a named singleton from a ConfigBlock
- createSingleton(ConfigBlock) - Static method in class com.github.jferard.fastods.odselement.config.ConfigItemMapEntrySingleton
-
Create an anonymous singleton from a ConfigBlock
- createTable(String) - Method in class com.github.jferard.fastods.AnonymousOdsDocument
-
- createTable(String, int, int) - Method in class com.github.jferard.fastods.AnonymousOdsDocument
-
- createTable(String) - Method in class com.github.jferard.fastods.NamedOdsDocument
-
- createTable(String, int, int) - Method in class com.github.jferard.fastods.NamedOdsDocument
-
- createTable(String) - Method in interface com.github.jferard.fastods.OdsDocument
-
*You probably need addTable*
Create a new table, **but do not add it to the document**.
- createTable(String, int, int) - Method in interface com.github.jferard.fastods.OdsDocument
-
*You probably need addTable*
Create a new table, **but do not add it to the document**.
- createTable(String, int, int) - Method in class com.github.jferard.fastods.odselement.ContentElement
-
Create a new table
- createTable(String, int, int) - Method in class com.github.jferard.fastods.odselement.OdsElements
-
- createWriter() - Method in class com.github.jferard.fastods.OdsFactory
-
- createWriter(String) - Method in class com.github.jferard.fastods.OdsFactory
-
Create a new ODS file writer from a document.
- createWriter(File) - Method in class com.github.jferard.fastods.OdsFactory
-
Create a new ODS file writer from a document.
- createWriterAdapter(File) - Method in class com.github.jferard.fastods.OdsFactory
-
Create an adapter for a writer.
- creator(String) - Method in class com.github.jferard.fastods.odselement.MetaElementBuilder
-
- curRegionBox - Variable in class com.github.jferard.fastods.PageSectionBuilder
-
The region box that is currently written
- currency(String) - Method in class com.github.jferard.fastods.tool.ResultSetDataWrapperBuilder
-
Set the currency
- CurrencyStyle - Class in com.github.jferard.fastods.datastyle
-
16.27.7 number:currency-style
- CurrencyStyle.SymbolPosition - Enum in com.github.jferard.fastods.datastyle
-
A currency symbol may be at the beginning or the end of the expression
- CurrencyStyleBuilder - Class in com.github.jferard.fastods.datastyle
-
- CurrencyStyleBuilder(String, Locale) - Constructor for class com.github.jferard.fastods.datastyle.CurrencyStyleBuilder
-
The builder
- currencyStyleBuilder() - Method in class com.github.jferard.fastods.datastyle.DataStylesBuilder
-
- currencySymbol(String) - Method in class com.github.jferard.fastods.datastyle.CurrencyStyleBuilder
-
Change the currency symbol, e.g. '$'.
- currencySymbolPosition(CurrencyStyle.SymbolPosition) - Method in class com.github.jferard.fastods.datastyle.CurrencyStyleBuilder
-
Set the position of the currency symbol
- CurrencyValue - Class in com.github.jferard.fastods
-
A CellValue that contains a currency value
- CurrencyValue(Number, String) - Constructor for class com.github.jferard.fastods.CurrencyValue
-
- DASH - Static variable in class com.github.jferard.fastods.datastyle.DateTimeStyleFormat
-
A dash
- DatabaseExporter - Class in com.github.jferard.fastods.tool
-
A tool to export databases.
- DatabaseExporter() - Constructor for class com.github.jferard.fastods.tool.DatabaseExporter
-
- DataStyle - Interface in com.github.jferard.fastods.datastyle
-
A data style. 16.27.
- dataStyle(DataStyle) - Method in class com.github.jferard.fastods.style.TableCellStyleBuilder
-
Set the data style for this TableFamilyStyle to ds.
- DataStyleBuilder<S extends DataStyle,T extends DataStyleBuilder<S,T>> - Interface in com.github.jferard.fastods.datastyle
-
A data style builder.
- DataStyles - Class in com.github.jferard.fastods.datastyle
-
The DataStyles class represents a set of DataStyles.
- DataStyles(BooleanStyle, CurrencyStyle, DateStyle, FloatStyle, PercentageStyle, TimeStyle) - Constructor for class com.github.jferard.fastods.datastyle.DataStyles
-
- dataStyles(DataStyles) - Method in class com.github.jferard.fastods.OdsFactory
-
- dataStyles(DataStyles) - Method in class com.github.jferard.fastods.OdsFactoryBuilder
-
Set the data styles
- DataStylesBuilder - Class in com.github.jferard.fastods.datastyle
-
The data style for the current locale
- DataStylesBuilder(BooleanStyleBuilder, CurrencyStyleBuilder, DateStyleBuilder, FloatStyleBuilder, PercentageStyleBuilder, TimeStyleBuilder) - Constructor for class com.github.jferard.fastods.datastyle.DataStylesBuilder
-
- DataWrapper - Interface in com.github.jferard.fastods
-
A DataWrapper instance store some data that will be added to a table.
- date(String) - Method in class com.github.jferard.fastods.odselement.MetaElementBuilder
-
- dateFormat(DateTimeStyleFormat) - Method in class com.github.jferard.fastods.datastyle.DateStyleBuilder
-
Set the date format.
- DateStyle - Class in com.github.jferard.fastods.datastyle
-
content.xml/office:document-content/office:automatic-styles/number:
date-style styles.xml/office:document-styles/office:styles/number:date-style
To create a custom `DateStyle`, first create a new `DateStyleFormat` and pass it to
a `DateStyleBuilder`:
DateStyleFormat f = new DateStyleFormat(DateStyleFormat.text("Month of "),
DateStyleFormat.LONG_TEXTUAL_MONTH);
DateStyle s = DateStyleBuilder("my style", Locale.US).dateFormat(f).build();
... // use the style
Note that the bricks from `TimeStyleFormat` are allowed too:
DateStyleFormat f = new DateStyleFormat(TimeStyleFormat.MINUTES);
DateStyle s = DateStyleBuilder("my style", Locale.US).dateFormat(f).build();
... // use the style
- DateStyle.Format - Class in com.github.jferard.fastods.datastyle
-
The format of the date
- dateStyleBuilder() - Method in class com.github.jferard.fastods.datastyle.DataStylesBuilder
-
- DateStyleBuilder - Class in com.github.jferard.fastods.datastyle
-
- DateStyleBuilder(String, Locale) - Constructor for class com.github.jferard.fastods.datastyle.DateStyleBuilder
-
Create a new date style with the name
- DateTimeStyleFormat - Class in com.github.jferard.fastods.datastyle
-
16.27.10 number:date-style
The class `DateStyleFormat` represents a style for date and time values.
- DateTimeStyleFormat(String...) - Constructor for class com.github.jferard.fastods.datastyle.DateTimeStyleFormat
-
The constructor
- DateValue - Class in com.github.jferard.fastods
-
A CellValue that contains a date
- DateValue(Date) - Constructor for class com.github.jferard.fastods.DateValue
-
- DAY - Static variable in class com.github.jferard.fastods.datastyle.DateTimeStyleFormat
-
16.27.11 number:day
the day
- DAY_OF_WEEK - Static variable in class com.github.jferard.fastods.datastyle.DateTimeStyleFormat
-
16.27.15 number:day-of-week
Day of week
- DDMMYY - Static variable in class com.github.jferard.fastods.datastyle.DateStyle.Format
-
Set the date format like '10.07.12'.
- DDMMYYYY - Static variable in class com.github.jferard.fastods.datastyle.DateStyle.Format
-
Set the date format like '10.07.2012'.
- debug() - Method in class com.github.jferard.fastods.odselement.StylesContainerImpl
-
Enable debug mode
- debug() - Method in class com.github.jferard.fastods.util.Container
-
Set the debug mode: every add will be stored
- debug() - Method in class com.github.jferard.fastods.util.MultiContainer
-
Enable debug mode
- debugStyles() - Method in class com.github.jferard.fastods.NamedOdsDocument
-
Enable styles debugging
- debugStyles() - Method in class com.github.jferard.fastods.odselement.OdsElements
-
Activate style debugging (for flushers)
- decimalPlaces(int) - Method in class com.github.jferard.fastods.datastyle.CurrencyStyleBuilder
-
- decimalPlaces(int) - Method in interface com.github.jferard.fastods.datastyle.DecimalStyleBuilder
-
20.250 style:decimal-places
Set how many digits are to the right of the decimal symbol.
- decimalPlaces(int) - Method in class com.github.jferard.fastods.datastyle.FloatStyleBuilder
-
- decimalPlaces(int) - Method in class com.github.jferard.fastods.datastyle.PercentageStyleBuilder
-
- decimalPlaces(int) - Method in class com.github.jferard.fastods.datastyle.ScientificNumberStyleBuilder
-
- DecimalStyle - Interface in com.github.jferard.fastods.datastyle
-
A style with a decimal number
- DecimalStyleBuilder<T> - Interface in com.github.jferard.fastods.datastyle
-
A builder for decimal styles
- DEFAULT_BORDER_COLOR - Static variable in class com.github.jferard.fastods.attribute.BorderAttribute
-
The border color default is #000000 (black).
- DEFAULT_BORDER_SIZE - Static variable in class com.github.jferard.fastods.attribute.BorderAttribute
-
The border size default is 0.1cm
- DEFAULT_CELL_STYLE - Static variable in class com.github.jferard.fastods.style.TableCellStyle
-
This is the default cell style: left and top align, no wrap.
- DEFAULT_FORMAT - Static variable in class com.github.jferard.fastods.style.PageStyle
-
The default format (A4)
- DEFAULT_MASTER_PAGE_NAME - Static variable in class com.github.jferard.fastods.style.PageStyle
-
The classic default master page name
- DEFAULT_MASTER_PAGE_STYLE - Static variable in class com.github.jferard.fastods.style.PageStyle
-
The default master page style
- DEFAULT_PAGE_STYLE - Static variable in class com.github.jferard.fastods.style.PageStyle
-
The default style
- DEFAULT_POSITION - Static variable in class com.github.jferard.fastods.attribute.BorderAttribute
-
The default position for border
- DEFAULT_PRINT_ORIENTATION - Static variable in class com.github.jferard.fastods.style.PageStyle
-
The default print orientation (VERTICAL)
- DEFAULT_STYLE - Static variable in class com.github.jferard.fastods.attribute.BorderAttribute
-
The default style
- DEFAULT_TABLE_COLUMN - Static variable in class com.github.jferard.fastods.TableColumnImpl
-
- DEFAULT_TABLE_COLUMN_STYLE - Static variable in class com.github.jferard.fastods.style.TableColumnStyle
-
The default style, see LO.
- DEFAULT_TABLE_ROW_STYLE - Static variable in class com.github.jferard.fastods.style.TableRowStyle
-
The default style, see LO.
- DEFAULT_TABLE_STYLE - Static variable in class com.github.jferard.fastods.style.TableStyle
-
the default (empty) table style
- DEFAULT_TEXT_STYLE - Static variable in class com.github.jferard.fastods.style.TextStyle
-
The default text style
- DEFAULT_WRITING_MODE - Static variable in class com.github.jferard.fastods.style.PageStyle
-
The default writing mode (left to right and top to bottom)
- defaultCellStyle(TableCellStyle) - Method in class com.github.jferard.fastods.style.TableRowStyleBuilder
-
Set a default cell style
- deg(double) - Static method in class com.github.jferard.fastods.attribute.Angle
-
- DEJAVU_SANS - Static variable in class com.github.jferard.fastods.style.LOFonts
-
Font DejaVu Sans
Variants/styles/subfamilies: Book, Bold, Italic, Bold Italic, Extralight
Type: Sans
Coverage: Latin, Cyrillic, Greek, Hebrew, Arabic, Armenian, Lao, Georgian, Lisu
Added in: OOo 2.4
- DEJAVU_SANS_CONDENSED - Static variable in class com.github.jferard.fastods.style.LOFonts
-
Font DejaVu Sans Condensed
Variants/styles/subfamilies: Book, Bold, Italic, Bold Italic
Type: Sans
Coverage: Latin, Cyrillic, Greek, Hebrew, Arabic, Armenian, Lao, Georgian, Lisu
Added in: OOo 2.4
- DEJAVU_SANS_MONO - Static variable in class com.github.jferard.fastods.style.LOFonts
-
Font DejaVu Sans Mono
Variants/styles/subfamilies: Book, Bold, Italic, Bold Italic
Type: Mono
Coverage: Latin, Cyrillic, Greek, Hebrew, Arabic, Armenian, Lao, Georgian, Lisu
Added in: OOo 2.4
- DEJAVU_SERIF - Static variable in class com.github.jferard.fastods.style.LOFonts
-
Font DejaVu Serif
Variants/styles/subfamilies: Book, Bold, Italic, Bold Italic
Type: Serif
Coverage: Latin, Cyrillic, Greek, Hebrew, Armenian, Lao, Georgian, Lisu
Added in: OOo 2.4
- DEJAVU_SERIF_CONDENSED - Static variable in class com.github.jferard.fastods.style.LOFonts
-
Font DejaVu Serif Condensed
Variants/styles/subfamilies: Book, Bold, Italic, Bold Italic
Type: Serif
Coverage: Latin, Cyrillic, Greek, Hebrew, Armenian, Lao, Georgian, Lisu
Added in: OOo 2.4
- derivationIterationCount(int) - Method in class com.github.jferard.fastods.odselement.EncryptParametersBuilder
-
- derivedKeySize(int) - Method in class com.github.jferard.fastods.odselement.EncryptParametersBuilder
-
- description(String) - Method in class com.github.jferard.fastods.odselement.MetaElementBuilder
-
- different(Object, Object) - Static method in class com.github.jferard.fastods.util.EqualityUtil
-
- DisplayList - Enum in com.github.jferard.fastods.attribute
-
19.621 table:display-list
- displayList(DisplayList) - Method in class com.github.jferard.fastods.util.ValidationBuilder
-
- document() - Method in class com.github.jferard.fastods.AnonymousOdsFileWriter
-
- document() - Method in interface com.github.jferard.fastods.NamedOdsFileWriter
-
- document() - Method in class com.github.jferard.fastods.OdsFileDirectWriter
-
- document() - Method in class com.github.jferard.fastods.OdsFileWriterAdapter
-
- DOCUMENT_MIMETYPE - Static variable in class com.github.jferard.fastods.odselement.MimetypeElement
-
- dontAllowEmptyCells() - Method in class com.github.jferard.fastods.util.ValidationBuilder
-
Do not allow empty cell (allow is the default)
- DOT - Static variable in class com.github.jferard.fastods.datastyle.DateTimeStyleFormat
-
A dot
- DOT_SPACE - Static variable in class com.github.jferard.fastods.datastyle.DateTimeStyleFormat
-
A dot and a space
- DrawFill - Interface in com.github.jferard.fastods.style
-
20.111 draw:fill
The defined values for the draw:fill attribute are: bitmap, gradient, hatch, none, solid
- drawFill(DrawFill) - Method in class com.github.jferard.fastods.style.GraphicStyleBuilder
-
- DrawFillBitmap - Class in com.github.jferard.fastods.style
-
- DrawFillBitmap(String, String) - Constructor for class com.github.jferard.fastods.style.DrawFillBitmap
-
- DrawFillGradient - Class in com.github.jferard.fastods.style
-
16.40.1 draw:gradient
- DrawFillGradient(String, Angle, Color, int, Color, int) - Constructor for class com.github.jferard.fastods.style.DrawFillGradient
-
- DrawFillHatch - Class in com.github.jferard.fastods.style
-
16.40.5 draw:hatch
- DrawFillHatch(String, Angle, Color, Length) - Constructor for class com.github.jferard.fastods.style.DrawFillHatch
-
- DrawFillNone - Class in com.github.jferard.fastods.style
-
- DrawFillNone() - Constructor for class com.github.jferard.fastods.style.DrawFillNone
-
- DrawFillSolid - Class in com.github.jferard.fastods.style
-
- DrawFillSolid(Color) - Constructor for class com.github.jferard.fastods.style.DrawFillSolid
-
- DrawFrame - Class in com.github.jferard.fastods
-
10.4.2 draw:frame
- DrawFrameBuilder - Class in com.github.jferard.fastods
-
A builder for DrawFrame class
- DrawImage - Class in com.github.jferard.fastods
-
10.4.4 draw:image
- DrawImage(String) - Constructor for class com.github.jferard.fastods.DrawImage
-
- DrawObject - Class in com.github.jferard.fastods
-
10.4.6.2 draw:object
- DrawObject(String, List<RangeRef>) - Constructor for class com.github.jferard.fastods.DrawObject
-
- FastFullList<E> - Class in com.github.jferard.fastods.util
-
A FullList is similar to a list, but is infinite.
- FastFullList(int, E) - Constructor for class com.github.jferard.fastods.util.FastFullList
-
- FastFullList.FastFullListBuilder<F> - Class in com.github.jferard.fastods.util
-
- FastFullListBuilder() - Constructor for class com.github.jferard.fastods.util.FastFullList.FastFullListBuilder
-
- FastOds - Class in com.github.jferard.fastods.tool
-
A simple utility class for : default dependencies creation, open file.
- FastOdsBus<E> - Class in com.github.jferard.fastods.tool
-
Usage:
final FastOdsBus <E> bus = new FastOdsBus <E>();
Thread consumer = new Thread() {
@Override
public void run() {
while (!
- FastOdsBus() - Constructor for class com.github.jferard.fastods.tool.FastOdsBus
-
Create a new bus
- FastOdsException - Exception in com.github.jferard.fastods
-
FastOdsException represents an exception in FastOds.
- FastOdsException(String) - Constructor for exception com.github.jferard.fastods.FastOdsException
-
- FastOdsException(Exception) - Constructor for exception com.github.jferard.fastods.FastOdsException
-
- FastOdsXMLEscaper - Class in com.github.jferard.fastods.util
-
The FastOdsXMLEscaper class is an utility class to escape XML special chars.
- FastOdsXMLEscaper(int) - Constructor for class com.github.jferard.fastods.util.FastOdsXMLEscaper
-
Creates an xml escaper with a specified buffer size
- field(PilotTableField) - Method in class com.github.jferard.fastods.util.PilotTableBuilder
-
- FieldOrientation - Enum in com.github.jferard.fastods.attribute
-
19.686.2 table:data-pilot-field
- file(String) - Method in class com.github.jferard.fastods.OdsFileWriterBuilder
-
Beware: this locks the file until the writer is closed
- file(File) - Method in class com.github.jferard.fastods.OdsFileWriterBuilder
-
Beware: this locks the file until the writer is closed
- file(String) - Method in class com.github.jferard.fastods.ref.CellRefBuilder
-
Set the file name
- file(File) - Method in class com.github.jferard.fastods.ref.CellRefBuilder
-
Set the file
- file(String) - Method in class com.github.jferard.fastods.ref.RangeRefBuilder
-
Set the file name
- file(File) - Method in class com.github.jferard.fastods.ref.RangeRefBuilder
-
Set the file
- file(String) - Method in class com.github.jferard.fastods.ref.TableRefBuilder
-
Set the file name
- file(File) - Method in class com.github.jferard.fastods.ref.TableRefBuilder
-
Set the file name
- FILE_IS_DIR - Static variable in interface com.github.jferard.fastods.util.FileOpenResult
-
A constant to return when the file is a dir
- FileExists - Class in com.github.jferard.fastods.util
-
The file tested already exists.
- FileExists(File) - Constructor for class com.github.jferard.fastods.util.FileExists
-
- FileIsDir - Class in com.github.jferard.fastods.util
-
Return value if one tries to open a directory.
- FileIsDir() - Constructor for class com.github.jferard.fastods.util.FileIsDir
-
- FileOpen - Class in com.github.jferard.fastods.util
-
The file is already open as a stream.
- FileOpen(OutputStream) - Constructor for class com.github.jferard.fastods.util.FileOpen
-
- FileOpenResult - Interface in com.github.jferard.fastods.util
-
A FileOpenResult is the result of an attempt to lock a file.
- FileUtil - Class in com.github.jferard.fastods.util
-
A helper class to copy files
- FileUtil(int, int) - Constructor for class com.github.jferard.fastods.util.FileUtil
-
- filter(Filter) - Method in class com.github.jferard.fastods.util.AutoFilterBuilder
-
9.5.2 table:filter
- Filter - Interface in com.github.jferard.fastods.util
-
9.5.2 table:filter
- FilterAnd - Class in com.github.jferard.fastods.util
-
9.5.3 table:filter-and
- FilterCompare - Class in com.github.jferard.fastods.util
-
9.5.5 table:filter-condition
- FilterEnumerate - Class in com.github.jferard.fastods.util
-
9.5.6 table:filter-set-item
- FilterEnumerate(int, String...) - Constructor for class com.github.jferard.fastods.util.FilterEnumerate
-
- FilterOperator - Enum in com.github.jferard.fastods.attribute
-
19.684table:operator
- FilterOr - Class in com.github.jferard.fastods.util
-
9.5.4 table:filter-or
- FilterType - Enum in com.github.jferard.fastods.attribute
-
19.611.2 table:filter-condition
- FinalizeFlusher - Class in com.github.jferard.fastods
-
An async flusher flusher to finalize the file.
- FinalizeFlusher(OdsElements, ContentElement) - Constructor for class com.github.jferard.fastods.FinalizeFlusher
-
- findDefaultCellStyle(int) - Method in class com.github.jferard.fastods.Table
-
Find the default cell style for a column
- findDefaultCellStyle(int) - Method in class com.github.jferard.fastods.TableRowImpl
-
Find the default cell style for a column
- finish() - Method in interface com.github.jferard.fastods.util.ZipUTF8Writer
-
finish the zip file
- finish() - Method in class com.github.jferard.fastods.util.ZipUTF8WriterImpl
-
- FloatStyle - Class in com.github.jferard.fastods.datastyle
-
WHERE ?
- FloatStyle(NumberStyleHelper, int) - Constructor for class com.github.jferard.fastods.datastyle.FloatStyle
-
Create a float style
- floatStyleBuilder() - Method in class com.github.jferard.fastods.datastyle.DataStylesBuilder
-
- FloatStyleBuilder - Class in com.github.jferard.fastods.datastyle
-
- FloatStyleBuilder(String, Locale) - Constructor for class com.github.jferard.fastods.datastyle.FloatStyleBuilder
-
The builder
- FloatValue - Class in com.github.jferard.fastods
-
A value of type float
- flush() - Method in class com.github.jferard.fastods.util.ZipUTF8WriterImpl
-
- flushAdaptee() - Method in class com.github.jferard.fastods.OdsFileWriterAdapter
-
Flushes all available flushers to the adaptee writer.
- flushAllAvailableRows(XMLUtil, Appendable) - Method in class com.github.jferard.fastods.Table
-
Open the table, flush all rows from start, but do not freeze the table
- flushInto(XMLUtil, ZipUTF8Writer) - Method in class com.github.jferard.fastods.BeginTableFlusher
-
- flushInto(XMLUtil, ZipUTF8Writer) - Method in class com.github.jferard.fastods.EndTableFlusher
-
- flushInto(XMLUtil, ZipUTF8Writer) - Method in class com.github.jferard.fastods.FinalizeFlusher
-
- flushInto(XMLUtil, ZipUTF8Writer) - Method in class com.github.jferard.fastods.ImmutableElementsFlusher
-
- flushInto(XMLUtil, ZipUTF8Writer) - Method in interface com.github.jferard.fastods.OdsAsyncFlusher
-
- flushInto(XMLUtil, ZipUTF8Writer) - Method in class com.github.jferard.fastods.PrepareContentFlusher
-
- FlushPosition - Class in com.github.jferard.fastods.odselement
-
The FlushPosition class represents a position in the flush process of the content.xml file.
- flushRemainingRowsFrom(XMLUtil, Appendable, int) - Method in class com.github.jferard.fastods.Table
-
Flush all rows from a given position, and do freeze the table
- flushSomeAvailableRowsFrom(XMLUtil, Appendable, int) - Method in class com.github.jferard.fastods.Table
-
Flush all rows from a given position, but do not freeze the table
- fontColor(Color) - Method in class com.github.jferard.fastods.style.TableCellStyleBuilder
-
Set the font color to color.
- fontColor(Color) - Method in class com.github.jferard.fastods.style.TextPropertiesBuilder
-
Set the font color to color.
- fontColor(Color) - Method in class com.github.jferard.fastods.style.TextStyleBuilder
-
Set the font color to color.
- FontFace - Class in com.github.jferard.fastods.style
-
A font
- FontFace(String) - Constructor for class com.github.jferard.fastods.style.FontFace
-
Create a new font face
- FontFaceContainerStyle - Interface in com.github.jferard.fastods.style
-
A style that may contain a font face usage
- fontName(String) - Method in class com.github.jferard.fastods.style.TableCellStyleBuilder
-
Set the font name to be used for this style.
- fontName(String) - Method in class com.github.jferard.fastods.style.TextPropertiesBuilder
-
Set the font name to be used for this style.
- fontName(String) - Method in class com.github.jferard.fastods.style.TextStyleBuilder
-
Set the font name to be used for this style.
- fontSize(Length) - Method in class com.github.jferard.fastods.style.TableCellStyleBuilder
-
Set the font size to the given value.
- fontSize(Length) - Method in class com.github.jferard.fastods.style.TextPropertiesBuilder
-
Set the font size to the given value.
- fontSize(Length) - Method in class com.github.jferard.fastods.style.TextStyleBuilder
-
Set the font size to the given value.
- fontSizePercentage(double) - Method in class com.github.jferard.fastods.style.TableCellStyleBuilder
-
Set the font size to the given fontSizePercentage.
- fontSizePercentage(double) - Method in class com.github.jferard.fastods.style.TextPropertiesBuilder
-
Set the font size to the given fontSizePercentage.
- fontSizePercentage(double) - Method in class com.github.jferard.fastods.style.TextStyleBuilder
-
Set the font size to the given fontSizePercentage.
- fontStyleItalic() - Method in class com.github.jferard.fastods.style.TableCellStyleBuilder
-
Set the font weight to italic.
- fontStyleItalic() - Method in class com.github.jferard.fastods.style.TextPropertiesBuilder
-
Set the font weight to italic.
- fontStyleItalic() - Method in class com.github.jferard.fastods.style.TextStyleBuilder
-
Set the font weight to italic.
- fontStyleNormal() - Method in class com.github.jferard.fastods.style.TableCellStyleBuilder
-
Set the font weight to normal.
- fontStyleNormal() - Method in class com.github.jferard.fastods.style.TextPropertiesBuilder
-
Set the font weight to italic.
- fontStyleNormal() - Method in class com.github.jferard.fastods.style.TextStyleBuilder
-
Set the font weight to italic.
- fontUnderlineColor(Color) - Method in class com.github.jferard.fastods.style.TableCellStyleBuilder
-
Set the font underline color to color.
- fontUnderlineColor(Color) - Method in class com.github.jferard.fastods.style.TextPropertiesBuilder
-
Set the font underline color to color.
- fontUnderlineColor(Color) - Method in class com.github.jferard.fastods.style.TextStyleBuilder
-
Set the font underline color to color.
- fontUnderlineStyle(TextProperties.Underline) - Method in class com.github.jferard.fastods.style.TableCellStyleBuilder
-
Set the style that should be used for the underline.
- fontUnderlineStyle(TextProperties.Underline) - Method in class com.github.jferard.fastods.style.TextPropertiesBuilder
-
Set the style that should be used for the underline.
- fontUnderlineStyle(TextProperties.Underline) - Method in class com.github.jferard.fastods.style.TextStyleBuilder
-
Set the style that should be used for the underline.
- fontWeightBold() - Method in class com.github.jferard.fastods.style.TableCellStyleBuilder
-
Set the font weight to bold.
- fontWeightBold() - Method in class com.github.jferard.fastods.style.TextPropertiesBuilder
-
Set the font weight to bold.
- fontWeightBold() - Method in class com.github.jferard.fastods.style.TextStyleBuilder
-
Set the font weight to bold.
- fontWeightNormal() - Method in class com.github.jferard.fastods.style.TableCellStyleBuilder
-
Set the font weight to normal.
- fontWeightNormal() - Method in class com.github.jferard.fastods.style.TextPropertiesBuilder
-
Set the font weight to normal.
- fontWeightNormal() - Method in class com.github.jferard.fastods.style.TextStyleBuilder
-
Set the font weight to normal.
- fontWrap(boolean) - Method in class com.github.jferard.fastods.style.TableCellStyleBuilder
-
/** Set font wrap.
- Footer - Class in com.github.jferard.fastods
-
Represents the footer of a print page.
- Footer(PageSection) - Constructor for class com.github.jferard.fastods.Footer
-
Create a new footer from a page section
- footer(Footer) - Method in class com.github.jferard.fastods.style.PageStyleBuilder
-
Set the footer
- Format() - Constructor for class com.github.jferard.fastods.datastyle.DateStyle.Format
-
- Format() - Constructor for class com.github.jferard.fastods.datastyle.TimeStyle.Format
-
- formatNegTimeInterval(long, long, long, long, long, double) - Method in class com.github.jferard.fastods.util.XMLUtil
-
XML Schema Part 2, 3.2.6 duration
"'P'yyyy'Y'MM'M'dd'DT'HH'H'mm'M'ss.SSS'S'"
All parameters must be positive
- FormatSource - Enum in com.github.jferard.fastods.attribute
-
- formatSource(FormatSource) - Method in class com.github.jferard.fastods.datastyle.DateStyleBuilder
-
- formatSource(FormatSource) - Method in class com.github.jferard.fastods.datastyle.TimeStyleBuilder
-
- formatTimeInterval(long) - Method in class com.github.jferard.fastods.util.XMLUtil
-
XML Schema Part 2, 3.2.6 duration
"'P'yyyy'Y'MM'M'dd'DT'HH'H'mm'M'ss.SSS'S'"
- formatTimeInterval(long, long, long, long, long, double) - Method in class com.github.jferard.fastods.util.XMLUtil
-
XML Schema Part 2, 3.2.6 duration
"'P'yyyy'Y'MM'M'dd'DT'HH'H'mm'M'ss.SSS'S'"
All parameters must be positive
- FractionStyle - Class in com.github.jferard.fastods.datastyle
-
WHERE ?
- FractionStyleBuilder - Class in com.github.jferard.fastods.datastyle
-
- FractionStyleBuilder(String, Locale) - Constructor for class com.github.jferard.fastods.datastyle.FractionStyleBuilder
-
- fractionValues(int, int) - Method in class com.github.jferard.fastods.datastyle.FractionStyleBuilder
-
Add the numerator and denominator values to be shown.
- FrameContent - Interface in com.github.jferard.fastods
-
10.4.2 draw:frame
The content of a frame
- freeze() - Method in class com.github.jferard.fastods.odselement.StylesContainerImpl
-
Freeze the container: no more add is allowed
- freeze() - Method in class com.github.jferard.fastods.util.Container
-
Freeze the container: no new key-value pair is accepted.
- freeze() - Method in class com.github.jferard.fastods.util.MultiContainer
-
Freeze the container: no more add is allowed
- freezeCells(Table, int, int) - Method in class com.github.jferard.fastods.AnonymousOdsDocument
-
- freezeCells(Table, int, int) - Method in class com.github.jferard.fastods.NamedOdsDocument
-
- freezeCells(Table, int, int) - Method in interface com.github.jferard.fastods.OdsDocument
-
- freezeCells(Table, int, int) - Method in class com.github.jferard.fastods.odselement.OdsElements
-
Freeze cells.
- freezeStyles() - Method in class com.github.jferard.fastods.NamedOdsDocument
-
Enable styles freeze
- freezeStyles() - Method in class com.github.jferard.fastods.odselement.OdsElements
-
Freeze the styles: adding a new style to the container will generate an IllegalStateException
- from(Object) - Static method in class com.github.jferard.fastods.BooleanValue
-
- from(Object, String) - Static method in class com.github.jferard.fastods.CurrencyValue
-
- from(Object) - Static method in class com.github.jferard.fastods.DateValue
-
- from(Object) - Static method in class com.github.jferard.fastods.FloatValue
-
- from(Object) - Method in class com.github.jferard.fastods.ObjectToCellValueConverter
-
- from(CellType, Object) - Method in class com.github.jferard.fastods.ObjectToCellValueConverter
-
- from(Object) - Static method in class com.github.jferard.fastods.PercentageValue
-
- from(Object) - Static method in class com.github.jferard.fastods.StringValue
-
- from(Object) - Static method in class com.github.jferard.fastods.TimeValue
-
- from(Object) - Method in interface com.github.jferard.fastods.ToCellValueConverter
-
Converts a value to a CellValue
- from(CellType, Object) - Method in interface com.github.jferard.fastods.ToCellValueConverter
-
Converts a value to a CellValue
- from(Object) - Method in class com.github.jferard.fastods.tool.SQLToCellValueConverter
-
- from(CellType, Object) - Method in class com.github.jferard.fastods.tool.SQLToCellValueConverter
-
- from(Object) - Static method in class com.github.jferard.fastods.VoidValue
-
Converts a value to a void value
- fromAbsColumn(int) - Method in class com.github.jferard.fastods.ref.RangeRefBuilder
-
Set the column absolute
- fromAbsRow(int) - Method in class com.github.jferard.fastods.ref.RangeRefBuilder
-
Set the r absolute
- fromBoolean(String, boolean) - Static method in class com.github.jferard.fastods.odselement.UserDefined
-
- fromColumn(int) - Method in class com.github.jferard.fastods.ref.RangeRefBuilder
-
Set the column
- fromDate(String, Date) - Static method in class com.github.jferard.fastods.odselement.UserDefined
-
- fromFloat(String, Number) - Static method in class com.github.jferard.fastods.odselement.UserDefined
-
- fromRGB(int, int, int) - Static method in class com.github.jferard.fastods.util.ColorHelper
-
Create a color from RGB values
- fromRow(int) - Method in class com.github.jferard.fastods.ref.RangeRefBuilder
-
Set the r
- fromString(String, String) - Static method in class com.github.jferard.fastods.odselement.UserDefined
-
- fromString(String) - Static method in class com.github.jferard.fastods.util.ColorHelper
-
Create a color from the hex representation
- fromTime(String, Date) - Static method in class com.github.jferard.fastods.odselement.UserDefined
-
- FUCHSIA - Static variable in enum com.github.jferard.fastods.attribute.SimpleColor
-
The color fuchsia
- FullList<E> - Class in com.github.jferard.fastods.util
-
The class FullList represents a List that is unlimited, in a specific sense :
at the beginning, every element is set at a determined blankElement.
- FullList.FullListBuilder<F> - Class in com.github.jferard.fastods.util
-
A builder for a full list
- GENERATOR - Static variable in class com.github.jferard.fastods.odselement.MetaElement
-
- genericLanguage(String) - Method in class com.github.jferard.fastods.odselement.ScriptEventListenerBuilder
-
Do not confuse with language.
- GENTIUM_BASIC - Static variable in class com.github.jferard.fastods.style.LOFonts
-
Font Gentium Basic
Variants/styles/subfamilies: Regular, Bold, Italic, Bold Italic
Type: Serif
Coverage: Latin, Cyrillic, Greek
Added in: OOo 3.2
- GENTIUM_BOOK_BASIC - Static variable in class com.github.jferard.fastods.style.LOFonts
-
Font Gentium Book Basic
Variants/styles/subfamilies: Regular, Bold, Italic, Bold Italic
Type: Serif
Coverage: Latin, Cyrillic, Greek
Added in: OOo 3.2
- get(int) - Method in class com.github.jferard.fastods.odselement.config.ConfigItemMapIndexed
-
- get() - Method in class com.github.jferard.fastods.tool.FastOdsBus
-
Get an element from the bus.
- get() - Method in class com.github.jferard.fastods.util.Box
-
- get(K) - Method in class com.github.jferard.fastods.util.Container
-
- get(int) - Method in class com.github.jferard.fastods.util.FastFullList
-
- get(int) - Method in class com.github.jferard.fastods.util.FullList
-
- get(K, S) - Method in class com.github.jferard.fastods.util.MultiContainer
-
- get(int) - Method in class com.github.jferard.fastods.util.UniqueList
-
- getBooleanDataStyle() - Method in class com.github.jferard.fastods.datastyle.DataStyles
-
- getByName(String) - Method in class com.github.jferard.fastods.odselement.config.ConfigItemMapEntrySet
-
- getByName(String) - Method in class com.github.jferard.fastods.odselement.config.ConfigItemMapEntrySingleton
-
- getByName(String) - Method in class com.github.jferard.fastods.odselement.config.ConfigItemMapNamed
-
- getByName(String) - Method in class com.github.jferard.fastods.odselement.config.ConfigItemSet
-
- getByName(String) - Method in class com.github.jferard.fastods.util.UniqueList
-
- getCell(Table, int, int) - Method in class com.github.jferard.fastods.tool.TableHelper
-
- getCell(Table, String) - Method in class com.github.jferard.fastods.tool.TableHelper
-
- getColumn() - Method in class com.github.jferard.fastods.ref.CellRef
-
- getColumnCount() - Method in class com.github.jferard.fastods.TableCellWalker
-
- getColumnCount() - Method in interface com.github.jferard.fastods.TableRow
-
- getColumnCount() - Method in class com.github.jferard.fastods.TableRowImpl
-
- getColumnDefaultCellStyle() - Method in class com.github.jferard.fastods.TableColumnImpl
-
- getColumnWidth() - Method in class com.github.jferard.fastods.style.TableColumnStyle
-
- getCompressedSize() - Method in class com.github.jferard.fastods.odselement.EncryptParameters
-
- getConfigEntry() - Method in class com.github.jferard.fastods.Table
-
- getCrc32() - Method in class com.github.jferard.fastods.odselement.EncryptParameters
-
- getCurrencyDataStyle() - Method in class com.github.jferard.fastods.datastyle.DataStyles
-
- getDataStyle(CellType) - Method in class com.github.jferard.fastods.datastyle.DataStyles
-
- getDataStyle() - Method in class com.github.jferard.fastods.style.TableCellStyle
-
- getDateDataStyle() - Method in class com.github.jferard.fastods.datastyle.DataStyles
-
- getDecimalPlaces() - Method in interface com.github.jferard.fastods.datastyle.DecimalStyle
-
19.343 number:decimal-places
Get how many digits are to the right of the decimal symbol.
- getFamily() - Method in class com.github.jferard.fastods.style.DrawFillBitmap
-
- getFamily() - Method in class com.github.jferard.fastods.style.DrawFillGradient
-
- getFamily() - Method in class com.github.jferard.fastods.style.DrawFillHatch
-
- getFamily() - Method in class com.github.jferard.fastods.style.GraphicStyle
-
- getFamily() - Method in interface com.github.jferard.fastods.style.ObjectStyle
-
19.476 style:family
- getFamily() - Method in class com.github.jferard.fastods.style.TableCellStyle
-
- getFamily() - Method in class com.github.jferard.fastods.style.TableColumnStyle
-
- getFamily() - Method in class com.github.jferard.fastods.style.TableRowStyle
-
- getFamily() - Method in class com.github.jferard.fastods.style.TableStyle
-
- getFamily() - Method in class com.github.jferard.fastods.style.TextStyle
-
- getFloatDataStyle() - Method in class com.github.jferard.fastods.datastyle.DataStyles
-
- getFontFace() - Method in interface com.github.jferard.fastods.style.FontFaceContainerStyle
-
- getFontFace() - Method in class com.github.jferard.fastods.style.TableCellStyle
-
- getFontFace() - Method in class com.github.jferard.fastods.style.TextProperties
-
- getFontFace() - Method in class com.github.jferard.fastods.style.TextStyle
-
- getFromColumn() - Method in class com.github.jferard.fastods.ref.RangeRef
-
- getFromRGB(int, int, int) - Method in class com.github.jferard.fastods.util.ColorHelper
-
Helper function to create any available color string from color values.
- getFromRow() - Method in class com.github.jferard.fastods.ref.RangeRef
-
- getFromString(String) - Method in class com.github.jferard.fastods.util.ColorHelper
-
Create a color from the hex representation
- getKey() - Method in class com.github.jferard.fastods.style.DrawFillBitmap
-
- getKey() - Method in class com.github.jferard.fastods.style.DrawFillGradient
-
- getKey() - Method in class com.github.jferard.fastods.style.DrawFillHatch
-
- getKey() - Method in class com.github.jferard.fastods.style.GraphicStyle
-
- getKey() - Method in interface com.github.jferard.fastods.style.ObjectStyle
-
The identifier of this style is built on the name (19.498 style:name) and the family
- getKey() - Method in class com.github.jferard.fastods.style.TableCellStyle
-
- getKey() - Method in class com.github.jferard.fastods.style.TableColumnStyle
-
- getKey() - Method in class com.github.jferard.fastods.style.TableRowStyle
-
- getKey() - Method in class com.github.jferard.fastods.style.TableStyle
-
- getKey() - Method in class com.github.jferard.fastods.style.TextStyle
-
- getLastRowIndex() - Method in class com.github.jferard.fastods.odselement.FlushPosition
-
- getLastTable() - Method in class com.github.jferard.fastods.odselement.ContentElement
-
- getMasterName() - Method in class com.github.jferard.fastods.style.PageStyle
-
- getMasterPageStyle() - Method in class com.github.jferard.fastods.style.PageStyle
-
- getName() - Method in class com.github.jferard.fastods.datastyle.BooleanStyle
-
- getName() - Method in class com.github.jferard.fastods.datastyle.CurrencyStyle
-
- getName() - Method in class com.github.jferard.fastods.datastyle.DateStyle
-
- getName() - Method in class com.github.jferard.fastods.datastyle.FloatStyle
-
- getName() - Method in class com.github.jferard.fastods.datastyle.FractionStyle
-
- getName() - Method in class com.github.jferard.fastods.datastyle.PercentageStyle
-
- getName() - Method in class com.github.jferard.fastods.datastyle.ScientificNumberStyle
-
- getName() - Method in class com.github.jferard.fastods.datastyle.TextDataStyle
-
- getName() - Method in class com.github.jferard.fastods.datastyle.TimeStyle
-
- getName() - Method in interface com.github.jferard.fastods.odselement.config.ConfigBlock
-
- getName() - Method in enum com.github.jferard.fastods.odselement.config.ConfigElement
-
- getName() - Method in class com.github.jferard.fastods.odselement.config.ConfigItem
-
Get the name of this ConfigItem.
- getName() - Method in class com.github.jferard.fastods.odselement.config.ConfigItemMapEntrySequence
-
- getName() - Method in class com.github.jferard.fastods.odselement.config.ConfigItemMapEntrySet
-
- getName() - Method in class com.github.jferard.fastods.odselement.config.ConfigItemMapEntrySingleton
-
- getName() - Method in class com.github.jferard.fastods.odselement.config.ConfigItemMapIndexed
-
- getName() - Method in class com.github.jferard.fastods.odselement.config.ConfigItemMapNamed
-
- getName() - Method in class com.github.jferard.fastods.odselement.config.ConfigItemSet
-
- getName() - Method in class com.github.jferard.fastods.style.DrawFillBitmap
-
- getName() - Method in class com.github.jferard.fastods.style.DrawFillGradient
-
- getName() - Method in class com.github.jferard.fastods.style.DrawFillHatch
-
- getName() - Method in class com.github.jferard.fastods.style.GraphicStyle
-
- getName() - Method in class com.github.jferard.fastods.style.MasterPageStyle
-
Get the name of this page style.
- getName() - Method in enum com.github.jferard.fastods.style.ObjectStyleFamily
-
- getName() - Method in class com.github.jferard.fastods.style.PageLayoutStyle
-
Get the name of this page style.
- getName() - Method in class com.github.jferard.fastods.style.TableCellStyle
-
- getName() - Method in class com.github.jferard.fastods.style.TableColumnStyle
-
- getName() - Method in class com.github.jferard.fastods.style.TableRowStyle
-
- getName() - Method in class com.github.jferard.fastods.style.TableStyle
-
- getName() - Method in class com.github.jferard.fastods.style.TextStyle
-
Get the name of this text style.
- getName() - Method in class com.github.jferard.fastods.Table
-
Get the name of this table.
- getName() - Method in interface com.github.jferard.fastods.util.NamedObject
-
Get the name of this object.
- getName() - Method in class com.github.jferard.fastods.util.Validation
-
- getOrAddTable(String) - Method in class com.github.jferard.fastods.AnonymousOdsDocument
-
- getOrAddTable(String) - Method in class com.github.jferard.fastods.NamedOdsDocument
-
- getOrAddTable(String) - Method in interface com.github.jferard.fastods.OdsDocument
-
- getOrCreateCell(int) - Method in class com.github.jferard.fastods.TableRowImpl
-
Get the cell at given index.
- getPageLayoutStyle() - Method in class com.github.jferard.fastods.style.PageStyle
-
- getPageStyle() - Method in class com.github.jferard.fastods.style.TableStyle
-
- getParentCellStyle() - Method in class com.github.jferard.fastods.style.TableCellStyle
-
- getPercentageDataStyle() - Method in class com.github.jferard.fastods.datastyle.DataStyles
-
- getRealName() - Method in class com.github.jferard.fastods.style.TableCellStyle
-
- getRootBlocks() - Method in class com.github.jferard.fastods.odselement.Settings
-
Get the root blocks, ie item, item-set, item-map that are at the top of the settings.
- getRow() - Method in class com.github.jferard.fastods.ref.CellRef
-
- getRow(int) - Method in class com.github.jferard.fastods.Table
-
Return a row from an index
- getRowCount() - Method in class com.github.jferard.fastods.Table
-
- getRowHeight() - Method in class com.github.jferard.fastods.style.TableRowStyle
-
Set the row height to a table row.
- getStream() - Method in class com.github.jferard.fastods.util.FileExists
-
- getStream() - Method in class com.github.jferard.fastods.util.FileIsDir
-
- getStream() - Method in class com.github.jferard.fastods.util.FileOpen
-
- getStream() - Method in interface com.github.jferard.fastods.util.FileOpenResult
-
- getStyleName() - Method in class com.github.jferard.fastods.Table
-
Get the current Table Style
- getStyleTagsContainer() - Method in class com.github.jferard.fastods.odselement.ContentElement
-
- getStyleTagsContainer() - Method in class com.github.jferard.fastods.odselement.StylesElement
-
- getTable(int) - Method in class com.github.jferard.fastods.AnonymousOdsDocument
-
- getTable(String) - Method in class com.github.jferard.fastods.AnonymousOdsDocument
-
- getTable(int) - Method in class com.github.jferard.fastods.NamedOdsDocument
-
- getTable(String) - Method in class com.github.jferard.fastods.NamedOdsDocument
-
- getTable(int) - Method in interface com.github.jferard.fastods.OdsDocument
-
Get a table by index
- getTable(String) - Method in interface com.github.jferard.fastods.OdsDocument
-
Get a table by name
- getTable(int) - Method in class com.github.jferard.fastods.odselement.ContentElement
-
- getTable(String) - Method in class com.github.jferard.fastods.odselement.ContentElement
-
- getTable(int) - Method in class com.github.jferard.fastods.odselement.OdsElements
-
Return a table from an index
- getTable(String) - Method in class com.github.jferard.fastods.odselement.OdsElements
-
Return a table from a name
- getTable() - Method in class com.github.jferard.fastods.TableCellWalker
-
- getTableCount() - Method in class com.github.jferard.fastods.odselement.ContentElement
-
- getTableCount() - Method in class com.github.jferard.fastods.odselement.OdsElements
-
- getTableIndex() - Method in class com.github.jferard.fastods.odselement.FlushPosition
-
- getTableName(int) - Method in class com.github.jferard.fastods.AnonymousOdsDocument
-
- getTableName(int) - Method in class com.github.jferard.fastods.NamedOdsDocument
-
- getTableName(int) - Method in interface com.github.jferard.fastods.OdsDocument
-
Returns the name of the table.
- getTableNumber(String) - Method in class com.github.jferard.fastods.AnonymousOdsDocument
-
- getTableNumber(String) - Method in class com.github.jferard.fastods.NamedOdsDocument
-
- getTableNumber(String) - Method in interface com.github.jferard.fastods.OdsDocument
-
Search a table by name and return its number.
- getTables() - Method in class com.github.jferard.fastods.AnonymousOdsDocument
-
- getTables() - Method in class com.github.jferard.fastods.NamedOdsDocument
-
- getTables() - Method in interface com.github.jferard.fastods.OdsDocument
-
- getTables() - Method in class com.github.jferard.fastods.odselement.ContentElement
-
- getTables() - Method in class com.github.jferard.fastods.odselement.OdsElements
-
- getTimeDataStyle() - Method in class com.github.jferard.fastods.datastyle.DataStyles
-
- getToColumn() - Method in class com.github.jferard.fastods.ref.RangeRef
-
- getToRow() - Method in class com.github.jferard.fastods.ref.RangeRef
-
- getType() - Method in enum com.github.jferard.fastods.odselement.config.ConfigElement
-
- getType() - Method in class com.github.jferard.fastods.odselement.config.ConfigItem
-
- getTypeName() - Method in enum com.github.jferard.fastods.PageSection.Type
-
- getUncompressedSize() - Method in class com.github.jferard.fastods.odselement.EncryptParameters
-
- getValidations() - Method in class com.github.jferard.fastods.ValidationsContainer
-
- getValue() - Method in class com.github.jferard.fastods.attribute.AbsoluteLength
-
- getValue() - Method in class com.github.jferard.fastods.attribute.Angle
-
- getValue() - Method in interface com.github.jferard.fastods.attribute.AttributeValue
-
- getValue() - Method in class com.github.jferard.fastods.attribute.BorderAttribute
-
- getValue() - Method in enum com.github.jferard.fastods.attribute.BorderStyle
-
- getValue() - Method in enum com.github.jferard.fastods.attribute.CellAlign
-
- getValue() - Method in enum com.github.jferard.fastods.attribute.CellType
-
- getValue() - Method in interface com.github.jferard.fastods.attribute.Color
-
- getValue() - Method in enum com.github.jferard.fastods.attribute.DisplayList
-
- getValue() - Method in enum com.github.jferard.fastods.attribute.FieldOrientation
-
- getValue() - Method in enum com.github.jferard.fastods.attribute.FilterOperator
-
- getValue() - Method in enum com.github.jferard.fastods.attribute.FilterType
-
- getValue() - Method in enum com.github.jferard.fastods.attribute.FormatSource
-
- getValue() - Method in enum com.github.jferard.fastods.attribute.MessageType
-
- getValue() - Method in enum com.github.jferard.fastods.attribute.PageCentering
-
- getValue() - Method in enum com.github.jferard.fastods.attribute.PagePrintOrientation
-
- getValue() - Method in enum com.github.jferard.fastods.attribute.PageWritingMode
-
- getValue() - Method in enum com.github.jferard.fastods.attribute.PilotStandardFunction
-
- getValue() - Method in enum com.github.jferard.fastods.attribute.ScriptEvent
-
- getValue() - Method in enum com.github.jferard.fastods.attribute.SimpleColor
-
- getValue() - Method in class com.github.jferard.fastods.attribute.SimpleLength
-
- getValue() - Method in enum com.github.jferard.fastods.attribute.VerticalAlign
-
- getValue() - Method in class com.github.jferard.fastods.odselement.config.ConfigItem
-
- getValue() - Method in enum com.github.jferard.fastods.odselement.MetaValueType
-
- getValueAttribute() - Method in enum com.github.jferard.fastods.attribute.CellType
-
- getValueByKey() - Method in class com.github.jferard.fastods.util.Container
-
- getValueByKey(S) - Method in class com.github.jferard.fastods.util.MultiContainer
-
- getValues() - Method in class com.github.jferard.fastods.util.Container
-
- getValues(S) - Method in class com.github.jferard.fastods.util.MultiContainer
-
- getWalker() - Method in class com.github.jferard.fastods.Table
-
- getWalker() - Method in class com.github.jferard.fastods.TableRowImpl
-
Deprecated.
- getWritingMode() - Method in class com.github.jferard.fastods.style.PageLayoutStyle
-
Get the writing mode
- getXMLUtil() - Static method in class com.github.jferard.fastods.tool.FastOds
-
- grad(double) - Static method in class com.github.jferard.fastods.attribute.Angle
-
- GraphicStyle - Class in com.github.jferard.fastods.style
-
16.37 Graphic Styles
- GraphicStyle(String, boolean, DrawFill) - Constructor for class com.github.jferard.fastods.style.GraphicStyle
-
- graphicStyle(GraphicStyle) - Method in class com.github.jferard.fastods.TooltipBuilder
-
- GraphicStyleBuilder - Class in com.github.jferard.fastods.style
-
16.37 Graphic Styles
- GRAY96 - Static variable in enum com.github.jferard.fastods.attribute.SimpleColor
-
The color gray96
- groupThousands(boolean) - Method in class com.github.jferard.fastods.datastyle.CurrencyStyleBuilder
-
- groupThousands(boolean) - Method in class com.github.jferard.fastods.datastyle.FloatStyleBuilder
-
- groupThousands(boolean) - Method in class com.github.jferard.fastods.datastyle.FractionStyleBuilder
-
- groupThousands(boolean) - Method in interface com.github.jferard.fastods.datastyle.NumberStyleBuilder
-
- groupThousands(boolean) - Method in class com.github.jferard.fastods.datastyle.NumberStyleHelperBuilder
-
- groupThousands(boolean) - Method in class com.github.jferard.fastods.datastyle.PercentageStyleBuilder
-
- groupThousands(boolean) - Method in class com.github.jferard.fastods.datastyle.ScientificNumberStyleBuilder
-
- language(String) - Method in class com.github.jferard.fastods.datastyle.BooleanStyleBuilder
-
- language(String) - Method in class com.github.jferard.fastods.datastyle.CurrencyStyleBuilder
-
- language(String) - Method in class com.github.jferard.fastods.datastyle.DateStyleBuilder
-
- language(String) - Method in class com.github.jferard.fastods.datastyle.FloatStyleBuilder
-
- language(String) - Method in class com.github.jferard.fastods.datastyle.FractionStyleBuilder
-
- language(String) - Method in interface com.github.jferard.fastods.datastyle.LocalizedBuilder
-
Set the language code
- language(String) - Method in class com.github.jferard.fastods.datastyle.NumberStyleHelperBuilder
-
- language(String) - Method in class com.github.jferard.fastods.datastyle.PercentageStyleBuilder
-
- language(String) - Method in class com.github.jferard.fastods.datastyle.ScientificNumberStyleBuilder
-
- language(String) - Method in class com.github.jferard.fastods.datastyle.TextDataStyleBuilder
-
- language(String) - Method in class com.github.jferard.fastods.datastyle.TimeStyleBuilder
-
- language(String) - Method in class com.github.jferard.fastods.odselement.MetaElementBuilder
-
- language(String) - Method in class com.github.jferard.fastods.odselement.ScriptEventListenerBuilder
-
- last() - Method in interface com.github.jferard.fastods.RowCellWalker
-
Set the walker on the last cell of the row
- last() - Method in class com.github.jferard.fastods.RowCellWalkerImpl
-
Deprecated.
- last() - Method in class com.github.jferard.fastods.TableCellWalker
-
- lastIndexOf(Object) - Method in class com.github.jferard.fastods.util.FullList
-
- lastRow() - Method in class com.github.jferard.fastods.TableCellWalker
-
- lastRow() - Method in interface com.github.jferard.fastods.TableRowWalker
-
Set the walker on the last row of the table
- left(BorderAttribute) - Method in class com.github.jferard.fastods.style.BordersBuilder
-
Set the left border
- left(Length, Color, BorderStyle) - Method in class com.github.jferard.fastods.style.BordersBuilder
-
Set the left border
- left(Length) - Method in class com.github.jferard.fastods.style.MarginsBuilder
-
Set the left margin.
- Length - Interface in com.github.jferard.fastods.attribute
-
A blank interface.
- level(int) - Method in class com.github.jferard.fastods.util.ZipUTF8WriterBuilderImpl
-
Set the zip level.
- LIBERATION_MONO - Static variable in class com.github.jferard.fastods.style.LOFonts
-
Font Liberation Mono
Variants/styles/subfamilies: Regular, Bold, Italic, Bold Italic
Type: Mono
Coverage: Latin, Cyrillic, Greek, Hebrew
Reasons for inclusion: Metrically compatible with Courier New
Added in: OOo 2.4
- LIBERATION_SANS - Static variable in class com.github.jferard.fastods.style.LOFonts
-
Font Liberation Sans
Variants/styles/subfamilies: Regular, Bold, Italic, Bold Italic
Type: Sans
Coverage: Latin, Cyrillic, Greek, Hebrew
Reasons for inclusion: Metrically compatible with Arial
Added in: OOo 2.4
- LIBERATION_SANS_NARROW - Static variable in class com.github.jferard.fastods.style.LOFonts
-
Font Liberation Sans Narrow
Variants/styles/subfamilies: Regular, Bold, Italic, Bold Italic
Type: Sans
Coverage: Latin, Cyrillic, Greek
Reasons for inclusion: Metrically compatible with Arial Narrow
Added in: OOo 2.4
- LIBERATION_SERIF - Static variable in class com.github.jferard.fastods.style.LOFonts
-
Font Liberation Serif
Variants/styles/subfamilies: Regular, Bold, Italic, Bold Italic
Type: Serif
Coverage: Latin, Cyrillic, Greek, Hebrew
Reasons for inclusion: Metrically compatible with Times New Roman
Added in: OOo 2.4
- Link - Class in com.github.jferard.fastods
-
6.1.8 text:a
19.910 xlink:href
See: https://www.w3.org/TR/2004/REC-xmlschema-2-20041028/#anyURI and https://www.ietf
.org/rfc/rfc2396.txt
Represents a link to a table, an URI, an URL or a custom ref.
- link(String, String) - Method in class com.github.jferard.fastods.ParagraphBuilder
-
Create a link in the current paragraph.
- link(String, Table) - Method in class com.github.jferard.fastods.ParagraphBuilder
-
Create a link in the current paragraph.
- link(String, File) - Method in class com.github.jferard.fastods.ParagraphBuilder
-
Create a link in the current paragraph.
- link(String, URL) - Method in class com.github.jferard.fastods.ParagraphBuilder
-
Create a link in the current paragraph.
- link(String, URI) - Method in class com.github.jferard.fastods.ParagraphBuilder
-
Create a link in the current paragraph.
- link(String, Table) - Method in class com.github.jferard.fastods.TextBuilder
-
Create a link in the current paragraph.
- link(String, File) - Method in class com.github.jferard.fastods.TextBuilder
-
Create a link in the current paragraph.
- link(String, URL) - Method in class com.github.jferard.fastods.TextBuilder
-
Create a link in the current paragraph.
- link(String, URI) - Method in class com.github.jferard.fastods.TextBuilder
-
Create a link in the current paragraph.
- link(String, String) - Method in class com.github.jferard.fastods.TextBuilder
-
Create a link in the current paragraph.
- LinkBuilder - Class in com.github.jferard.fastods
-
A builder for links
- LinkBuilder(String) - Constructor for class com.github.jferard.fastods.LinkBuilder
-
- LINUX_BIOLINUM_G - Static variable in class com.github.jferard.fastods.style.LOFonts
-
Font Linux Biolinum G
Variants/styles/subfamilies: Regular, Bold, Italic
Type: Serif
Coverage: Latin, Cyrillic, Greek, Hebrew
Added in: LO 3.3
- LINUX_LIBERTINE_DISPLAY_G - Static variable in class com.github.jferard.fastods.style.LOFonts
-
Font Linux Libertine Display G
Variants/styles/subfamilies: Regular
Type: Serif
Coverage: Latin, Cyrillic, Greek, Hebrew
Added in: LO 3.3
- LINUX_LIBERTINE_G - Static variable in class com.github.jferard.fastods.style.LOFonts
-
Font Linux Libertine G
Variants/styles/subfamilies: Regular, Bold, Italic, Bold Italic, Semibold, Semibold
Italic
Type: Serif
Coverage: Latin, Cyrillic, Greek, Hebrew
Added in: LO 3.3
- listCondition(Collection<String>) - Method in class com.github.jferard.fastods.util.ValidationBuilder
-
Create a condition on a list of allowed values
- listIterator() - Method in class com.github.jferard.fastods.util.FullList
-
- listIterator(int) - Method in class com.github.jferard.fastods.util.FullList
-
- locale(Locale) - Method in class com.github.jferard.fastods.datastyle.BooleanStyleBuilder
-
- locale(Locale) - Method in class com.github.jferard.fastods.datastyle.CurrencyStyleBuilder
-
- locale(Locale) - Method in class com.github.jferard.fastods.datastyle.DateStyleBuilder
-
- locale(Locale) - Method in class com.github.jferard.fastods.datastyle.FloatStyleBuilder
-
- locale(Locale) - Method in class com.github.jferard.fastods.datastyle.FractionStyleBuilder
-
- locale(Locale) - Method in interface com.github.jferard.fastods.datastyle.LocalizedBuilder
-
Set the locale
- locale(Locale) - Method in class com.github.jferard.fastods.datastyle.NumberStyleHelperBuilder
-
- locale(Locale) - Method in class com.github.jferard.fastods.datastyle.PercentageStyleBuilder
-
- locale(Locale) - Method in class com.github.jferard.fastods.datastyle.ScientificNumberStyleBuilder
-
- locale(Locale) - Method in class com.github.jferard.fastods.datastyle.TextDataStyleBuilder
-
- locale(Locale) - Method in class com.github.jferard.fastods.datastyle.TimeStyleBuilder
-
- LocalizedBuilder<T> - Interface in com.github.jferard.fastods.datastyle
-
A builder for Localized elements
- LOFonts - Class in com.github.jferard.fastods.style
-
All the information is taken from the 2019-04-19 version of: https://wiki.documentfoundation
.org/Fonts (under
Creative Commons Attribution-ShareAlike 3.0 Unported License,
https://creativecommons.org/licenses/by-sa/3.0/).
- LOFonts() - Constructor for class com.github.jferard.fastods.style.LOFonts
-
- logger(Logger) - Method in class com.github.jferard.fastods.tool.ResultSetDataWrapperBuilder
-
Set a logger
- LONG_DAY - Static variable in class com.github.jferard.fastods.datastyle.DateTimeStyleFormat
-
16.27.11 number:day
A day (long)
- LONG_HOURS - Static variable in class com.github.jferard.fastods.datastyle.DateTimeStyleFormat
-
16.27.19 number:hours
Hours (long)
- LONG_MINUTES - Static variable in class com.github.jferard.fastods.datastyle.DateTimeStyleFormat
-
16.27.20 number:minutes
Minutes (long)
- LONG_MONTH - Static variable in class com.github.jferard.fastods.datastyle.DateTimeStyleFormat
-
16.27.12 number:month
A month (long)
- LONG_SECONDS - Static variable in class com.github.jferard.fastods.datastyle.DateTimeStyleFormat
-
16.27.21 number:seconds
Seconds (long)
- LONG_TEXTUAL_DAY - Static variable in class com.github.jferard.fastods.datastyle.DateTimeStyleFormat
-
16.27.11 number:day
A day (long)
- LONG_TEXTUAL_MONTH - Static variable in class com.github.jferard.fastods.datastyle.DateTimeStyleFormat
-
16.27.12 number:month
A month name (long)
- LONG_YEAR - Static variable in class com.github.jferard.fastods.datastyle.DateTimeStyleFormat
-
16.27.13 number:year
A year YYYY
- longSeconds(int) - Static method in class com.github.jferard.fastods.datastyle.DateTimeStyleFormat
-
16.27.21 number:seconds
Seconds (long)
- MacroHelper - Class in com.github.jferard.fastods.tool
-
A helper
- MacroHelper() - Constructor for class com.github.jferard.fastods.tool.MacroHelper
-
- MacroLibrary - Class in com.github.jferard.fastods.util
-
A macro library, e.g. standard
- MacroLibrary(String, boolean, List<MacroModule>) - Constructor for class com.github.jferard.fastods.util.MacroLibrary
-
- MacroLibraryBuilder - Class in com.github.jferard.fastods.util
-
A builder for macro libraries
- MacroLibraryBuilder() - Constructor for class com.github.jferard.fastods.util.MacroLibraryBuilder
-
A new builder
- MacroLibraryContainer - Class in com.github.jferard.fastods.util
-
A library container.
- MacroLibraryContainer(XMLUtil, List<MacroLibrary>) - Constructor for class com.github.jferard.fastods.util.MacroLibraryContainer
-
- MacroModule - Class in com.github.jferard.fastods.util
-
A module
- MacroModule(String, String, CharSequence) - Constructor for class com.github.jferard.fastods.util.MacroModule
-
- main(String[]) - Static method in class com.github.jferard.fastods.tool.DatabaseExporter
-
Usage:
$ java -cp path/to/fastods/jar:path/to/jdbc/driver/jar [connection string] [target.ods]
Example:
$ java -cp $HOME/.m2/repository/com/github/jferard/fastods/0.7.4/fastods-0.7.4.jar:$HOME/.m2/repository/org/xerial/sqlite-jdbc/3.27.2.1/sqlite-jdbc-3.27.2.1.jar com.github.jferard.fastods.tool.DatabaseExporter "jdbc:sqlite:$HOME/test.sqlite3" "$HOME/export.ods"
Please avoid exporting huge databases: LibreOffice won't open huge documents.
- ManifestElement - Class in com.github.jferard.fastods.odselement
-
Part 3, 3.2 Manifest:
"All OpenDocument packages shall contain a file named “META-INF/manifest.xml”.
- ManifestEntryElement - Class in com.github.jferard.fastods.odselement
-
This is only a manifest entry.
- ManifestEntryElement(OdsEntry) - Constructor for class com.github.jferard.fastods.odselement.ManifestEntryElement
-
- marginBottom(Length) - Method in class com.github.jferard.fastods.PageSectionBuilder
-
Set the bottom margin. margin is a length value
- marginBottom(Length) - Method in class com.github.jferard.fastods.style.PageStyleBuilder
-
Set the bottom margin. margin is a length value
- marginBottom(Length) - Method in class com.github.jferard.fastods.style.TableCellStyleBuilder
-
Add a border style to this cell.
- marginLeft(Length) - Method in class com.github.jferard.fastods.PageSectionBuilder
-
Set the left margin.
- marginLeft(Length) - Method in class com.github.jferard.fastods.style.PageStyleBuilder
-
Set the left margin. margin is a length value
- marginLeft(Length) - Method in class com.github.jferard.fastods.style.TableCellStyleBuilder
-
Add a border style to this cell.
- marginRight(Length) - Method in class com.github.jferard.fastods.PageSectionBuilder
-
Set the right margin.
- marginRight(Length) - Method in class com.github.jferard.fastods.style.PageStyleBuilder
-
Set the right margin. margin is a length value
- marginRight(Length) - Method in class com.github.jferard.fastods.style.TableCellStyleBuilder
-
Add a border style to this cell.
- Margins - Class in com.github.jferard.fastods.style
-
The margins of a page
- marginsBuilder - Variable in class com.github.jferard.fastods.PageSectionBuilder
-
a margins builder
- MarginsBuilder - Class in com.github.jferard.fastods.style
-
A builder for margins
- MarginsBuilder() - Constructor for class com.github.jferard.fastods.style.MarginsBuilder
-
Main constructor
- marginTop(Length) - Method in class com.github.jferard.fastods.PageSectionBuilder
-
Set the top margin.
- marginTop(Length) - Method in class com.github.jferard.fastods.style.PageStyleBuilder
-
Set the top margin. margin is a length value
- marginTop(Length) - Method in class com.github.jferard.fastods.style.TableCellStyleBuilder
-
Add a border style to this cell.
- markColumnsSpanned(int) - Method in class com.github.jferard.fastods.AbstractTableCell
-
- markColumnsSpanned(int) - Method in class com.github.jferard.fastods.RowCellWalkerImpl
-
Deprecated.
- markColumnsSpanned(int) - Method in interface com.github.jferard.fastods.TableCell
-
Mark the columns a spanned
- markColumnsSpanned(int) - Method in class com.github.jferard.fastods.TableCellImpl
-
- markColumnsSpanned(int) - Method in class com.github.jferard.fastods.TableCellWalker
-
- markRowsSpanned(int) - Method in class com.github.jferard.fastods.AbstractTableCell
-
- markRowsSpanned(int) - Method in class com.github.jferard.fastods.RowCellWalkerImpl
-
Deprecated.
- markRowsSpanned(int) - Method in interface com.github.jferard.fastods.TableCell
-
Marks a number of rows with a span
- markRowsSpanned(int) - Method in class com.github.jferard.fastods.TableCellImpl
-
- markRowsSpanned(int) - Method in class com.github.jferard.fastods.TableCellWalker
-
- MasterPageStyle - Class in com.github.jferard.fastods.style
-
OpenDocument 16.9 style:master-page
- masterPageStyle(MasterPageStyle) - Method in class com.github.jferard.fastods.style.PageStyleBuilder
-
Set a master page style
- max(int) - Method in class com.github.jferard.fastods.tool.ResultSetDataWrapperBuilder
-
Set a limit to the number of rows
- MAX_DELTA - Static variable in interface com.github.jferard.fastods.attribute.Length
-
For double comparison. d1 == d2 iff abs(d1-d2) < MAX_DELTA.
- MessageType - Enum in com.github.jferard.fastods.attribute
-
19.670 table:message-type
- META_INF_MANIFEST_XML - Static variable in class com.github.jferard.fastods.odselement.ManifestElement
-
the name of the manifest file in the archive
- META_NAMESPACE_BY_PREFIX - Static variable in class com.github.jferard.fastods.odselement.MetaElement
-
- MetaElement - Class in com.github.jferard.fastods.odselement
-
3.2 office:meta
3.1.3.4 office:document-meta
and 4.3 Non-RDF Metadata
- MetaElement(String, String, String, String, String, String, String, String, String, List<String>, List<UserDefined>) - Constructor for class com.github.jferard.fastods.odselement.MetaElement
-
Create a new meta element
- metaElement(MetaElement) - Method in class com.github.jferard.fastods.OdsFactory
-
- metaElement(MetaElement) - Method in class com.github.jferard.fastods.OdsFactoryBuilder
-
Use a custom meta element
- MetaElementBuilder - Class in com.github.jferard.fastods.odselement
-
- MetaElementBuilder() - Constructor for class com.github.jferard.fastods.odselement.MetaElementBuilder
-
- MetaValueType - Enum in com.github.jferard.fastods.odselement
-
19.338 meta:value-type
- MimetypeElement - Class in com.github.jferard.fastods.odselement
-
3.3 MIME Media Type
The “mimetype” file shall be the first file of the zip file.
- MimetypeElement() - Constructor for class com.github.jferard.fastods.odselement.MimetypeElement
-
- minExponentDigits(int) - Method in class com.github.jferard.fastods.datastyle.ScientificNumberStyleBuilder
-
Set the number of exponent digits.
- minHeight - Variable in class com.github.jferard.fastods.PageSectionBuilder
-
the minimum height of the page section
- minHeight(Length) - Method in class com.github.jferard.fastods.PageSectionBuilder
-
Set the minimum height.
- minIntegerDigits(int) - Method in class com.github.jferard.fastods.datastyle.CurrencyStyleBuilder
-
- minIntegerDigits(int) - Method in class com.github.jferard.fastods.datastyle.FloatStyleBuilder
-
- minIntegerDigits(int) - Method in class com.github.jferard.fastods.datastyle.FractionStyleBuilder
-
- minIntegerDigits(int) - Method in interface com.github.jferard.fastods.datastyle.NumberStyleBuilder
-
- minIntegerDigits(int) - Method in class com.github.jferard.fastods.datastyle.NumberStyleHelperBuilder
-
- minIntegerDigits(int) - Method in class com.github.jferard.fastods.datastyle.PercentageStyleBuilder
-
- minIntegerDigits(int) - Method in class com.github.jferard.fastods.datastyle.ScientificNumberStyleBuilder
-
- MINUTES - Static variable in class com.github.jferard.fastods.datastyle.DateTimeStyleFormat
-
16.27.20 number:minutes
Minutes
- mm(double) - Static method in class com.github.jferard.fastods.attribute.AbsoluteLength
-
- mm(double) - Static method in class com.github.jferard.fastods.attribute.SimpleLength
-
Create an simple length in millimeters
- mm(double, double, double, double) - Static method in class com.github.jferard.fastods.util.SVGRectangle
-
- MMMM - Static variable in class com.github.jferard.fastods.datastyle.DateStyle.Format
-
Set the date format like 'July'.
- MMYY - Static variable in class com.github.jferard.fastods.datastyle.DateStyle.Format
-
Set the date format like '07.12'.
- modules(List<MacroModule>) - Method in class com.github.jferard.fastods.util.MacroLibraryBuilder
-
- modules(MacroModule...) - Method in class com.github.jferard.fastods.util.MacroLibraryBuilder
-
Variadic version
- MONTH - Static variable in class com.github.jferard.fastods.datastyle.DateTimeStyleFormat
-
16.27.12 number:month
A month
- MultiContainer<K,S extends Enum<S>,V> - Class in com.github.jferard.fastods.util
-
A multi container contains values indexed by sub container.
- MultiContainer(Logger, Class<S>) - Constructor for class com.github.jferard.fastods.util.MultiContainer
-
Create a new multi container
- PageCentering - Enum in com.github.jferard.fastods.attribute
-
20.353style:table-centering
- pageHeight(Length) - Method in class com.github.jferard.fastods.style.PageStyleBuilder
-
Set the page height. pageHeight is a length value.
- PageLayoutStyle - Class in com.github.jferard.fastods.style
-
OpenDocument 16.5 style:page-layout
- pageLayoutStyle(PageLayoutStyle) - Method in class com.github.jferard.fastods.style.PageStyleBuilder
-
Set a page layout style
- PagePrintOrientation - Enum in com.github.jferard.fastods.attribute
-
20.325style:print-orientation
The print orientation of the page (either landscape or portrait)
- PageSection - Class in com.github.jferard.fastods
-
16.6 style:header-style
16.7 style:footer-style
16.10 style:header
16.11 style:footer
The PageSection class represents the union of a page section content and a page section
style.
- PageSection.Type - Enum in com.github.jferard.fastods
-
Footer or Header ?
- PageSectionBuilder<F extends PageSectionBuilder<F>> - Class in com.github.jferard.fastods
-
A builder for a page section.
- PageSectionContent - Interface in com.github.jferard.fastods
-
16.10 style:header
16.11 style:footer
"The style:header element represents the content of a header in a style:master-page element."
- PageSectionContent.Region - Enum in com.github.jferard.fastods
-
A region of the header/footer.
- PageStyle - Class in com.github.jferard.fastods.style
-
OpenDocument 16.5 style:page-layout
OpenDocument 16.9 style:master-page
The PageStyle class represents a combination of a master page style and a page layout style:
formatting + header and footer.
16.5 style:page-layout
The style:page-layout element represents the styles that specify the formatting properties of
a page.
16.9 style:master-page
In text and spreadsheet documents, the style:master-page element contains the content of
headers and footers.
- pageStyle(PageStyle) - Method in class com.github.jferard.fastods.style.TableStyleBuilder
-
Set the master page style
- PageStyleBuilder - Class in com.github.jferard.fastods.style
-
- pageWidth(Length) - Method in class com.github.jferard.fastods.style.PageStyleBuilder
-
Set the page width. pageWidth is a length value.
- PageWritingMode - Enum in com.github.jferard.fastods.attribute
-
20.394 style:writing-mode
see See §7.27.7 of [XSL] (https://www.w3.org/TR/2001/REC-xsl-20011015/slice7
.html#writing-mode-related)
- paperFormat(PaperFormat) - Method in class com.github.jferard.fastods.style.PageStyleBuilder
-
Set the paper format to one of: A3, A4, A5, LETTER, LEGAL, USER
USER is automatically used if you use
setPageHeight() or setPageWidth().
- PaperFormat - Enum in com.github.jferard.fastods.style
-
Format of the paper
- par() - Method in class com.github.jferard.fastods.TextBuilder
-
Create a new paragraph
- Paragraph - Class in com.github.jferard.fastods
-
5.1.3 text:p
- ParagraphBuilder - Class in com.github.jferard.fastods
-
A paragraph builder builds a small text block.
- ParagraphElement - Interface in com.github.jferard.fastods
-
A paragraph element represents an element inside paragraph (p tag)
- parContent(String) - Method in class com.github.jferard.fastods.TextBuilder
-
Create a new paragraph with a text content
- parentCellStyle(TableCellStyle) - Method in class com.github.jferard.fastods.style.TableCellStyleBuilder
-
Sets the parent cell style
- parStyledContent(String, TextStyle) - Method in class com.github.jferard.fastods.TextBuilder
-
Create a new paragraph with a text content
- pc(double) - Static method in class com.github.jferard.fastods.attribute.AbsoluteLength
-
- pc(double) - Static method in class com.github.jferard.fastods.attribute.SimpleLength
-
Create an simple length in picas
- pc(double, double, double, double) - Static method in class com.github.jferard.fastods.util.SVGRectangle
-
- PercentageStyle - Class in com.github.jferard.fastods.datastyle
-
WHERE ?
- percentageStyleBuilder() - Method in class com.github.jferard.fastods.datastyle.DataStylesBuilder
-
- PercentageStyleBuilder - Class in com.github.jferard.fastods.datastyle
-
- PercentageStyleBuilder(String, Locale) - Constructor for class com.github.jferard.fastods.datastyle.PercentageStyleBuilder
-
Create a new number style with the name name, minimum integer digits is
minIntDigits and decimal places is decPlaces.
- PercentageValue - Class in com.github.jferard.fastods
-
A CellValue that contains a percentage
- PercentageValue(double) - Constructor for class com.github.jferard.fastods.PercentageValue
-
- PilotFunction - Interface in com.github.jferard.fastods.attribute
-
A custom PilotFunction.
- PilotStandardFunction - Enum in com.github.jferard.fastods.attribute
-
19.643table:function
- PilotTable - Class in com.github.jferard.fastods.util
-
9.6Data Pilot Tables
- PilotTable(String, String, String, List<String>, List<PilotTableField>, boolean, boolean) - Constructor for class com.github.jferard.fastods.util.PilotTable
-
- PilotTableBuilder - Class in com.github.jferard.fastods.util
-
- PilotTableBuilder(String, String, String, List<String>) - Constructor for class com.github.jferard.fastods.util.PilotTableBuilder
-
- PilotTableField - Class in com.github.jferard.fastods.util
-
9.6.7 table:data-pilot-field
- PilotTableField(String, FieldOrientation, int, boolean, PilotFunction, PilotTableLevel) - Constructor for class com.github.jferard.fastods.util.PilotTableField
-
- PilotTableLevel - Class in com.github.jferard.fastods.util
-
9.6.8 table:data-pilot-level
- PilotTableLevel(boolean) - Constructor for class com.github.jferard.fastods.util.PilotTableLevel
-
- PositionUtil - Class in com.github.jferard.fastods.ref
-
- PositionUtil(TableNameUtil) - Constructor for class com.github.jferard.fastods.ref.PositionUtil
-
Create a new position util
- PreambleAppender - Class in com.github.jferard.fastods
-
- PreambleAppender(TableBuilder) - Constructor for class com.github.jferard.fastods.PreambleAppender
-
- prepare() - Method in class com.github.jferard.fastods.NamedOdsDocument
-
Prepare the document for flush (ie write empty elements, manifest, mime type, ...)
- prepareAsync() - Method in class com.github.jferard.fastods.odselement.OdsElements
-
Prepare the elements for writing.
- PrepareContentFlusher - Class in com.github.jferard.fastods
-
When the first table is created.
- PrepareContentFlusher(OdsElements, ContentElement) - Constructor for class com.github.jferard.fastods.PrepareContentFlusher
-
Create a new meta and styles elements
- previous() - Method in interface com.github.jferard.fastods.RowCellWalker
-
Set the walker on the previous cell of the row
- previous() - Method in class com.github.jferard.fastods.RowCellWalkerImpl
-
Deprecated.
- previous() - Method in class com.github.jferard.fastods.TableCellWalker
-
- previousRow() - Method in class com.github.jferard.fastods.TableCellWalker
-
- previousRow() - Method in interface com.github.jferard.fastods.TableRowWalker
-
Set the walker on the previous row of the table
- printOrientationHorizontal() - Method in class com.github.jferard.fastods.style.PageStyleBuilder
-
Set the print orientation to horizontal
- printOrientationVertical() - Method in class com.github.jferard.fastods.style.PageStyleBuilder
-
Set the print orientation to vertical
- protect(Protection) - Method in class com.github.jferard.fastods.Table
-
- Protection - Class in com.github.jferard.fastods.util
-
The Protection instances should be created using the fastods.crypto submodule:
ProtectionFactory.createSha256(new char[] {'p', 'a', 's', 's', 'w', 'o', 'r', 'd' });
- Protection(String, String) - Constructor for class com.github.jferard.fastods.util.Protection
-
**Do not use this constructor, use ProtectionFactory instead**
- pt(double) - Static method in class com.github.jferard.fastods.attribute.AbsoluteLength
-
- pt(double) - Static method in class com.github.jferard.fastods.attribute.SimpleLength
-
Create an simple length in points
- pt(double, double, double, double) - Static method in class com.github.jferard.fastods.util.SVGRectangle
-
- put(ConfigBlock) - Method in interface com.github.jferard.fastods.odselement.config.ConfigItemMapEntry
-
Put a block in this entry.
- put(ConfigBlock) - Method in class com.github.jferard.fastods.odselement.config.ConfigItemMapEntrySequence
-
- put(ConfigBlock) - Method in class com.github.jferard.fastods.odselement.config.ConfigItemMapEntrySet
-
- put(ConfigBlock) - Method in class com.github.jferard.fastods.odselement.config.ConfigItemMapEntrySingleton
-
- put(ConfigItemMapEntry) - Method in class com.github.jferard.fastods.odselement.config.ConfigItemMapNamed
-
- put(E) - Method in class com.github.jferard.fastods.tool.FastOdsBus
-
Add an element to the bus
- putAndRegisterNextEntry(OdsEntry) - Method in interface com.github.jferard.fastods.util.ZipUTF8Writer
-
Register an entry.
- putAndRegisterNextEntry(OdsEntry) - Method in class com.github.jferard.fastods.util.ZipUTF8WriterImpl
-
- putNextEntry(OdsEntry) - Method in interface com.github.jferard.fastods.util.ZipUTF8Writer
-
Put a new entry into the zip stream.
- putNextEntry(OdsEntry) - Method in class com.github.jferard.fastods.util.ZipUTF8WriterImpl
-
- PYTHON_LANG - Static variable in class com.github.jferard.fastods.odselement.ScriptEventListener
-
For scripts in Python
- sanitizeTableName(CharSequence) - Method in class com.github.jferard.fastods.ref.TableNameUtil
-
Change the table to comply with LO limitations (excepted for
the check of duplicate names), but may the conditions may be relaxed in a future version.
- save(OutputStream) - Method in class com.github.jferard.fastods.AnonymousOdsFileWriter
-
Writes the document to a stream.
- save(OutputStream, ZipUTF8WriterBuilderImpl) - Method in class com.github.jferard.fastods.AnonymousOdsFileWriter
-
- save(ZipUTF8Writer) - Method in class com.github.jferard.fastods.AnonymousOdsFileWriter
-
Writes the document to a writer.
- save() - Method in class com.github.jferard.fastods.NamedOdsDocument
-
Save the document.
- save() - Method in interface com.github.jferard.fastods.NamedOdsFileWriter
-
Save the new file.
- save() - Method in class com.github.jferard.fastods.OdsFileDirectWriter
-
- save() - Method in class com.github.jferard.fastods.OdsFileWriterAdapter
-
- saveAs(String) - Method in class com.github.jferard.fastods.AnonymousOdsFileWriter
-
Save the new file.
- saveAs(File) - Method in class com.github.jferard.fastods.AnonymousOdsFileWriter
-
Save the new file.
- saveAs(String, ZipUTF8WriterBuilder) - Method in class com.github.jferard.fastods.AnonymousOdsFileWriter
-
Save the document to filename.
- saveAs(File, ZipUTF8WriterBuilder) - Method in class com.github.jferard.fastods.AnonymousOdsFileWriter
-
Save the document to file.
- saveAsync() - Method in class com.github.jferard.fastods.odselement.OdsElements
-
Save the elements, the file is already open.
- SC_SPLIT_FIX - Static variable in class com.github.jferard.fastods.odselement.OdsElements
-
LO only: freeze cells
- SC_SPLIT_NORMAL - Static variable in class com.github.jferard.fastods.odselement.OdsElements
-
LO only: do not freeze cells
- scaleTo(int) - Method in class com.github.jferard.fastods.style.PageStyleBuilder
-
20.344style:scale-to
- scaleToPages(int) - Method in class com.github.jferard.fastods.style.PageStyleBuilder
-
20.345style:scale-to-pages
- scaleToX(int) - Method in class com.github.jferard.fastods.style.PageStyleBuilder
-
(v1.3) 20.354 style:scale-to-X
- scaleToY(int) - Method in class com.github.jferard.fastods.style.PageStyleBuilder
-
(v1.3) 20.355 style:scale-to-Y
- ScientificNumberStyle - Class in com.github.jferard.fastods.datastyle
-
WHERE ?
- ScientificNumberStyleBuilder - Class in com.github.jferard.fastods.datastyle
-
- ScientificNumberStyleBuilder(String, Locale) - Constructor for class com.github.jferard.fastods.datastyle.ScientificNumberStyleBuilder
-
Create a new number style with the name name, minimum integer digits is
minIntDigits and decimal places is decPlaces.
- ScriptEvent - Enum in com.github.jferard.fastods.attribute
-
https://docs.libreoffice.org/xmloff/html/EventMap_8cxx_source.html
for DOM events:
19.429script:event-name
https://www.w3.org/TR/2000/REC-DOM-Level-2-Events-20001113/events
.html#Events-eventgroupings-htmlevents
for form events:
13.6Event Listeners
- ScriptEventListener - Class in com.github.jferard.fastods.odselement
-
14.4.2 script:event-listener
- ScriptEventListener(String, ScriptEvent, String, String) - Constructor for class com.github.jferard.fastods.odselement.ScriptEventListener
-
- ScriptEventListenerBuilder - Class in com.github.jferard.fastods.odselement
-
- ScriptEventListenerBuilder(ScriptEvent, String) - Constructor for class com.github.jferard.fastods.odselement.ScriptEventListenerBuilder
-
- SECONDS - Static variable in class com.github.jferard.fastods.datastyle.DateTimeStyleFormat
-
16.27.21 number:seconds
Seconds
- set(int, String) - Method in class com.github.jferard.fastods.odselement.config.ConfigItemMapEntrySequence
-
Set a value for an item at a given index
- set(String, String) - Method in class com.github.jferard.fastods.odselement.config.ConfigItemMapEntrySet
-
Set a value for an item with a given name
- set(String, String) - Method in class com.github.jferard.fastods.odselement.config.ConfigItemMapEntrySingleton
-
- set(String) - Method in class com.github.jferard.fastods.odselement.config.ConfigItemMapEntrySingleton
-
- set(int, ConfigItemMapEntry) - Method in class com.github.jferard.fastods.odselement.config.ConfigItemMapIndexed
-
- set(int, int) - Method in class com.github.jferard.fastods.odselement.FlushPosition
-
Set the position
- set(WritableTableCell) - Method in class com.github.jferard.fastods.TableCellWalker
-
Set a custom table cell.
- set(int, WritableTableCell) - Method in class com.github.jferard.fastods.TableRowImpl
-
Set a custom table cell at a given index.
- set(T) - Method in class com.github.jferard.fastods.util.Box
-
- set(int, E) - Method in class com.github.jferard.fastods.util.FastFullList
-
Set an element
- set(int, E) - Method in class com.github.jferard.fastods.util.FullList
-
- set(int, T) - Method in class com.github.jferard.fastods.util.UniqueList
-
- setActiveTable(int) - Method in class com.github.jferard.fastods.AnonymousOdsDocument
-
- setActiveTable(int) - Method in class com.github.jferard.fastods.NamedOdsDocument
-
- setActiveTable(int) - Method in interface com.github.jferard.fastods.OdsDocument
-
Set the active table, this is the table that is shown if you open the
file.
- setActiveTable(Table) - Method in class com.github.jferard.fastods.odselement.OdsElements
-
Set a new active table
- setActiveTable(Table) - Method in class com.github.jferard.fastods.odselement.Settings
-
Set the active table , this is the table that is shown if you open the
file.
- setActiveTable(Table) - Method in class com.github.jferard.fastods.odselement.SettingsElement
-
Set the active table
- setAttribute(String, CharSequence) - Method in class com.github.jferard.fastods.AbstractTableCell
-
- setAttribute(String, CharSequence) - Method in class com.github.jferard.fastods.RowCellWalkerImpl
-
Deprecated.
- setAttribute(String, CharSequence) - Method in class com.github.jferard.fastods.Table
-
Set a custom attribute
- setAttribute(String, CharSequence) - Method in interface com.github.jferard.fastods.TableCell
-
Add an attribute to a cell
- setAttribute(String, CharSequence) - Method in class com.github.jferard.fastods.TableCellImpl
-
- setAttribute(String, CharSequence) - Method in class com.github.jferard.fastods.TableCellWalker
-
- setBooleanValue(boolean) - Method in class com.github.jferard.fastods.AbstractTableCell
-
- setBooleanValue(boolean) - Method in class com.github.jferard.fastods.RowCellWalkerImpl
-
Deprecated.
- setBooleanValue(boolean) - Method in interface com.github.jferard.fastods.TableCell
-
Set the boolean value of the cell.
- setBooleanValue(boolean) - Method in class com.github.jferard.fastods.TableCellImpl
-
- setBooleanValue(boolean) - Method in class com.github.jferard.fastods.TableCellWalker
-
- setCellMerge(int, int) - Method in class com.github.jferard.fastods.AbstractTableCell
-
- setCellMerge(int, int) - Method in class com.github.jferard.fastods.RowCellWalkerImpl
-
Deprecated.
- setCellMerge(int, int, int, int) - Method in class com.github.jferard.fastods.Table
-
Set a span over cells
- setCellMerge(String, int, int) - Method in class com.github.jferard.fastods.Table
-
Deprecated.
- setCellMerge(int, int) - Method in interface com.github.jferard.fastods.TableCell
-
Merge cells
- setCellMerge(int, int) - Method in class com.github.jferard.fastods.TableCellImpl
-
- setCellMerge(int, int) - Method in class com.github.jferard.fastods.TableCellWalker
-
- setCellMerge(int, int, int) - Method in class com.github.jferard.fastods.TableRowImpl
-
Set the merging of multiple cells to one cell.
- setCellMerge(Table, int, int, int, int) - Method in class com.github.jferard.fastods.tool.TableHelper
-
- setCellMerge(Table, String, int, int) - Method in class com.github.jferard.fastods.tool.TableHelper
-
Set the merging of multiple cells to one cell in all existing tables.
- setCellMergeInAllTables(int, int, int, int) - Method in class com.github.jferard.fastods.tool.OdsFileHelper
-
Set the merging of multiple cells to one cell.
- setCellMergeInAllTables(String, int, int) - Method in class com.github.jferard.fastods.tool.OdsFileHelper
-
Set the merging of multiple cells to one cell in all existing tables.
- setCellValue(CellValue) - Method in class com.github.jferard.fastods.AbstractTableCell
-
- setCellValue(CellValue) - Method in class com.github.jferard.fastods.RowCellWalkerImpl
-
Deprecated.
- setCellValue(CellValue) - Method in interface com.github.jferard.fastods.TableCell
-
Set the value for a cell.
- setCellValue(CellValue) - Method in class com.github.jferard.fastods.TableCellImpl
-
- setCellValue(CellValue) - Method in class com.github.jferard.fastods.TableCellWalker
-
- setCellValue(Table, int, int, CellValue, TableCellStyle) - Method in class com.github.jferard.fastods.tool.TableHelper
-
- setCellValue(Table, int, int, CellValue) - Method in class com.github.jferard.fastods.tool.TableHelper
-
- setCellValue(Table, String, CellValue, TableCellStyle) - Method in class com.github.jferard.fastods.tool.TableHelper
-
Sets the cell value in all tables to the given values.
- setCellValue(Table, String, CellValue) - Method in class com.github.jferard.fastods.tool.TableHelper
-
Sets the cell value in all tables to the given values.
- setCellValueInAllTables(int, int, CellValue, TableCellStyle) - Method in class com.github.jferard.fastods.tool.OdsFileHelper
-
Sets the cell value in all tables to the date from the Calendar object.
- setCellValueInAllTables(String, CellValue, TableCellStyle) - Method in class com.github.jferard.fastods.tool.OdsFileHelper
-
Sets the cell value in all tables to the date from the Calendar object.
- setColumnAttribute(int, String, CharSequence) - Method in class com.github.jferard.fastods.Table
-
Set a custom attribute for a column
- setColumnAttribute(String, CharSequence) - Method in class com.github.jferard.fastods.TableCellWalker
-
- setColumnAttribute(String, CharSequence) - Method in interface com.github.jferard.fastods.TableColumn
-
Set a custom attribute for this column
- setColumnAttribute(String, CharSequence) - Method in class com.github.jferard.fastods.TableColumnImpl
-
- setColumnDefaultCellStyle(int, TableCellStyle) - Method in class com.github.jferard.fastods.Table
-
- setColumnDefaultCellStyle(TableCellStyle) - Method in class com.github.jferard.fastods.TableCellWalker
-
- setColumnDefaultCellStyle(TableCellStyle) - Method in interface com.github.jferard.fastods.TableColumn
-
Set the cell style for the cell of this column to ts.
- setColumnDefaultCellStyle(TableCellStyle) - Method in class com.github.jferard.fastods.TableColumnImpl
-
- setColumnsSpanned(int) - Method in class com.github.jferard.fastods.AbstractTableCell
-
- setColumnsSpanned(int) - Method in class com.github.jferard.fastods.RowCellWalkerImpl
-
Deprecated.
- setColumnsSpanned(int) - Method in interface com.github.jferard.fastods.TableCell
-
Create a span over cells at the right
- setColumnsSpanned(int) - Method in class com.github.jferard.fastods.TableCellImpl
-
- setColumnsSpanned(int) - Method in class com.github.jferard.fastods.TableCellWalker
-
- setColumnsSpanned(int, int) - Method in class com.github.jferard.fastods.TableRowImpl
-
Add a span across columns
- setColumnStyle(int, TableColumnStyle) - Method in class com.github.jferard.fastods.Table
-
Set the style of a column.
- setColumnStyle(TableColumnStyle) - Method in class com.github.jferard.fastods.TableCellWalker
-
- setColumnStyle(TableColumnStyle) - Method in interface com.github.jferard.fastods.TableColumn
-
Set a style for this column
- setColumnStyle(TableColumnStyle) - Method in class com.github.jferard.fastods.TableColumnImpl
-
- setComment(String) - Method in interface com.github.jferard.fastods.util.ZipUTF8Writer
-
Add a comment to the zip
- setComment(String) - Method in class com.github.jferard.fastods.util.ZipUTF8WriterImpl
-
- setConfigItem(String, String, String) - Method in class com.github.jferard.fastods.Table
-
Set a config item
- setCovered() - Method in class com.github.jferard.fastods.AbstractTableCell
-
- setCovered() - Method in class com.github.jferard.fastods.RowCellWalkerImpl
-
Deprecated.
- setCovered() - Method in interface com.github.jferard.fastods.TableCell
-
Set the cell covered flag
- setCovered() - Method in class com.github.jferard.fastods.TableCellImpl
-
- setCovered() - Method in class com.github.jferard.fastods.TableCellWalker
-
- setCurrencyValue(float, String) - Method in class com.github.jferard.fastods.AbstractTableCell
-
- setCurrencyValue(int, String) - Method in class com.github.jferard.fastods.AbstractTableCell
-
- setCurrencyValue(Number, String) - Method in class com.github.jferard.fastods.AbstractTableCell
-
- setCurrencyValue(float, String) - Method in class com.github.jferard.fastods.RowCellWalkerImpl
-
Deprecated.
- setCurrencyValue(int, String) - Method in class com.github.jferard.fastods.RowCellWalkerImpl
-
Deprecated.
- setCurrencyValue(Number, String) - Method in class com.github.jferard.fastods.RowCellWalkerImpl
-
Deprecated.
- setCurrencyValue(float, String) - Method in interface com.github.jferard.fastods.TableCell
-
Set the currency value of the cell.
- setCurrencyValue(int, String) - Method in interface com.github.jferard.fastods.TableCell
-
Set the currency value of the cell.
- setCurrencyValue(Number, String) - Method in interface com.github.jferard.fastods.TableCell
-
Set the currency value of the cell.
- setCurrencyValue(float, String) - Method in class com.github.jferard.fastods.TableCellImpl
-
- setCurrencyValue(int, String) - Method in class com.github.jferard.fastods.TableCellImpl
-
- setCurrencyValue(Number, String) - Method in class com.github.jferard.fastods.TableCellImpl
-
- setCurrencyValue(float, String) - Method in class com.github.jferard.fastods.TableCellWalker
-
- setCurrencyValue(int, String) - Method in class com.github.jferard.fastods.TableCellWalker
-
- setCurrencyValue(Number, String) - Method in class com.github.jferard.fastods.TableCellWalker
-
- setDataStyle(DataStyle) - Method in class com.github.jferard.fastods.AbstractTableCell
-
- setDataStyle(DataStyle) - Method in class com.github.jferard.fastods.RowCellWalkerImpl
-
Deprecated.
- setDataStyle(DataStyle) - Method in interface com.github.jferard.fastods.TableCell
-
Set a custom data style.
- setDataStyle(DataStyle) - Method in class com.github.jferard.fastods.TableCellImpl
-
- setDataStyle(DataStyle) - Method in class com.github.jferard.fastods.TableCellWalker
-
- setDataStylesMode(Container.Mode) - Method in class com.github.jferard.fastods.AnonymousOdsDocument
-
- setDataStylesMode(Container.Mode) - Method in class com.github.jferard.fastods.NamedOdsDocument
-
- setDataStylesMode(Container.Mode) - Method in class com.github.jferard.fastods.odselement.OdsElements
-
- setDataStylesMode(Container.Mode) - Method in class com.github.jferard.fastods.odselement.StylesContainerImpl
-
- setDataStylesMode(Container.Mode) - Method in interface com.github.jferard.fastods.odselement.StylesModeSetter
-
Set the new mode to use for data styles
- setDateValue(Calendar) - Method in class com.github.jferard.fastods.AbstractTableCell
-
- setDateValue(Date) - Method in class com.github.jferard.fastods.AbstractTableCell
-
- setDateValue(Date) - Method in class com.github.jferard.fastods.RowCellWalkerImpl
-
Deprecated.
- setDateValue(Calendar) - Method in class com.github.jferard.fastods.RowCellWalkerImpl
-
Deprecated.
- setDateValue(Calendar) - Method in interface com.github.jferard.fastods.TableCell
-
Set the date value of the cell.
- setDateValue(Date) - Method in interface com.github.jferard.fastods.TableCell
-
Set the date value of the cell.
- setDateValue(Calendar) - Method in class com.github.jferard.fastods.TableCellImpl
-
- setDateValue(Date) - Method in class com.github.jferard.fastods.TableCellImpl
-
- setDateValue(Date) - Method in class com.github.jferard.fastods.TableCellWalker
-
- setDateValue(Calendar) - Method in class com.github.jferard.fastods.TableCellWalker
-
- setFloatValue(float) - Method in class com.github.jferard.fastods.AbstractTableCell
-
- setFloatValue(int) - Method in class com.github.jferard.fastods.AbstractTableCell
-
- setFloatValue(Number) - Method in class com.github.jferard.fastods.AbstractTableCell
-
- setFloatValue(Number) - Method in class com.github.jferard.fastods.RowCellWalkerImpl
-
Deprecated.
- setFloatValue(float) - Method in class com.github.jferard.fastods.RowCellWalkerImpl
-
Deprecated.
- setFloatValue(int) - Method in class com.github.jferard.fastods.RowCellWalkerImpl
-
Deprecated.
- setFloatValue(float) - Method in interface com.github.jferard.fastods.TableCell
-
Set the float value of the cell.
- setFloatValue(int) - Method in interface com.github.jferard.fastods.TableCell
-
Set the float value of the cell.
- setFloatValue(Number) - Method in interface com.github.jferard.fastods.TableCell
-
Set the float value of the cell.
- setFloatValue(float) - Method in class com.github.jferard.fastods.TableCellImpl
-
- setFloatValue(int) - Method in class com.github.jferard.fastods.TableCellImpl
-
- setFloatValue(Number) - Method in class com.github.jferard.fastods.TableCellImpl
-
- setFloatValue(Number) - Method in class com.github.jferard.fastods.TableCellWalker
-
- setFloatValue(float) - Method in class com.github.jferard.fastods.TableCellWalker
-
- setFloatValue(int) - Method in class com.github.jferard.fastods.TableCellWalker
-
- setFormula(String) - Method in class com.github.jferard.fastods.AbstractTableCell
-
- setFormula(String) - Method in class com.github.jferard.fastods.RowCellWalkerImpl
-
Deprecated.
- setFormula(String) - Method in interface com.github.jferard.fastods.TableCell
-
Sets a formula in an existing cell.
- setFormula(String) - Method in class com.github.jferard.fastods.TableCellImpl
-
- setFormula(String) - Method in class com.github.jferard.fastods.TableCellWalker
-
- setHeaderColumnsCount(int) - Method in class com.github.jferard.fastods.Table
-
- setHeaderRowsCount(int) - Method in class com.github.jferard.fastods.Table
-
- setMasterPageStyleMode(Container.Mode) - Method in class com.github.jferard.fastods.AnonymousOdsDocument
-
- setMasterPageStyleMode(Container.Mode) - Method in class com.github.jferard.fastods.NamedOdsDocument
-
- setMasterPageStyleMode(Container.Mode) - Method in class com.github.jferard.fastods.odselement.OdsElements
-
- setMasterPageStyleMode(Container.Mode) - Method in class com.github.jferard.fastods.odselement.StylesContainerImpl
-
- setMasterPageStyleMode(Container.Mode) - Method in interface com.github.jferard.fastods.odselement.StylesModeSetter
-
Set the new mode to use for master page style
- setMatrixFormula(String) - Method in class com.github.jferard.fastods.AbstractTableCell
-
- setMatrixFormula(String, int, int) - Method in class com.github.jferard.fastods.AbstractTableCell
-
- setMatrixFormula(String) - Method in class com.github.jferard.fastods.RowCellWalkerImpl
-
Deprecated.
- setMatrixFormula(String, int, int) - Method in class com.github.jferard.fastods.RowCellWalkerImpl
-
Deprecated.
- setMatrixFormula(String) - Method in interface com.github.jferard.fastods.TableCell
-
Set a matrix formula
- setMatrixFormula(String, int, int) - Method in interface com.github.jferard.fastods.TableCell
-
Set a matrix formula
- setMatrixFormula(String) - Method in class com.github.jferard.fastods.TableCellImpl
-
- setMatrixFormula(String, int, int) - Method in class com.github.jferard.fastods.TableCellImpl
-
- setMatrixFormula(String) - Method in class com.github.jferard.fastods.TableCellWalker
-
- setMatrixFormula(String, int, int) - Method in class com.github.jferard.fastods.TableCellWalker
-
- setMode(Container.Mode) - Method in class com.github.jferard.fastods.util.Container
-
Set the new mode to use
- setMode(Container.Mode) - Method in class com.github.jferard.fastods.util.MultiContainer
-
Set the new mode to use
- setNegTimeValue(long, long, long, long, long, double) - Method in class com.github.jferard.fastods.AbstractTableCell
-
- setNegTimeValue(long, long, long, long, long, double) - Method in class com.github.jferard.fastods.RowCellWalkerImpl
-
Deprecated.
- setNegTimeValue(long, long, long, long, long, double) - Method in interface com.github.jferard.fastods.TableCell
-
Set the time value of the cell.
- setNegTimeValue(long, long, long, long, long, double) - Method in class com.github.jferard.fastods.TableCellImpl
-
- setNegTimeValue(long, long, long, long, long, double) - Method in class com.github.jferard.fastods.TableCellWalker
-
- setObjectStyleMode(Container.Mode) - Method in class com.github.jferard.fastods.AnonymousOdsDocument
-
- setObjectStyleMode(Container.Mode) - Method in class com.github.jferard.fastods.NamedOdsDocument
-
- setObjectStyleMode(Container.Mode) - Method in class com.github.jferard.fastods.odselement.OdsElements
-
- setObjectStyleMode(Container.Mode) - Method in class com.github.jferard.fastods.odselement.StylesContainerImpl
-
- setObjectStyleMode(Container.Mode) - Method in interface com.github.jferard.fastods.odselement.StylesModeSetter
-
Set the new mode to use for styles in content.xml/automatic-styles, styles.xml/styles and
styles.xml/automatic-styles
- setPageLayoutStyleMode(Container.Mode) - Method in class com.github.jferard.fastods.AnonymousOdsDocument
-
- setPageLayoutStyleMode(Container.Mode) - Method in class com.github.jferard.fastods.NamedOdsDocument
-
- setPageLayoutStyleMode(Container.Mode) - Method in class com.github.jferard.fastods.odselement.OdsElements
-
- setPageLayoutStyleMode(Container.Mode) - Method in class com.github.jferard.fastods.odselement.StylesContainerImpl
-
- setPageLayoutStyleMode(Container.Mode) - Method in interface com.github.jferard.fastods.odselement.StylesModeSetter
-
Set the new mode to use for page layout style
- setPageStyleMode(Container.Mode) - Method in class com.github.jferard.fastods.AnonymousOdsDocument
-
- setPageStyleMode(Container.Mode) - Method in class com.github.jferard.fastods.NamedOdsDocument
-
- setPageStyleMode(Container.Mode) - Method in class com.github.jferard.fastods.odselement.OdsElements
-
- setPageStyleMode(Container.Mode) - Method in class com.github.jferard.fastods.odselement.StylesContainerImpl
-
- setPageStyleMode(Container.Mode) - Method in interface com.github.jferard.fastods.odselement.StylesModeSetter
-
Set the new mode to use for page style
- setPercentageValue(float) - Method in class com.github.jferard.fastods.AbstractTableCell
-
- setPercentageValue(int) - Method in class com.github.jferard.fastods.AbstractTableCell
-
- setPercentageValue(Number) - Method in class com.github.jferard.fastods.AbstractTableCell
-
- setPercentageValue(Number) - Method in class com.github.jferard.fastods.RowCellWalkerImpl
-
Deprecated.
- setPercentageValue(float) - Method in class com.github.jferard.fastods.RowCellWalkerImpl
-
Deprecated.
- setPercentageValue(int) - Method in class com.github.jferard.fastods.RowCellWalkerImpl
-
Deprecated.
- setPercentageValue(float) - Method in interface com.github.jferard.fastods.TableCell
-
Set the percentage value of the cell.
- setPercentageValue(int) - Method in interface com.github.jferard.fastods.TableCell
-
- setPercentageValue(Number) - Method in interface com.github.jferard.fastods.TableCell
-
Set the percentage value of the cell.
- setPercentageValue(int) - Method in class com.github.jferard.fastods.TableCellImpl
-
- setPercentageValue(float) - Method in class com.github.jferard.fastods.TableCellImpl
-
- setPercentageValue(Number) - Method in class com.github.jferard.fastods.TableCellImpl
-
- setPercentageValue(Number) - Method in class com.github.jferard.fastods.TableCellWalker
-
- setPercentageValue(float) - Method in class com.github.jferard.fastods.TableCellWalker
-
- setPercentageValue(int) - Method in class com.github.jferard.fastods.TableCellWalker
-
- setRowAttribute(String, CharSequence) - Method in class com.github.jferard.fastods.TableCellWalker
-
- setRowAttribute(String, CharSequence) - Method in interface com.github.jferard.fastods.TableRow
-
Add an attribute to a row
- setRowAttribute(String, CharSequence) - Method in class com.github.jferard.fastods.TableRowImpl
-
- setRowDefaultCellStyle(TableCellStyle) - Method in class com.github.jferard.fastods.TableCellWalker
-
- setRowDefaultCellStyle(TableCellStyle) - Method in interface com.github.jferard.fastods.TableRow
-
Set the cell style for the cell of this row to ts.
- setRowDefaultCellStyle(TableCellStyle) - Method in class com.github.jferard.fastods.TableRowImpl
-
- setRowFormat(DataStyles) - Method in class com.github.jferard.fastods.TableCellWalker
-
- setRowFormat(DataStyles) - Method in interface com.github.jferard.fastods.TableRow
-
Add a format to this TableRow
- setRowFormat(DataStyles) - Method in class com.github.jferard.fastods.TableRowImpl
-
- setRowsSpanned(int) - Method in class com.github.jferard.fastods.AbstractTableCell
-
- setRowsSpanned(int) - Method in class com.github.jferard.fastods.RowCellWalkerImpl
-
Deprecated.
- setRowsSpanned(int, int, int) - Method in class com.github.jferard.fastods.Table
-
Set a span over rows
- setRowsSpanned(int) - Method in interface com.github.jferard.fastods.TableCell
-
Create a span over cells below
- setRowsSpanned(int) - Method in class com.github.jferard.fastods.TableCellImpl
-
- setRowsSpanned(int) - Method in class com.github.jferard.fastods.TableCellWalker
-
- setRowsSpanned(int, int) - Method in class com.github.jferard.fastods.TableRowImpl
-
Add a span across rows
- setRowStyle(TableRowStyle) - Method in class com.github.jferard.fastods.TableCellWalker
-
- setRowStyle(TableRowStyle) - Method in interface com.github.jferard.fastods.TableRow
-
Set the row style
- setRowStyle(TableRowStyle) - Method in class com.github.jferard.fastods.TableRowImpl
-
- setStringValue(String) - Method in class com.github.jferard.fastods.AbstractTableCell
-
- setStringValue(String) - Method in class com.github.jferard.fastods.RowCellWalkerImpl
-
Deprecated.
- setStringValue(String) - Method in interface com.github.jferard.fastods.TableCell
-
Set the string value for a cell.
- setStringValue(String) - Method in class com.github.jferard.fastods.TableCellImpl
-
- setStringValue(String) - Method in class com.github.jferard.fastods.TableCellWalker
-
- setStyle(TableCellStyle) - Method in class com.github.jferard.fastods.AbstractTableCell
-
- setStyle(TableCellStyle) - Method in class com.github.jferard.fastods.RowCellWalkerImpl
-
Deprecated.
- setStyle(TableStyle) - Method in class com.github.jferard.fastods.Table
-
Set a new TableFamilyStyle
- setStyle(TableCellStyle) - Method in interface com.github.jferard.fastods.TableCell
-
Set a style for this cell
- setStyle(TableCellStyle) - Method in class com.github.jferard.fastods.TableCellImpl
-
- setStyle(TableCellStyle) - Method in class com.github.jferard.fastods.TableCellWalker
-
- setTables(List<Table>) - Method in class com.github.jferard.fastods.odselement.Settings
-
Set the tables (replace all existing tables)
- setTables(List<Table>) - Method in class com.github.jferard.fastods.odselement.SettingsElement
-
Set the tables
- setText(Text) - Method in class com.github.jferard.fastods.AbstractTableCell
-
- setText(Text) - Method in class com.github.jferard.fastods.RowCellWalkerImpl
-
Deprecated.
- setText(Text) - Method in interface com.github.jferard.fastods.TableCell
-
Set a text in this cell.
- setText(Text) - Method in class com.github.jferard.fastods.TableCellImpl
-
- setText(Text) - Method in class com.github.jferard.fastods.TableCellWalker
-
- setTimeValue(long) - Method in class com.github.jferard.fastods.AbstractTableCell
-
- setTimeValue(long, long, long, long, long, double) - Method in class com.github.jferard.fastods.AbstractTableCell
-
- setTimeValue(long) - Method in class com.github.jferard.fastods.RowCellWalkerImpl
-
Deprecated.
- setTimeValue(long, long, long, long, long, double) - Method in class com.github.jferard.fastods.RowCellWalkerImpl
-
Deprecated.
- setTimeValue(long) - Method in interface com.github.jferard.fastods.TableCell
-
Set the time value of the cell.
- setTimeValue(long, long, long, long, long, double) - Method in interface com.github.jferard.fastods.TableCell
-
Set the time value of the cell.
- setTimeValue(long) - Method in class com.github.jferard.fastods.TableCellImpl
-
- setTimeValue(long, long, long, long, long, double) - Method in class com.github.jferard.fastods.TableCellImpl
-
- setTimeValue(long) - Method in class com.github.jferard.fastods.TableCellWalker
-
- setTimeValue(long, long, long, long, long, double) - Method in class com.github.jferard.fastods.TableCellWalker
-
- Settings - Class in com.github.jferard.fastods.odselement
-
3.10 office:settings
A typical settings.xml file has two config-item-sets:
ooo:view-settings
config-items for the view settings
config-item-map-indexed with a config-item-map-entry per view
config-items of the view
a config-item-map-named with a config-item-map-entry per table
config-items of the table in the view
ooo:configuration-settings
config-items for the configuration settings
- SETTINGS_NAMESPACE_BY_PREFIX - Static variable in class com.github.jferard.fastods.odselement.SettingsElement
-
- SettingsElement - Class in com.github.jferard.fastods.odselement
-
3.1.3.5 office:document-settings and 3.10 office:settings
A typical settings.xml file has two config-item-sets:
ooo:view-settings
config-items for the view settings
config-item-map-indexed with a config-item-map-entry per
view
config-items of the view
a config-item-map-named with a config-item-map
-entry per table
config-items of the table in the wiew
ooo:configuration-settings
config-items for the configuration settings
*
- setToCell(TableCell) - Method in class com.github.jferard.fastods.BooleanValue
-
- setToCell(TableCell) - Method in interface com.github.jferard.fastods.CellValue
-
Set this value in the cell
- setToCell(TableCell) - Method in class com.github.jferard.fastods.CurrencyValue
-
- setToCell(TableCell) - Method in class com.github.jferard.fastods.DateValue
-
- setToCell(TableCell) - Method in class com.github.jferard.fastods.FloatValue
-
- setToCell(TableCell) - Method in class com.github.jferard.fastods.PercentageValue
-
- setToCell(TableCell) - Method in class com.github.jferard.fastods.StringValue
-
- setToCell(TableCell) - Method in class com.github.jferard.fastods.TextValue
-
- setToCell(TableCell) - Method in class com.github.jferard.fastods.TimeValue
-
- setToCell(TableCell) - Method in class com.github.jferard.fastods.VoidValue
-
- setTooltip(String) - Method in class com.github.jferard.fastods.AbstractTableCell
-
- setTooltip(String, Length, Length, boolean) - Method in class com.github.jferard.fastods.AbstractTableCell
-
- setTooltip(Tooltip) - Method in class com.github.jferard.fastods.AbstractTableCell
-
- setTooltip(String) - Method in class com.github.jferard.fastods.RowCellWalkerImpl
-
Deprecated.
- setTooltip(String, Length, Length, boolean) - Method in class com.github.jferard.fastods.RowCellWalkerImpl
-
Deprecated.
- setTooltip(Tooltip) - Method in class com.github.jferard.fastods.RowCellWalkerImpl
-
Deprecated.
- setTooltip(String) - Method in interface com.github.jferard.fastods.TableCell
-
Add a tooltip to the cell
- setTooltip(String, Length, Length, boolean) - Method in interface com.github.jferard.fastods.TableCell
-
Add a tooltip to the cell
- setTooltip(Tooltip) - Method in interface com.github.jferard.fastods.TableCell
-
Add a tooltip to the cell
- setTooltip(String) - Method in class com.github.jferard.fastods.TableCellImpl
-
- setTooltip(String, Length, Length, boolean) - Method in class com.github.jferard.fastods.TableCellImpl
-
- setTooltip(Tooltip) - Method in class com.github.jferard.fastods.TableCellImpl
-
- setTooltip(String) - Method in class com.github.jferard.fastods.TableCellWalker
-
- setTooltip(String, Length, Length, boolean) - Method in class com.github.jferard.fastods.TableCellWalker
-
- setTooltip(Tooltip) - Method in class com.github.jferard.fastods.TableCellWalker
-
- setValidation(Validation) - Method in class com.github.jferard.fastods.AbstractTableCell
-
- setValidation(Validation) - Method in class com.github.jferard.fastods.RowCellWalkerImpl
-
Deprecated.
- setValidation(Validation) - Method in interface com.github.jferard.fastods.TableCell
-
Set a content validation on this cell
- setValidation(Validation) - Method in class com.github.jferard.fastods.TableCellImpl
-
- setValidation(Validation) - Method in class com.github.jferard.fastods.TableCellWalker
-
- setValue(String) - Method in class com.github.jferard.fastods.odselement.config.ConfigItem
-
Set the value of the item
- setViewSetting(String, String, String) - Method in class com.github.jferard.fastods.AnonymousOdsDocument
-
- setViewSetting(String, String, String) - Method in class com.github.jferard.fastods.NamedOdsDocument
-
- setViewSetting(String, String, String) - Method in interface com.github.jferard.fastods.OdsDocument
-
Set a view setting
- setViewSetting(String, String, String) - Method in class com.github.jferard.fastods.odselement.OdsElements
-
Set a view setting
- setViewSetting(String, String, String) - Method in class com.github.jferard.fastods.odselement.Settings
-
Set a view setting
- setViewSetting(String, String, String) - Method in class com.github.jferard.fastods.odselement.SettingsElement
-
Set a view setting
- setVoidValue() - Method in class com.github.jferard.fastods.AbstractTableCell
-
- setVoidValue() - Method in class com.github.jferard.fastods.RowCellWalkerImpl
-
Deprecated.
- setVoidValue() - Method in interface com.github.jferard.fastods.TableCell
-
Set a void value in this cell
- setVoidValue() - Method in class com.github.jferard.fastods.TableCellImpl
-
- setVoidValue() - Method in class com.github.jferard.fastods.TableCellWalker
-
- Shape - Interface in com.github.jferard.fastods
-
See 9.2.8 table:shapes
- ShowableBuilder<T> - Interface in com.github.jferard.fastods.style
-
A builder for a style that may go in automatic or common styles
- simpleBuilder() - Static method in class com.github.jferard.fastods.PageSection
-
Create a builder for a simple builder, ie a builder for a footer/header with only a center
region
- SimpleColor - Enum in com.github.jferard.fastods.attribute
-
The Color class provides access to standard LibreOffice colors in hex format.
- simpleFooter(String, TextStyle) - Static method in class com.github.jferard.fastods.PageSection
-
Create a simple footer, with a styled text
- simpleHeader(String, TextStyle) - Static method in class com.github.jferard.fastods.PageSection
-
Create a simple header, with a styled text
- SimpleLength - Class in com.github.jferard.fastods.attribute
-
Created by jferard on 09/04/17.
- SimpleLength.Unit - Enum in com.github.jferard.fastods.attribute
-
A unit.
- SimplePageSectionBuilder - Class in com.github.jferard.fastods
-
styles.xml/office:document-styles/office:master-styles/style:master-
page/style:footer
styles.xml/office:document-styles/office:master-styles/style:master-
page/style:header
- size() - Method in interface com.github.jferard.fastods.odselement.config.ConfigItemCollection
-
- size() - Method in class com.github.jferard.fastods.odselement.config.ConfigItemMapEntrySequence
-
- size() - Method in class com.github.jferard.fastods.odselement.config.ConfigItemMapEntrySet
-
- size() - Method in class com.github.jferard.fastods.odselement.config.ConfigItemMapEntrySingleton
-
- size() - Method in class com.github.jferard.fastods.odselement.config.ConfigItemMapIndexed
-
- size() - Method in class com.github.jferard.fastods.odselement.config.ConfigItemMapNamed
-
- size() - Method in class com.github.jferard.fastods.odselement.config.ConfigItemSet
-
- size() - Method in class com.github.jferard.fastods.util.FullList
-
- size() - Method in class com.github.jferard.fastods.util.UniqueList
-
- SLASH - Static variable in class com.github.jferard.fastods.datastyle.DateTimeStyleFormat
-
A slash
- SOURCE_CODE_PRO - Static variable in class com.github.jferard.fastods.style.LOFonts
-
Font Source Code Pro
Variants/styles/subfamilies: Regular, Bold
Type: Mono
Coverage: Latin
Added in: LO 4.0
- SOURCE_SANS_PRO - Static variable in class com.github.jferard.fastods.style.LOFonts
-
Font Source Sans Pro
Variants/styles/subfamilies: Regular, Bold, Italic, Bold Italic, Black, Black Italic,
Extralight, Extralight Italic, Light, Light Italic, Semibold, Semibold Italic
Type: Sans
Coverage: Latin, Cyrillic, Greek
Added in: LO 4.0
- SOURCE_SERIF_PRO - Static variable in class com.github.jferard.fastods.style.LOFonts
-
Font Source Serif Pro
Variants/styles/subfamilies: Regular, Bold, Italic, Bold Italic
Type: Serif
Coverage: Latin, Cyrillic
Added in: LO 6.2
- SPACE - Static variable in class com.github.jferard.fastods.datastyle.DateTimeStyleFormat
-
A space
- SPACE_CHAR - Static variable in class com.github.jferard.fastods.util.XMLUtil
-
A space char for append
- SPACE_TEXT - Static variable in class com.github.jferard.fastods.datastyle.CurrencyStyle
-
A simple space a text
- span(String) - Method in class com.github.jferard.fastods.ParagraphBuilder
-
Create a span in the current paragraph.
- Span - Class in com.github.jferard.fastods
-
6.1.7 text:span
- Span(String) - Constructor for class com.github.jferard.fastods.Span
-
Create a span with some text
- Span(String, TextStyle) - Constructor for class com.github.jferard.fastods.Span
-
Create a span with some text
- span(String) - Method in class com.github.jferard.fastods.TextBuilder
-
Create a span in the current paragraph.
- SQLToCellValueConverter - Class in com.github.jferard.fastods.tool
-
A converter SQL to OpenDocument cell value
- SQLToCellValueConverter.IntervalConverter - Interface in com.github.jferard.fastods.tool
-
JDBC does not provide a way to identify SQL Intervals.
- StandardOdsEntry - Class in com.github.jferard.fastods.odselement
-
4.3 manifest:file-entry
A standard entry (DEFLATE)
- StandardOdsEntry(String, CharSequence, CharSequence) - Constructor for class com.github.jferard.fastods.odselement.StandardOdsEntry
-
- startKeyGenerationName(String) - Method in class com.github.jferard.fastods.odselement.EncryptParametersBuilder
-
- startKeySize(int) - Method in class com.github.jferard.fastods.odselement.EncryptParametersBuilder
-
- StringUtil - Class in com.github.jferard.fastods.util
-
This class implements the infamous missing feature of Java 6 Strings.
- StringUtil() - Constructor for class com.github.jferard.fastods.util.StringUtil
-
- StringValue - Class in com.github.jferard.fastods
-
A cell value of string type
- StringValue(String) - Constructor for class com.github.jferard.fastods.StringValue
-
- style(GraphicStyle) - Method in class com.github.jferard.fastods.DrawFrameBuilder
-
- style(TextStyle) - Method in class com.github.jferard.fastods.LinkBuilder
-
- style(TextStyle) - Method in class com.github.jferard.fastods.ParagraphBuilder
-
Set the paragraph style
- Style - Interface in com.github.jferard.fastods.util
-
A style (data style or object style)
- StyleBuilder<S> - Interface in com.github.jferard.fastods.util
-
A style builder
- styledContent(String, TextStyle) - Method in class com.github.jferard.fastods.PageSectionBuilder
-
- styledContent(String, TextStyle) - Static method in class com.github.jferard.fastods.Text
-
Create a simple Text object with a style
- styledLink(String, TextStyle, String) - Method in class com.github.jferard.fastods.ParagraphBuilder
-
Create a styled link in the current paragraph.
- styledLink(String, TextStyle, Table) - Method in class com.github.jferard.fastods.ParagraphBuilder
-
Create a styled link in the current paragraph.
- styledLink(String, TextStyle, File) - Method in class com.github.jferard.fastods.ParagraphBuilder
-
Create a styled link in the current paragraph.
- styledLink(String, TextStyle, URL) - Method in class com.github.jferard.fastods.ParagraphBuilder
-
Create a styled link in the current paragraph.
- styledLink(String, TextStyle, URI) - Method in class com.github.jferard.fastods.ParagraphBuilder
-
Create a styled link in the current paragraph.
- styledLink(String, TextStyle, Table) - Method in class com.github.jferard.fastods.TextBuilder
-
Create a styled link in the current paragraph.
- styledLink(String, TextStyle, File) - Method in class com.github.jferard.fastods.TextBuilder
-
Create a styled link in the current paragraph.
- styledLink(String, TextStyle, URL) - Method in class com.github.jferard.fastods.TextBuilder
-
Create a styled link in the current paragraph.
- styledLink(String, TextStyle, URI) - Method in class com.github.jferard.fastods.TextBuilder
-
Create a styled link in the current paragraph.
- styledLink(String, TextStyle, String) - Method in class com.github.jferard.fastods.TextBuilder
-
Create a styled link in the current paragraph.
- styledSpan(String, TextStyle) - Method in class com.github.jferard.fastods.ParagraphBuilder
-
Create a styled span with a text content
- styledSpan(String, TextStyle) - Method in class com.github.jferard.fastods.TextBuilder
-
Adds a TextStyle and text to the footer/header region specified by
region.
- STYLES_NAMESPACE_BY_PREFIX - Static variable in class com.github.jferard.fastods.odselement.StylesElement
-
- StylesContainer - Interface in com.github.jferard.fastods.odselement
-
A container for styles
- StylesContainerImpl - Class in com.github.jferard.fastods.odselement
-
content.xml/office:document-content
- StylesContainerImpl.Dest - Enum in com.github.jferard.fastods.odselement
-
A destination.
- StylesElement - Class in com.github.jferard.fastods.odselement
-
styles.xml/office:document-styles
- StylesElement(StylesContainerImpl) - Constructor for class com.github.jferard.fastods.odselement.StylesElement
-
- StylesModeSetter - Interface in com.github.jferard.fastods.odselement
-
- subject(String) - Method in class com.github.jferard.fastods.odselement.MetaElementBuilder
-
- subList(int, int) - Method in class com.github.jferard.fastods.util.FastFullList
-
- subList(int, int) - Method in class com.github.jferard.fastods.util.FullList
-
- SVGRectangle - Class in com.github.jferard.fastods.util
-
- SVGRectangle(Length, Length, Length, Length) - Constructor for class com.github.jferard.fastods.util.SVGRectangle
-
- table(String) - Method in class com.github.jferard.fastods.ref.CellRefBuilder
-
Set the table name
- table(Table) - Method in class com.github.jferard.fastods.ref.CellRefBuilder
-
Set the table name
- table(String) - Method in class com.github.jferard.fastods.ref.RangeRefBuilder
-
Set the table name
- table(Table) - Method in class com.github.jferard.fastods.ref.RangeRefBuilder
-
Set the table name
- table(String) - Method in class com.github.jferard.fastods.ref.TableRefBuilder
-
Set the table name relative
- table(Table) - Method in class com.github.jferard.fastods.ref.TableRefBuilder
-
Set the table name
- Table - Class in com.github.jferard.fastods
-
OpenDocument 9.1.2 table:table
- TABLE_CELL_SEP - Static variable in class com.github.jferard.fastods.ref.CellRef
-
The separator for the ref.
- TableCell - Interface in com.github.jferard.fastods
-
A TableCell represents a cell in a spreadsheet sheet.
- TableCellImpl - Class in com.github.jferard.fastods
-
WHERE ?
- TableCellStyle - Class in com.github.jferard.fastods.style
-
WHERE ?
- TableCellStyleBuilder - Class in com.github.jferard.fastods.style
-
- TableCellStyleBuilder(String, boolean, Borders, Margins, DataStyle, Color, TextProperties, CellAlign, VerticalAlign, boolean, TableCellStyle, Angle) - Constructor for class com.github.jferard.fastods.style.TableCellStyleBuilder
-
Reserved to TableCellStyle.toBuilder()
- TableCellWalker - Class in com.github.jferard.fastods
-
- TableColumn - Interface in com.github.jferard.fastods
-
9.1.6 table:table-column
A column.
- TableColumnImpl - Class in com.github.jferard.fastods
-
9.1.6 table:table-column
A column.
- TableColumnImpl() - Constructor for class com.github.jferard.fastods.TableColumnImpl
-
- TableColumnStyle - Class in com.github.jferard.fastods.style
-
- TableColumnStyleBuilder - Class in com.github.jferard.fastods.style
-
- tableCount() - Method in class com.github.jferard.fastods.AnonymousOdsDocument
-
- tableCount() - Method in class com.github.jferard.fastods.NamedOdsDocument
-
- tableCount() - Method in interface com.github.jferard.fastods.OdsDocument
-
Gets the number of the last table.
- TableHelper - Class in com.github.jferard.fastods.tool
-
A table helper
- TableHelper(PositionUtil) - Constructor for class com.github.jferard.fastods.tool.TableHelper
-
Create the table helper.
- TableNameUtil - Class in com.github.jferard.fastods.ref
-
A TableNameUtil checks the table name and escapes it.
- TableNameUtil() - Constructor for class com.github.jferard.fastods.ref.TableNameUtil
-
- TableRef - Class in com.github.jferard.fastods.ref
-
A reference to a table
- TableRef(TableNameUtil, String, String, int) - Constructor for class com.github.jferard.fastods.ref.TableRef
-
- TableRefBuilder - Class in com.github.jferard.fastods.ref
-
A position builder: file + table + row/col
- TableRow - Interface in com.github.jferard.fastods
-
- TableRowImpl - Class in com.github.jferard.fastods
-
9.1.3 table:table-row
- TableRowStyle - Class in com.github.jferard.fastods.style
-
- TableRowStyleBuilder - Class in com.github.jferard.fastods.style
-
- TableRowWalker - Interface in com.github.jferard.fastods
-
A walker over cells
- TableStyle - Class in com.github.jferard.fastods.style
-
content.xml/office:document-content/office:automatic-styles
- TableStyleBuilder - Class in com.github.jferard.fastods.style
-
A builder for table styles
- Tag - Interface in com.github.jferard.fastods
-
A tag or tag parameters
- TagParameters - Interface in com.github.jferard.fastods
-
A tag parameters
- text(String) - Static method in class com.github.jferard.fastods.datastyle.DateTimeStyleFormat
-
A free text
- text(String) - Method in class com.github.jferard.fastods.datastyle.TextDataStyleBuilder
-
- text(Text) - Method in class com.github.jferard.fastods.PageSectionBuilder
-
- Text - Class in com.github.jferard.fastods
-
The Text class represents a text in a footer/header region or the text in a cell.
- TEXT_DATE - Static variable in class com.github.jferard.fastods.Text
-
7.3.2 text:date "The text:date element displays a date, by default this is the current
date."
- TEXT_FILE_NAME - Static variable in class com.github.jferard.fastods.Text
-
7.3.9 text:file-name "The text:file-name element represents a field that displays the
name of a file that
is being edited."
- TEXT_PAGE_COUNT - Static variable in class com.github.jferard.fastods.Text
-
7.5.18.2 text:page-count
- TEXT_PAGE_NUMBER - Static variable in class com.github.jferard.fastods.Text
-
7.3.4 text:page-number "The text:page-number element displays the current page number."
- TEXT_SHEET_NAME - Static variable in class com.github.jferard.fastods.Text
-
7.3.11 text:sheet-name "The text:sheet-name element displays represents the name of a
sheet that is
currently being edited in a Spreadsheet document."
- TEXT_TIME - Static variable in class com.github.jferard.fastods.Text
-
7.3.3 text:time "The text:time element displays a time, by default this is the current
time."
- textAlign(CellAlign) - Method in class com.github.jferard.fastods.style.TableCellStyleBuilder
-
Set the alignment of text.
- TextBuilder - Class in com.github.jferard.fastods
-
A text builder builds a text block: list of paragraphs.
- TextDataStyle - Class in com.github.jferard.fastods.datastyle
-
16.27.25 number:text-style
- TextDataStyleBuilder - Class in com.github.jferard.fastods.datastyle
-
16.27.25 number:text-style
- TextDataStyleBuilder(String, Locale) - Constructor for class com.github.jferard.fastods.datastyle.TextDataStyleBuilder
-
Create a new text style with the name name.
- TextProperties - Class in com.github.jferard.fastods.style
-
OpenDocument 16.27.28
- TextProperties.Underline - Enum in com.github.jferard.fastods.style
-
20.380 : none,solid,dotted,dash,long-dash,dot-dash,dot-dot-dash,wave
- TextPropertiesBuilder - Class in com.github.jferard.fastods.style
-
- textRotating(Angle) - Method in class com.github.jferard.fastods.style.TableCellStyleBuilder
-
Set text rotation angle
- textStyle(TextStyle) - Method in class com.github.jferard.fastods.DrawFrameBuilder
-
- TextStyle - Class in com.github.jferard.fastods.style
-
OpenDocument 16.27.28
- TextStyleBuilder - Class in com.github.jferard.fastods.style
-
A builder for text styles
- TEXTUAL_DAY - Static variable in class com.github.jferard.fastods.datastyle.DateTimeStyleFormat
-
16.27.11 number:day
the day, textual version
- TEXTUAL_MONTH - Static variable in class com.github.jferard.fastods.datastyle.DateTimeStyleFormat
-
16.27.12 number:month
A month name
- TextValue - Class in com.github.jferard.fastods
-
A text value
- TextValue(Text) - Constructor for class com.github.jferard.fastods.TextValue
-
- timeFormat(DateTimeStyleFormat) - Method in class com.github.jferard.fastods.datastyle.TimeStyleBuilder
-
Set the time format
- TimeStyle - Class in com.github.jferard.fastods.datastyle
-
content.xml/office:document-content/office:automatic-styles/number:
time-style styles.xml/office:document-styles/office:styles/number:time-style
- TimeStyle.Format - Class in com.github.jferard.fastods.datastyle
-
A time format
- timeStyleBuilder() - Method in class com.github.jferard.fastods.datastyle.DataStylesBuilder
-
- TimeStyleBuilder - Class in com.github.jferard.fastods.datastyle
-
- TimeStyleBuilder(String, Locale) - Constructor for class com.github.jferard.fastods.datastyle.TimeStyleBuilder
-
Create a new date style with the name name.
- TimeValue - Class in com.github.jferard.fastods
-
A time value
- TimeValue(boolean, long, long, long, long, long, double) - Constructor for class com.github.jferard.fastods.TimeValue
-
Create a new time value.
- title(String) - Method in class com.github.jferard.fastods.odselement.MetaElementBuilder
-
- TMMMMYYYY - Static variable in class com.github.jferard.fastods.datastyle.DateStyle.Format
-
Set the date format like '10.July 2012'.
- to(Table) - Method in class com.github.jferard.fastods.LinkBuilder
-
- to(TableRef) - Method in class com.github.jferard.fastods.LinkBuilder
-
- to(String) - Method in class com.github.jferard.fastods.LinkBuilder
-
- to(File) - Method in class com.github.jferard.fastods.LinkBuilder
-
- to(URL) - Method in class com.github.jferard.fastods.LinkBuilder
-
- to(URI) - Method in class com.github.jferard.fastods.LinkBuilder
-
- to(int) - Method in interface com.github.jferard.fastods.RowCellWalker
-
Set the walker on the row
- to(int) - Method in class com.github.jferard.fastods.RowCellWalkerImpl
-
Deprecated.
- to(int) - Method in class com.github.jferard.fastods.TableCellWalker
-
- toAbsColumn(int) - Method in class com.github.jferard.fastods.ref.RangeRefBuilder
-
Set the column absolute
- toAbsRow(int) - Method in class com.github.jferard.fastods.ref.RangeRefBuilder
-
Set the r absolute
- toArray() - Method in class com.github.jferard.fastods.util.FullList
-
- toArray(T[]) - Method in class com.github.jferard.fastods.util.FullList
-
- toBuilder() - Method in class com.github.jferard.fastods.style.Borders
-
- toBuilder() - Method in class com.github.jferard.fastods.style.Margins
-
- toBuilder(String) - Method in class com.github.jferard.fastods.style.TableCellStyle
-
- toBuilder() - Method in class com.github.jferard.fastods.style.TextProperties
-
- toCellAddress(int, int) - Method in class com.github.jferard.fastods.ref.PositionUtil
-
Return the Excel/OO/LO address of a cell
- toCellAddress(Table, int, int) - Method in class com.github.jferard.fastods.ref.PositionUtil
-
the Excel/OO/LO address of a cell, preceded by the table name
- ToCellValueConverter - Interface in com.github.jferard.fastods
-
The value of a cell
- toColumn(int) - Method in class com.github.jferard.fastods.ref.RangeRefBuilder
-
Set the column
- Tooltip - Class in com.github.jferard.fastods
-
- TooltipBuilder - Class in com.github.jferard.fastods
-
- TooltipBuilder(String) - Constructor for class com.github.jferard.fastods.TooltipBuilder
-
- top(BorderAttribute) - Method in class com.github.jferard.fastods.style.BordersBuilder
-
Set the top border
- top(Length, Color, BorderStyle) - Method in class com.github.jferard.fastods.style.BordersBuilder
-
Set the top border
- top(Length) - Method in class com.github.jferard.fastods.style.MarginsBuilder
-
Set the top margin.
- toRangeAddress(int, int, int, int) - Method in class com.github.jferard.fastods.ref.PositionUtil
-
Return the Excel/OO/LO address of a range
- toRangeAddress(Table, int, int, int, int) - Method in class com.github.jferard.fastods.ref.PositionUtil
-
Return the Excel/OO/LO address of a range, preceded by the table name
- toRow(int) - Method in class com.github.jferard.fastods.ref.RangeRefBuilder
-
Set the r
- toRow(int) - Method in class com.github.jferard.fastods.TableCellWalker
-
- toRow(int) - Method in interface com.github.jferard.fastods.TableRowWalker
-
Set the walker on the table
- toString() - Method in class com.github.jferard.fastods.attribute.AbsoluteLength
-
- toString() - Method in class com.github.jferard.fastods.attribute.Angle
-
- toString() - Method in class com.github.jferard.fastods.attribute.BorderAttribute
-
- toString() - Method in enum com.github.jferard.fastods.attribute.FieldOrientation
-
- toString() - Method in enum com.github.jferard.fastods.attribute.FilterOperator
-
- toString() - Method in enum com.github.jferard.fastods.attribute.PilotStandardFunction
-
- toString() - Method in enum com.github.jferard.fastods.attribute.ScriptEvent
-
- toString() - Method in class com.github.jferard.fastods.attribute.SimpleLength
-
- toString() - Method in class com.github.jferard.fastods.DateValue
-
- toString() - Method in class com.github.jferard.fastods.FloatValue
-
- toString() - Method in enum com.github.jferard.fastods.odselement.config.ConfigElementType
-
- toString() - Method in class com.github.jferard.fastods.odselement.StandardOdsEntry
-
- toString() - Method in class com.github.jferard.fastods.ref.CellRef
-
Returns the address of a cell, in Excel/OO/LO format.
- toString() - Method in class com.github.jferard.fastods.ref.RangeRef
-
Returns the address of a range
Remainder: [[filename#][$]table-name.]col row:col row
- toString() - Method in class com.github.jferard.fastods.ref.TableRef
-
Returns the address of a table in Excel/OO/LO format.
- toString() - Method in class com.github.jferard.fastods.StringValue
-
- toString() - Method in class com.github.jferard.fastods.style.Borders
-
- toString() - Method in class com.github.jferard.fastods.style.Margins
-
- toString() - Method in class com.github.jferard.fastods.TimeValue
-
- toString() - Method in class com.github.jferard.fastods.util.FullList
-
- toString(int) - Method in class com.github.jferard.fastods.util.IntegerRepresentationCache
-
- toString() - Method in class com.github.jferard.fastods.util.MultiContainer
-
- typeValue(int, CellType) - Method in class com.github.jferard.fastods.tool.ResultSetDataWrapperBuilder
-
Give a hint for a column type
- Validation - Class in com.github.jferard.fastods.util
-
- Validation(String, String, boolean, CellRef, DisplayList, ErrorMessage) - Constructor for class com.github.jferard.fastods.util.Validation
-
- ValidationBuilder - Class in com.github.jferard.fastods.util
-
A builder for cell content validation.
- ValidationBuilder(String) - Constructor for class com.github.jferard.fastods.util.ValidationBuilder
-
- ValidationsContainer - Class in com.github.jferard.fastods
-
Like style container.
- ValidationsContainer() - Constructor for class com.github.jferard.fastods.ValidationsContainer
-
- valueOf(String) - Static method in enum com.github.jferard.fastods.attribute.Angle.Unit
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.jferard.fastods.attribute.BorderAttribute.Position
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.jferard.fastods.attribute.BorderStyle
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.jferard.fastods.attribute.CellAlign
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.jferard.fastods.attribute.CellType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.jferard.fastods.attribute.DisplayList
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.jferard.fastods.attribute.FieldOrientation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.jferard.fastods.attribute.FilterOperator
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.jferard.fastods.attribute.FilterType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.jferard.fastods.attribute.FormatSource
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.jferard.fastods.attribute.MessageType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.jferard.fastods.attribute.PageCentering
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.jferard.fastods.attribute.PagePrintOrientation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.jferard.fastods.attribute.PageWritingMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.jferard.fastods.attribute.PilotStandardFunction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.jferard.fastods.attribute.ScriptEvent
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.jferard.fastods.attribute.SimpleColor
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.jferard.fastods.attribute.SimpleLength.Unit
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.jferard.fastods.attribute.VerticalAlign
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.jferard.fastods.datastyle.CurrencyStyle.SymbolPosition
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.jferard.fastods.odselement.config.ConfigElement
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.jferard.fastods.odselement.config.ConfigElementType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.jferard.fastods.odselement.MetaValueType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.jferard.fastods.odselement.StylesContainerImpl.Dest
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.jferard.fastods.OdsFactory.FileState
-
Deprecated.
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.jferard.fastods.PageSection.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.jferard.fastods.PageSectionContent.Region
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.jferard.fastods.style.ObjectStyleFamily
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.jferard.fastods.style.PaperFormat
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.jferard.fastods.style.TextProperties.Underline
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.jferard.fastods.util.Container.Mode
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.github.jferard.fastods.attribute.Angle.Unit
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.github.jferard.fastods.attribute.BorderAttribute.Position
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.github.jferard.fastods.attribute.BorderStyle
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.github.jferard.fastods.attribute.CellAlign
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.github.jferard.fastods.attribute.CellType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.github.jferard.fastods.attribute.DisplayList
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.github.jferard.fastods.attribute.FieldOrientation
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.github.jferard.fastods.attribute.FilterOperator
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.github.jferard.fastods.attribute.FilterType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.github.jferard.fastods.attribute.FormatSource
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.github.jferard.fastods.attribute.MessageType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.github.jferard.fastods.attribute.PageCentering
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.github.jferard.fastods.attribute.PagePrintOrientation
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.github.jferard.fastods.attribute.PageWritingMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.github.jferard.fastods.attribute.PilotStandardFunction
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.github.jferard.fastods.attribute.ScriptEvent
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.github.jferard.fastods.attribute.SimpleColor
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.github.jferard.fastods.attribute.SimpleLength.Unit
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.github.jferard.fastods.attribute.VerticalAlign
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.github.jferard.fastods.datastyle.CurrencyStyle.SymbolPosition
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.github.jferard.fastods.odselement.config.ConfigElement
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.github.jferard.fastods.odselement.config.ConfigElementType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.github.jferard.fastods.odselement.MetaValueType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.github.jferard.fastods.odselement.StylesContainerImpl.Dest
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.github.jferard.fastods.OdsFactory.FileState
-
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.github.jferard.fastods.PageSection.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.github.jferard.fastods.PageSectionContent.Region
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.github.jferard.fastods.style.ObjectStyleFamily
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.github.jferard.fastods.style.PaperFormat
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.github.jferard.fastods.style.TextProperties.Underline
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.github.jferard.fastods.util.Container.Mode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VerticalAlign - Enum in com.github.jferard.fastods.attribute
-
A vertical alignment
20.386 style:vertical-align
- verticalAlign(VerticalAlign) - Method in class com.github.jferard.fastods.style.TableCellStyleBuilder
-
Set the vertical alignment of text.
- visible() - Method in class com.github.jferard.fastods.datastyle.BooleanStyleBuilder
-
- visible() - Method in class com.github.jferard.fastods.datastyle.CurrencyStyleBuilder
-
- visible() - Method in class com.github.jferard.fastods.datastyle.DateStyleBuilder
-
- visible() - Method in class com.github.jferard.fastods.datastyle.FloatStyleBuilder
-
- visible() - Method in class com.github.jferard.fastods.datastyle.FractionStyleBuilder
-
- visible() - Method in class com.github.jferard.fastods.datastyle.NumberStyleHelperBuilder
-
- visible() - Method in class com.github.jferard.fastods.datastyle.PercentageStyleBuilder
-
- visible() - Method in class com.github.jferard.fastods.datastyle.ScientificNumberStyleBuilder
-
- visible() - Method in class com.github.jferard.fastods.datastyle.TextDataStyleBuilder
-
- visible() - Method in class com.github.jferard.fastods.datastyle.TimeStyleBuilder
-
- visible() - Method in class com.github.jferard.fastods.style.GraphicStyleBuilder
-
- visible() - Method in interface com.github.jferard.fastods.style.ShowableBuilder
-
Make this style visible, ie part of common styles
- visible() - Method in class com.github.jferard.fastods.style.TableColumnStyleBuilder
-
- visible() - Method in class com.github.jferard.fastods.style.TableRowStyleBuilder
-
- visible() - Method in class com.github.jferard.fastods.style.TableStyleBuilder
-
- visible() - Method in class com.github.jferard.fastods.style.TextStyleBuilder
-
Set the style visible.
- visible() - Method in class com.github.jferard.fastods.TooltipBuilder
-
- VoidValue - Class in com.github.jferard.fastods
-
The value in this cell will be void
- volatileStyle(boolean) - Method in class com.github.jferard.fastods.datastyle.BooleanStyleBuilder
-
- volatileStyle(boolean) - Method in class com.github.jferard.fastods.datastyle.CurrencyStyleBuilder
-
- volatileStyle(boolean) - Method in class com.github.jferard.fastods.datastyle.DateStyleBuilder
-
- volatileStyle(boolean) - Method in class com.github.jferard.fastods.datastyle.FloatStyleBuilder
-
- volatileStyle(boolean) - Method in class com.github.jferard.fastods.datastyle.FractionStyleBuilder
-
- volatileStyle(boolean) - Method in interface com.github.jferard.fastods.datastyle.IsVolatileBuilder
-
19.517 style:volatile
"The style:volatile attribute specifies whether unused style in a document are retained or
discarded by consumers."
- volatileStyle(boolean) - Method in class com.github.jferard.fastods.datastyle.NumberStyleHelperBuilder
-
- volatileStyle(boolean) - Method in class com.github.jferard.fastods.datastyle.PercentageStyleBuilder
-
- volatileStyle(boolean) - Method in class com.github.jferard.fastods.datastyle.ScientificNumberStyleBuilder
-
- volatileStyle(boolean) - Method in class com.github.jferard.fastods.datastyle.TextDataStyleBuilder
-
- volatileStyle(boolean) - Method in class com.github.jferard.fastods.datastyle.TimeStyleBuilder
-