| Package | Description |
|---|---|
| com.github.jhonnymertz.wkhtmltopdf.wrapper | |
| com.github.jhonnymertz.wkhtmltopdf.wrapper.objects |
| Modifier and Type | Method and Description |
|---|---|
Page |
Pdf.addPage(String source,
SourceType type)
Deprecated.
Use the specific type method to a better semantic
|
| Modifier and Type | Method and Description |
|---|---|
SourceType |
Page.getType()
Gets type.
|
static SourceType |
SourceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SourceType[] |
SourceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Page.setType(SourceType type)
Sets type.
|
| Constructor and Description |
|---|
Cover(String source,
SourceType type)
Instantiates a new Cover.
|
Page(String source,
SourceType type)
Instantiates a new Page.
|
Copyright © 2023. All rights reserved.