@vivliostyle/core
Preparing search index...
layout
DefaultLayoutMode
Class DefaultLayoutMode
Implements
LayoutMode
Index
Constructors
constructor
Properties
break
After
context
leading
Edge
Methods
accept
do
Layout
post
Layout
Constructors
constructor
new
DefaultLayoutMode
(
leadingEdge
:
boolean
,
breakAfter
:
string
,
context
:
{
overflownNodeContext
:
Vtree
.
NodeContext
}
,
)
:
DefaultLayoutMode
Parameters
leadingEdge
:
boolean
breakAfter
:
string
context
:
{
overflownNodeContext
:
Vtree
.
NodeContext
}
Returns
DefaultLayoutMode
Properties
Readonly
break
After
breakAfter
:
string
Readonly
context
context
:
{
overflownNodeContext
:
Vtree
.
NodeContext
}
Readonly
leading
Edge
leadingEdge
:
boolean
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
Constructors
constructor
Properties
break
After
context
leading
Edge
Methods
accept
do
Layout
post
Layout
@vivliostyle/core
Loading...