Package | Description |
---|---|
com.pd4ml.html.doc.render | |
com.pd4ml.html.doc.render.to |
Modifier and Type | Method and Description |
---|---|
Context.StructTag |
TableRenderer.getSectionType(TableSectionRenderer tableSectionRenderer) |
Modifier and Type | Method and Description |
---|---|
static Context.StructTag |
Context.StructTag.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Context.StructTag[] |
Context.StructTag.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
TargetRenderContext.startCell(Context.StructTag type,
boolean skip,
float lineHeight,
String title,
float width,
float height,
String lang,
String extras) |
void |
PdfRenderContext.startCell(Context.StructTag type,
boolean skip,
float lineHeight,
String title,
float width,
float height,
String lang,
String extras) |
void |
RtfRenderContext.startCell(Context.StructTag type,
boolean skip,
float lineHeight,
String title,
float width,
float height,
String lang,
String extras) |
void |
TargetRenderContext.startTableSection(Context.StructTag type,
String title,
float width,
float height,
String lang,
String extras) |
void |
PdfRenderContext.startTableSection(Context.StructTag type,
String title,
float width,
float height,
String lang,
String extras) |
Revision 4.0.15 / 20220727-0149