| 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.tool | |
| com.github.jferard.fastods.util |
| Modifier and Type | Method and Description |
|---|---|
static DrawFrameBuilder |
DrawFrame.builder(String name,
FrameContent content,
SVGRectangle rectangle)
Create a new builder
|
TooltipBuilder |
TooltipBuilder.rectangle(SVGRectangle rectangle) |
| Modifier and Type | Method and Description |
|---|---|
void |
InsertHelper.insertImage(OdsDocument document,
Table table,
String frameName,
File source,
String destName,
SVGRectangle rectangle)
Insert a new image into the document
|
void |
InsertHelper.insertImage(OdsDocument document,
Table table,
String frameName,
InputStream sourceStream,
String destName,
SVGRectangle rectangle)
Insert a new image into the document
|
void |
InsertHelper.insertObject(OdsDocument document,
Table table,
String frameName,
String objectName,
String objectMediaType,
String objectVersion,
InputStream sourceStream,
SVGRectangle rectangle,
GraphicStyle gs)
Insert a new ODF object into the document.
|
| Modifier and Type | Method and Description |
|---|---|
static SVGRectangle |
SVGRectangle.cm(double x,
double y,
double width,
double height) |
static SVGRectangle |
SVGRectangle.em(double x,
double y,
double width,
double height) |
static SVGRectangle |
SVGRectangle.in(double x,
double y,
double width,
double height) |
static SVGRectangle |
SVGRectangle.mm(double x,
double y,
double width,
double height) |
static SVGRectangle |
SVGRectangle.pc(double x,
double y,
double width,
double height) |
static SVGRectangle |
SVGRectangle.pt(double x,
double y,
double width,
double height) |
Copyright © 2016–2021. All rights reserved.