VMPrint API Reference - v1.0.0
GitHub
Examples
Preparing search index...
@vmprint/engine
SpatialFlowBlock
Interface SpatialFlowBlock
interface
SpatialFlowBlock
{
allowLineSplit
:
boolean
;
children
?:
Element
[]
;
columnSpan
?:
number
|
"all"
;
content
:
string
;
dropCap
?:
Record
<
string
,
unknown
>
;
image
?:
{
data
?:
string
;
fit
:
"contain"
|
"fill"
;
intrinsicHeight
:
number
;
intrinsicWidth
:
number
;
mimeType
:
string
;
}
;
keepWithNext
:
boolean
;
kind
:
"flow-block"
;
overflowPolicy
:
"clip"
|
"move-whole"
|
"error"
;
pageBreakBefore
:
boolean
;
pageOverrides
?:
{
footer
?:
SpatialCompiledPageRegion
|
null
;
header
?:
SpatialCompiledPageRegion
|
null
;
}
;
pageReservationAfter
?:
number
;
paginationContinuation
?:
Record
<
string
,
unknown
>
;
source
:
SpatialSourceRef
;
sourceType
:
string
;
style
:
Record
<
string
,
unknown
>
;
}
Index
Properties
allow
Line
Split
children?
column
Span?
content
drop
Cap?
image?
keep
With
Next
kind
overflow
Policy
page
Break
Before
page
Overrides?
page
Reservation
After?
pagination
Continuation?
source
source
Type
style
Properties
allow
Line
Split
allowLineSplit
:
boolean
Optional
children
children
?:
Element
[]
Optional
column
Span
columnSpan
?:
number
|
"all"
content
content
:
string
Optional
drop
Cap
dropCap
?:
Record
<
string
,
unknown
>
Optional
image
image
?:
{
data
?:
string
;
fit
:
"contain"
|
"fill"
;
intrinsicHeight
:
number
;
intrinsicWidth
:
number
;
mimeType
:
string
;
}
keep
With
Next
keepWithNext
:
boolean
kind
kind
:
"flow-block"
overflow
Policy
overflowPolicy
:
"clip"
|
"move-whole"
|
"error"
page
Break
Before
pageBreakBefore
:
boolean
Optional
page
Overrides
pageOverrides
?:
{
footer
?:
SpatialCompiledPageRegion
|
null
;
header
?:
SpatialCompiledPageRegion
|
null
;
}
Optional
page
Reservation
After
pageReservationAfter
?:
number
Optional
pagination
Continuation
paginationContinuation
?:
Record
<
string
,
unknown
>
source
source
:
SpatialSourceRef
source
Type
sourceType
:
string
style
style
:
Record
<
string
,
unknown
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
allow
Line
Split
children
column
Span
content
drop
Cap
image
keep
With
Next
kind
overflow
Policy
page
Break
Before
page
Overrides
page
Reservation
After
pagination
Continuation
source
source
Type
style
GitHub
Examples
VMPrint API Reference - v1.0.0
Loading...