@vivliostyle/core
Preparing search index...
layout
ColumnLayoutRetryer
Class ColumnLayoutRetryer
Hierarchy (
View Summary
)
AbstractLayoutRetryer
ColumnLayoutRetryer
Index
Constructors
constructor
Properties
break
After
context
initial
Break
Positions
initial
Computed
Block
Size
initial
Fragment
Layout
Constraints
initial
Position
initial
State
Of
Formatting
Context
leading
Edge
Methods
clear
Nodes
layout
prepare
Layout
resolve
Layout
Mode
restore
State
save
State
Constructors
constructor
new
ColumnLayoutRetryer
(
leadingEdge
:
boolean
,
breakAfter
?:
string
,
)
:
ColumnLayoutRetryer
Parameters
leadingEdge
:
boolean
Optional
breakAfter
:
string
Returns
ColumnLayoutRetryer
Properties
break
After
breakAfter
:
string
context
context
:
{
overflownNodeContext
:
Vtree
.
NodeContext
}
= ...
initial
Break
Positions
initialBreakPositions
:
Layout
.
BreakPosition
[]
= null
initial
Computed
Block
Size
initialComputedBlockSize
:
number
= 0
initial
Fragment
Layout
Constraints
initialFragmentLayoutConstraints
:
Layout
.
FragmentLayoutConstraint
[]
initial
Position
initialPosition
:
Vtree
.
NodeContext
initial
State
Of
Formatting
Context
initialStateOfFormattingContext
:
Vtree
.
NodeContext
= null
Readonly
leading
Edge
leadingEdge
:
boolean
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
:
Layout
.
Column
)
:
void
Parameters
nodeContext
:
Vtree
.
NodeContext
column
:
Layout
.
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
break
After
context
initial
Break
Positions
initial
Computed
Block
Size
initial
Fragment
Layout
Constraints
initial
Position
initial
State
Of
Formatting
Context
leading
Edge
Methods
clear
Nodes
layout
prepare
Layout
resolve
Layout
Mode
restore
State
save
State
@vivliostyle/core
Loading...