@vivliostyle/core
Preparing search index...
types
Layout
LayoutMode
Interface LayoutMode
interface
LayoutMode
{
accept
(
nodeContext
:
Vtree
.
NodeContext
,
column
:
Layout
.
Column
)
:
boolean
;
doLayout
(
nodeContext
:
Vtree
.
NodeContext
,
column
:
Layout
.
Column
,
)
:
Result
<
Vtree
.
NodeContext
>
;
postLayout
(
positionAfter
:
Vtree
.
NodeContext
,
initialPosition
:
Vtree
.
NodeContext
,
column
:
Layout
.
Column
,
accepted
:
boolean
,
)
:
boolean
;
}
Implemented by
DefaultLayoutMode
LayoutEntireBlock
LayoutFragmentedBlock
Index
Methods
accept
do
Layout
post
Layout
Methods
accept
accept
(
nodeContext
:
Vtree
.
NodeContext
,
column
:
Layout
.
Column
)
:
boolean
Parameters
nodeContext
:
Vtree
.
NodeContext
column
:
Layout
.
Column
Returns
boolean
do
Layout
doLayout
(
nodeContext
:
Vtree
.
NodeContext
,
column
:
Layout
.
Column
,
)
:
Result
<
Vtree
.
NodeContext
>
Parameters
nodeContext
:
Vtree
.
NodeContext
column
:
Layout
.
Column
Returns
Result
<
Vtree
.
NodeContext
>
post
Layout
postLayout
(
positionAfter
:
Vtree
.
NodeContext
,
initialPosition
:
Vtree
.
NodeContext
,
column
:
Layout
.
Column
,
accepted
:
boolean
,
)
:
boolean
Parameters
positionAfter
:
Vtree
.
NodeContext
initialPosition
:
Vtree
.
NodeContext
column
:
Layout
.
Column
accepted
:
boolean
Returns
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
accept
do
Layout
post
Layout
@vivliostyle/core
Loading...