@vivliostyle/core
Preparing search index...
table
LayoutRetryer
Class LayoutRetryer
Hierarchy (
View Summary
)
AbstractLayoutRetryer
LayoutRetryer
Index
Constructors
constructor
Properties
initial
Break
Positions
initial
Fragment
Layout
Constraints
initial
Position
initial
State
Of
Formatting
Context
Methods
clear
Nodes
layout
prepare
Layout
resolve
Layout
Mode
restore
State
save
State
Constructors
constructor
new
LayoutRetryer
(
tableFormattingContext
:
TableFormattingContext
,
processor
:
TableLayoutProcessor
,
)
:
LayoutRetryer
Parameters
tableFormattingContext
:
TableFormattingContext
processor
:
TableLayoutProcessor
Returns
LayoutRetryer
Properties
initial
Break
Positions
initialBreakPositions
:
Layout
.
BreakPosition
[]
= null
initial
Fragment
Layout
Constraints
initialFragmentLayoutConstraints
:
Layout
.
FragmentLayoutConstraint
[]
initial
Position
initialPosition
:
Vtree
.
NodeContext
initial
State
Of
Formatting
Context
initialStateOfFormattingContext
:
Vtree
.
NodeContext
= null
Methods
clear
Nodes
clearNodes
(
initialPosition
:
Vtree
.
NodeContext
)
:
void
Parameters
initialPosition
:
Vtree
.
NodeContext
Returns
void
layout
layout
(
nodeContext
:
Vtree
.
NodeContext
,
column
:
Layout
.
Column
,
)
:
Result
<
Vtree
.
NodeContext
>
Parameters
nodeContext
:
Vtree
.
NodeContext
column
:
Layout
.
Column
Returns
Result
<
Vtree
.
NodeContext
>
prepare
Layout
prepareLayout
(
nodeContext
:
Vtree
.
NodeContext
,
column
:
Layout
.
Column
)
:
void
Parameters
nodeContext
:
Vtree
.
NodeContext
column
:
Layout
.
Column
Returns
void
Abstract
resolve
Layout
Mode
resolveLayoutMode
(
nodeContext
:
Vtree
.
NodeContext
)
:
LayoutMode
Parameters
nodeContext
:
Vtree
.
NodeContext
Returns
LayoutMode
restore
State
restoreState
(
nodeContext
:
Vtree
.
NodeContext
,
column
:
Column
)
:
void
Parameters
nodeContext
:
Vtree
.
NodeContext
column
:
Column
Returns
void
save
State
saveState
(
nodeContext
:
Vtree
.
NodeContext
,
column
:
Layout
.
Column
)
:
void
Parameters
nodeContext
:
Vtree
.
NodeContext
column
:
Layout
.
Column
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
initial
Break
Positions
initial
Fragment
Layout
Constraints
initial
Position
initial
State
Of
Formatting
Context
Methods
clear
Nodes
layout
prepare
Layout
resolve
Layout
Mode
restore
State
save
State
@vivliostyle/core
Loading...