Package | Description |
---|---|
com.pd4ml | |
com.pd4ml.html.doc.render.to |
Modifier and Type | Field and Description |
---|---|
static PageMargins |
PageMargins.DEFAULT_PAGE_MARGINS |
Modifier and Type | Method and Description |
---|---|
PageMargins |
PageMargins.flipHorizontal() |
PageMargins |
PageMargins.flipVertical() |
PageMargins |
PD4ML.getPageMargins(int pageNum,
boolean imageGeneration)
Returns page margins object for a specified page number.
|
PageMargins |
PageMargins.rotate() |
Modifier and Type | Method and Description |
---|---|
static int |
PD4ML.predictPageHeight(PageMargins pageMargins,
PageSize pageSize,
int userSpace)
predicts page height for given conversion parameters
|
static float |
PD4ML.predictScale(PageMargins pageMargins,
PageSize pageSize,
int userSpace)
predicts document HTML-to-PDF mapping scale for given conversion parameters
|
void |
PD4ML.setPageMargins(PageMargins margins)
defines page margins for all document pages
|
void |
PD4ML.setPageMargins(PageMargins margins,
String scope)
defines page margins for specified range(s) of pages
|
Modifier and Type | Field and Description |
---|---|
PageMargins |
TargetRenderContext.pageMargin |
Modifier and Type | Method and Description |
---|---|
void |
TargetRenderer.setPageMargins(HashMap<String,PageMargins> pageMargins) |
Constructor and Description |
---|
RtfRenderContext(PD4ML pd4ml,
TargetRenderer targetRenderer,
OutputStream os,
float containerWidth,
float containerHeight,
PageSize paperFormat,
PageMargins insets,
String type,
boolean idle,
Vector<StatusMessage> statusMessages,
com.pd4ml.util.GOST.Auth license,
boolean convertImgToWmf,
com.pd4ml.cache.FileCache cache) |
Revision 4.0.15 / 20220727-0149