public interface EntryDoc extends RawData
Modifier and Type | Interface and Description |
---|---|
static class |
EntryDoc.Kind
Describes the kind of an entry, to facilitate document generation formatting.
|
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
SEPARATOR
Separator of "cells" for poor-man printing in e.g.
|
Modifier and Type | Method and Description |
---|---|
AGSpec |
getAttrGroupSpec()
Returns non-null instance if this is
EntryDoc.Kind.groupSubhead , null otherwise. |
FormatInfo |
getFormatInfo()
Returns format information about the formattable cell at index
j , null if this
entry has no formattable cell, or if the formattable cell is actually not formatted. |
EntryDoc.Kind |
getKind()
Returns the kind of this entry; useful for formatting.
|
java.lang.String[] |
getValues()
Returns array of values for columns (i.e., row content).
|
java.lang.String |
toCsv()
Returns a single string of comma-separated items in a row, and
Util.NL between the
rows. |
copyCell, copyNonEmptyCell, getCell, getCells, hasKey, putCell, putCellNonEmpty
static final java.lang.String SEPARATOR
java.lang.String[] getValues()
EntryDoc.Kind getKind()
AGSpec getAttrGroupSpec()
EntryDoc.Kind.groupSubhead
, null otherwise.FormatInfo getFormatInfo()
j
, null if this
entry has no formattable cell, or if the formattable cell is actually not formatted.java.lang.String toCsv()
Copyright 2009-2015 Tatjana (Tanja) Kostic