VMPrint API Reference - v1.0.0
GitHub
Examples
Preparing search index...
@vmprint/transmuter-mkd-mkd
DocumentInput
Interface DocumentInput
interface
DocumentInput
{
documentVersion
:
"1.1"
;
elements
:
Element
[]
;
fonts
?:
Record
<
string
,
string
|
undefined
>
;
footer
?:
PageRegionDefinition
;
header
?:
PageRegionDefinition
;
layout
:
DocumentLayout
;
styles
:
Partial
<
Record
<
string
,
ElementStyle
>
>
;
}
Index
Properties
document
Version
elements
fonts?
footer?
header?
layout
styles
Properties
document
Version
documentVersion
:
"1.1"
elements
elements
:
Element
[]
Optional
fonts
fonts
?:
Record
<
string
,
string
|
undefined
>
Optional
footer
footer
?:
PageRegionDefinition
Optional
header
header
?:
PageRegionDefinition
layout
layout
:
DocumentLayout
styles
styles
:
Partial
<
Record
<
string
,
ElementStyle
>
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
document
Version
elements
fonts
footer
header
layout
styles
GitHub
Examples
VMPrint API Reference - v1.0.0
Loading...