public abstract static class Output.OutputPreferences
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
boolean |
includeDateAndVersionInOutput |
boolean |
useCopyrightMessage |
Modifier | Constructor and Description |
---|---|
protected |
Output.OutputPreferences() |
protected |
Output.OutputPreferences(boolean factory) |
Modifier and Type | Method and Description |
---|---|
void |
disablePopups() |
abstract Output |
doOutput(Cell cell,
VarContext context,
java.lang.String filePath) |
Output |
doOutput(Cell cell,
VarContext context,
java.lang.String filePath,
EditingPreferences ep) |
java.lang.String |
formatDouble(double v) |
java.lang.String |
formatDoublePostFix(double v) |
int |
getUnitsOfPrecision() |
boolean |
isDisablePopups() |
public boolean useCopyrightMessage
public boolean includeDateAndVersionInOutput
protected Output.OutputPreferences()
protected Output.OutputPreferences(boolean factory)
public Output doOutput(Cell cell, VarContext context, java.lang.String filePath, EditingPreferences ep)
public int getUnitsOfPrecision()
public abstract Output doOutput(Cell cell, VarContext context, java.lang.String filePath)
public java.lang.String formatDouble(double v)
public java.lang.String formatDoublePostFix(double v)
public boolean isDisablePopups()
public void disablePopups()