| Package | Description |
|---|---|
| com.github.jferard.fastods |
This package contains all data style, ie the parameters for data (boolean, currency, float, ..
.) display.
|
| com.github.jferard.fastods.attribute | |
| com.github.jferard.fastods.datastyle | |
| com.github.jferard.fastods.odselement | |
| com.github.jferard.fastods.odselement.config | |
| com.github.jferard.fastods.style | |
| com.github.jferard.fastods.tool | |
| com.github.jferard.fastods.util |
| Modifier and Type | Method and Description |
|---|---|
void |
PreambleAppender.appendColumns(XMLUtil xmlUtil,
Appendable appendable) |
void |
PreambleAppender.appendForms(XMLUtil util,
Appendable appendable) |
static void |
PageSection.appendPageSectionStyleXMLToAutomaticStyle(Footer footer,
XMLUtil util,
Appendable appendable)
Secure version of
pageSection.appendPageSectionStyleXMLToAutomaticStyle: if the
footer (or header) is
null,
then the default type is used. |
static void |
PageSection.appendPageSectionStyleXMLToAutomaticStyle(Header header,
XMLUtil util,
Appendable appendable)
Secure version of
pageSection.appendPageSectionStyleXMLToAutomaticStyle: if the
footer (or header) is
null,
then the default type is used. |
void |
HeaderOrFooter.appendPageSectionStyleXMLToAutomaticStyle(XMLUtil util,
Appendable appendable)
Append the page section style XML representation of the header/footer to a stream.
|
void |
Footer.appendPageSectionStyleXMLToAutomaticStyle(XMLUtil util,
Appendable appendable) |
void |
Header.appendPageSectionStyleXMLToAutomaticStyle(XMLUtil util,
Appendable appendable) |
void |
PageSection.appendPageSectionStyleXMLToAutomaticStyle(XMLUtil util,
Appendable appendable,
PageSection.Type pageSectionType) |
void |
PreambleAppender.appendShapes(XMLUtil util,
Appendable appendable) |
void |
Span.appendXMLContent(XMLUtil util,
Appendable appendable) |
void |
Link.appendXMLContent(XMLUtil util,
Appendable appendable) |
void |
Tooltip.appendXMLContent(XMLUtil util,
Appendable appendable) |
void |
DrawFrame.appendXMLContent(XMLUtil util,
Appendable appendable) |
void |
DrawObject.appendXMLContent(XMLUtil util,
Appendable appendable) |
void |
Table.appendXMLContent(XMLUtil util,
Appendable appendable)
Add XML to content.xml
|
void |
XMLConvertible.appendXMLContent(XMLUtil util,
Appendable appendable)
Write the XML format for this object.
|
void |
Paragraph.appendXMLContent(XMLUtil util,
Appendable appendable) |
void |
DrawImage.appendXMLContent(XMLUtil util,
Appendable appendable) |
void |
Text.appendXMLContent(XMLUtil util,
Appendable appendable) |
void |
HeaderOrFooter.appendXMLToMasterStyle(XMLUtil util,
Appendable appendable)
Append the XML representation of the header/footer to a stream.
|
void |
PageSectionContent.appendXMLToMasterStyle(XMLUtil util,
Appendable appendable)
Append the XML representation of a page section to a stream
|
void |
Footer.appendXMLToMasterStyle(XMLUtil util,
Appendable appendable) |
void |
PageSection.appendXMLToMasterStyle(XMLUtil util,
Appendable appendable) |
void |
Header.appendXMLToMasterStyle(XMLUtil util,
Appendable appendable) |
static void |
TableRowImpl.appendXMLToTable(TableRowImpl row,
XMLUtil xmlUtil,
Appendable appendable)
Append the XML corresponding to a given row to the appendable
|
void |
TableRowImpl.appendXMLToTable(XMLUtil util,
Appendable appendable)
Write the XML dataStyles for this object.
|
void |
TableColumnImpl.appendXMLToTable(XMLUtil util,
Appendable appendable,
int count)
Append the XML to the table representation
|
void |
WritableTableCell.appendXMLToTableRow(XMLUtil util,
Appendable appendable)
Generate the XML for the table cell.
|
void |
TableCellImpl.appendXMLToTableRow(XMLUtil util,
Appendable appendable) |
static TooltipBuilder |
Tooltip.builder(XMLUtil xmlUtil,
String text) |
static Table |
Table.create(ContentElement contentElement,
PositionUtil positionUtil,
IntegerRepresentationCache cache,
XMLUtil xmlUtil,
String name,
int rowCapacity,
int columnCapacity,
StylesContainer stylesContainer,
DataStyles format,
boolean libreOfficeMode,
ValidationsContainer validationsContainer)
Create a new Table with a name and a row/column capacity
|
void |
Table.flushAllAvailableRows(XMLUtil util,
Appendable appendable)
Open the table, flush all rows from start, but do not freeze the table
|
void |
PrepareContentFlusher.flushInto(XMLUtil xmlUtil,
ZipUTF8Writer writer) |
void |
ImmutableElementsFlusher.flushInto(XMLUtil xmlUtil,
ZipUTF8Writer writer) |
void |
EndTableFlusher.flushInto(XMLUtil xmlUtil,
ZipUTF8Writer writer) |
void |
BeginTableFlusher.flushInto(XMLUtil xmlUtil,
ZipUTF8Writer writer) |
void |
FinalizeFlusher.flushInto(XMLUtil xmlUtil,
ZipUTF8Writer writer) |
void |
OdsAsyncFlusher.flushInto(XMLUtil xmlUtil,
ZipUTF8Writer writer) |
void |
Table.flushRemainingRowsFrom(XMLUtil util,
Appendable appendable,
int rowIndex)
Flush all rows from a given position, and do freeze the table
|
void |
Table.flushSomeAvailableRowsFrom(XMLUtil util,
Appendable appendable,
int rowIndex)
Flush all rows from a given position, but do not freeze the table
|
| Modifier and Type | Method and Description |
|---|---|
void |
BorderAttribute.appendXMLAttribute(XMLUtil util,
Appendable appendable,
String attrName) |
| Modifier and Type | Method and Description |
|---|---|
void |
FloatStyle.appendNumberTag(XMLUtil util,
Appendable appendable)
Append the number:number tag
|
void |
FloatStyle.appendXMLContent(XMLUtil util,
Appendable appendable) |
void |
CurrencyStyle.appendXMLContent(XMLUtil util,
Appendable appendable) |
void |
TextDataStyle.appendXMLContent(XMLUtil util,
Appendable appendable) |
void |
TimeStyle.appendXMLContent(XMLUtil util,
Appendable appendable) |
void |
ScientificNumberStyle.appendXMLContent(XMLUtil util,
Appendable appendable) |
void |
DateStyle.appendXMLContent(XMLUtil util,
Appendable appendable) |
void |
PercentageStyle.appendXMLContent(XMLUtil util,
Appendable appendable) |
void |
FractionStyle.appendXMLContent(XMLUtil util,
Appendable appendable) |
void |
BooleanStyle.appendXMLContent(XMLUtil util,
Appendable appendable) |
void |
DateTimeStyleFormat.appendXMLContent(XMLUtil util,
Appendable appendable) |
| Modifier and Type | Method and Description |
|---|---|
void |
UserDefined.appendXMLContent(XMLUtil util,
Appendable appendable) |
void |
UnregisteredOdsEntry.appendXMLContent(XMLUtil util,
Appendable appendable) |
void |
EncryptedOdsEntry.appendXMLContent(XMLUtil util,
Appendable appendable) |
void |
EncryptParameters.appendXMLContent(XMLUtil util,
Appendable appendable) |
void |
UnregisteredStoredEntry.appendXMLContent(XMLUtil util,
Appendable appendable) |
void |
ScriptEventListener.appendXMLContent(XMLUtil util,
Appendable appendable) |
void |
StandardOdsEntry.appendXMLContent(XMLUtil util,
Appendable appendable) |
static OdsElements |
OdsElements.create(PositionUtil positionUtil,
XMLUtil xmlUtil,
IntegerRepresentationCache cache,
DataStyles format,
boolean libreOfficeMode,
MetaElement metaElement,
Map<String,String> additionalNamespaceByPrefix) |
void |
OdsElements.createEmptyElements(XMLUtil util,
ZipUTF8Writer writer)
Create empty elements for package.
|
void |
OdsElement.write(XMLUtil util,
ZipUTF8Writer writer) |
void |
ManifestElement.write(XMLUtil util,
ZipUTF8Writer writer) |
void |
ExtraElement.write(XMLUtil util,
ZipUTF8Writer writer) |
void |
EmptyElement.write(XMLUtil util,
ZipUTF8Writer writer) |
void |
SettingsElement.write(XMLUtil util,
ZipUTF8Writer writer) |
void |
MetaElement.write(XMLUtil util,
ZipUTF8Writer writer) |
void |
ContentElement.write(XMLUtil util,
ZipUTF8Writer writer) |
void |
StylesElement.write(XMLUtil util,
ZipUTF8Writer writer) |
void |
MimetypeElement.write(XMLUtil util,
ZipUTF8Writer writer) |
void |
ManifestEntryElement.write(XMLUtil util,
ZipUTF8Writer writer) |
void |
OdsElements.writeContent(XMLUtil xmlUtil,
ZipUTF8Writer writer)
Write the content element to a writer.
|
void |
StylesContainerImpl.writeContentAutomaticStyles(XMLUtil util,
Appendable appendable)
Write the various styles in the automatic styles.
|
void |
ContentElement.writeEvents(XMLUtil util,
ZipUTF8Writer writer) |
void |
OdsElements.writeExtras(XMLUtil xmlUtil,
ZipUTF8Writer writer) |
void |
StylesContainerImpl.writeFontFaceDecls(XMLUtil util,
Appendable appendable) |
void |
StylesContainerImpl.writeHiddenDataStyles(XMLUtil util,
Appendable appendable)
Write the data styles in the automatic-styles.
|
void |
StylesContainerImpl.writeMasterPageStyles(XMLUtil util,
Appendable appendable)
Write master page styles.
|
void |
OdsElements.writeMeta(XMLUtil xmlUtil,
ZipUTF8Writer writer)
Write the meta element to a writer.
|
void |
OdsElements.writeMimeType(XMLUtil xmlUtil,
ZipUTF8Writer writer)
Write the mimetype element to a writer.
|
void |
StylesContainerImpl.writePageLayoutStyles(XMLUtil util,
Appendable appendable)
Write the page layout styles.
|
void |
ContentElement.writePostamble(XMLUtil util,
ZipUTF8Writer writer)
Write the postamble into the given writer.
|
void |
ContentElement.writePreamble(XMLUtil util,
ZipUTF8Writer writer)
Write the preamble into the given writer.
|
void |
OdsElements.writeSettings(XMLUtil xmlUtil,
ZipUTF8Writer writer)
Write the settings element to a writer.
|
void |
OdsElements.writeStyles(XMLUtil xmlUtil,
ZipUTF8Writer writer)
Write the styles element to a writer.
|
void |
StylesContainerImpl.writeStylesAutomaticStyles(XMLUtil util,
Appendable appendable)
Write styles to styles.xml/automatic-styles
|
void |
StylesContainerImpl.writeStylesCommonStyles(XMLUtil util,
Appendable appendable)
Write styles to styles.xml/common-styles
|
void |
StylesContainerImpl.writeVisibleDataStyles(XMLUtil util,
Appendable appendable)
Write data styles to styles.xml/common-styles
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConfigItem.appendXMLContent(XMLUtil util,
Appendable appendable) |
void |
ConfigItemMapEntrySet.appendXMLContent(XMLUtil util,
Appendable appendable) |
void |
ConfigItemMapNamed.appendXMLContent(XMLUtil util,
Appendable appendable) |
void |
ConfigItemMapIndexed.appendXMLContent(XMLUtil util,
Appendable appendable) |
void |
ConfigItemSet.appendXMLContent(XMLUtil util,
Appendable appendable) |
void |
ConfigItemMapEntrySingleton.appendXMLContent(XMLUtil util,
Appendable appendable) |
void |
ConfigItemMapEntrySequence.appendXMLContent(XMLUtil util,
Appendable appendable) |
| Modifier and Type | Method and Description |
|---|---|
void |
DrawFillSolid.appendAttributes(XMLUtil util,
Appendable appendable) |
void |
DrawFill.appendAttributes(XMLUtil util,
Appendable appendable) |
void |
DrawFillNone.appendAttributes(XMLUtil util,
Appendable appendable) |
void |
DrawFillBitmap.appendAttributes(XMLUtil util,
Appendable appendable) |
void |
DrawFillHatch.appendAttributes(XMLUtil util,
Appendable appendable) |
void |
DrawFillGradient.appendAttributes(XMLUtil util,
Appendable appendable) |
void |
FontFace.appendXMLContent(XMLUtil util,
Appendable appendable) |
void |
TextStyle.appendXMLContent(XMLUtil util,
Appendable appendable) |
void |
TableRowStyle.appendXMLContent(XMLUtil util,
Appendable appendable) |
void |
TextProperties.appendXMLContent(XMLUtil util,
Appendable appendable) |
void |
Margins.appendXMLContent(XMLUtil util,
Appendable appendable) |
void |
TableCellStyle.appendXMLContent(XMLUtil util,
Appendable appendable) |
void |
GraphicStyle.appendXMLContent(XMLUtil util,
Appendable appendable) |
void |
DrawFillBitmap.appendXMLContent(XMLUtil util,
Appendable appendable) |
void |
TableStyle.appendXMLContent(XMLUtil util,
Appendable appendable) |
void |
TableColumnStyle.appendXMLContent(XMLUtil util,
Appendable appendable) |
void |
Borders.appendXMLContent(XMLUtil util,
Appendable appendable) |
void |
DrawFillHatch.appendXMLContent(XMLUtil util,
Appendable appendable) |
void |
DrawFillGradient.appendXMLContent(XMLUtil util,
Appendable appendable) |
void |
PageStyle.appendXMLToAutomaticStyle(XMLUtil util,
Appendable appendable)
Write the XML format for this object.
|
void |
PageLayoutStyle.appendXMLToAutomaticStyle(XMLUtil util,
Appendable appendable)
Write the XML format for this object.
|
void |
PageStyle.appendXMLToMasterStyle(XMLUtil util,
Appendable appendable) |
void |
MasterPageStyle.appendXMLToMasterStyle(XMLUtil util,
Appendable appendable)
Return the master-style information for this PageStyle.
|
| Modifier and Type | Method and Description |
|---|---|
static XMLUtil |
FastOds.getXMLUtil() |
| Modifier and Type | Method and Description |
|---|---|
static XMLUtil |
XMLUtil.create() |
| Modifier and Type | Method and Description |
|---|---|
void |
MacroLibrary.add(XMLUtil util,
OdsDocument document)
Add this library to a document
|
void |
MacroModule.add(XMLUtil util,
OdsDocument document,
String libraryNameSlash)
Add this module to a document
|
void |
Protection.appendAttributes(XMLUtil util,
Appendable appendable) |
void |
MacroModule.appendIndexLine(XMLUtil util,
Appendable appendable)
Append a line to script-lc.xml
|
void |
MacroLibrary.appendIndexLine(XMLUtil util,
Appendable appendable)
Append a line to script-lc.xml
|
void |
FilterOr.appendXMLContent(XMLUtil util,
Appendable appendable) |
void |
ErrorMessage.appendXMLContent(XMLUtil util,
Appendable appendable) |
void |
FilterAnd.appendXMLContent(XMLUtil util,
Appendable appendable) |
void |
FilterEnumerate.appendXMLContent(XMLUtil util,
Appendable appendable)
"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".
|
void |
AutoFilter.appendXMLContent(XMLUtil util,
Appendable appendable) |
void |
FilterCompare.appendXMLContent(XMLUtil util,
Appendable appendable) |
void |
SVGRectangle.appendXMLContent(XMLUtil util,
Appendable appendable) |
void |
PilotTable.appendXMLContent(XMLUtil util,
Appendable appendable) |
void |
Validation.appendXMLContent(XMLUtil util,
Appendable appendable) |
void |
PilotTableField.appendXMLContent(XMLUtil util,
Appendable appendable) |
void |
PilotTableLevel.appendXMLContent(XMLUtil util,
Appendable appendable) |
| Constructor and Description |
|---|
MacroLibraryContainer(XMLUtil util,
List<MacroLibrary> libraries) |
Copyright © 2016–2021. All rights reserved.