@vivliostyle/core
Preparing search index...
types
Vtree
FormattingContext
Interface FormattingContext
Formatting context.
interface
FormattingContext
{
formattingContextType
:
FormattingContextType
;
getName
()
:
string
;
getParent
()
:
Vtree
.
FormattingContext
;
isFirstTime
(
nodeContext
:
Vtree
.
NodeContext
,
firstTime
:
boolean
)
:
boolean
;
restoreState
(
state
:
any
)
:
any
;
saveState
()
:
any
;
}
Hierarchy (
View Summary
)
FormattingContext
LayoutProcessor
.
BlockFormattingContext
RepetitiveElement
.
RepetitiveElementsOwnerFormattingContext
Index
Properties
formatting
Context
Type
Methods
get
Name
get
Parent
is
First
Time
restore
State
save
State
Properties
formatting
Context
Type
formattingContextType
:
FormattingContextType
Methods
get
Name
getName
()
:
string
Returns
string
get
Parent
getParent
()
:
Vtree
.
FormattingContext
Returns
Vtree
.
FormattingContext
is
First
Time
isFirstTime
(
nodeContext
:
Vtree
.
NodeContext
,
firstTime
:
boolean
)
:
boolean
Parameters
nodeContext
:
Vtree
.
NodeContext
firstTime
:
boolean
Returns
boolean
restore
State
restoreState
(
state
:
any
)
:
any
Parameters
state
:
any
Returns
any
save
State
saveState
()
:
any
Returns
any
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
formatting
Context
Type
Methods
get
Name
get
Parent
is
First
Time
restore
State
save
State
@vivliostyle/core
Loading...
Formatting context.