VMPrint API Reference - v1.0.0
GitHub
Examples
Preparing search index...
@vmprint/engine
SpatialCompiledPageRegion
Interface SpatialCompiledPageRegion
interface
SpatialCompiledPageRegion
{
content
:
SpatialZoneContent
;
height
:
number
;
kind
:
"page-region"
;
role
:
"header"
|
"footer"
;
selector
:
"odd"
|
"even"
|
"default"
|
"firstPage"
;
style
?:
Record
<
string
,
unknown
>
;
width
:
number
;
x
:
number
;
y
:
number
;
}
Index
Properties
content
height
kind
role
selector
style?
width
x
y
Properties
content
content
:
SpatialZoneContent
height
height
:
number
kind
kind
:
"page-region"
role
role
:
"header"
|
"footer"
selector
selector
:
"odd"
|
"even"
|
"default"
|
"firstPage"
Optional
style
style
?:
Record
<
string
,
unknown
>
width
width
:
number
x
x
:
number
y
y
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
content
height
kind
role
selector
style
width
x
y
GitHub
Examples
VMPrint API Reference - v1.0.0
Loading...