@vivliostyle/core
Preparing search index...
types
PageFloats
PageFloatFragment
Interface PageFloatFragment
interface
PageFloatFragment
{
area
:
Vtree
.
Container
;
clearSide
:
string
;
continuations
:
PageFloats
.
PageFloatContinuation
[]
;
continues
:
boolean
;
floatReference
:
PageFloats
.
FloatReference
;
floatSide
:
string
;
addContinuations
(
continuations
:
PageFloats
.
PageFloatContinuation
[]
)
:
void
;
findNotAllowedFloat
(
context
:
PageFloats
.
PageFloatLayoutContext
,
)
:
PageFloats
.
PageFloat
;
getFlowName
()
:
string
;
getOrder
()
:
number
;
getOuterRect
()
:
Rect
;
getOuterShape
()
:
Shape
;
hasFloat
(
float
:
PageFloats
.
PageFloat
)
:
boolean
;
shouldBeStashedBefore
(
float
:
PageFloats
.
PageFloat
)
:
boolean
;
}
Implemented by
PageFloatFragment
Index
Properties
area
clear
Side
continuations
continues
float
Reference
float
Side
Methods
add
Continuations
find
Not
Allowed
Float
get
Flow
Name
get
Order
get
Outer
Rect
get
Outer
Shape
has
Float
should
Be
Stashed
Before
Properties
Readonly
area
area
:
Vtree
.
Container
Readonly
clear
Side
clearSide
:
string
Readonly
continuations
continuations
:
PageFloats
.
PageFloatContinuation
[]
Readonly
continues
continues
:
boolean
Readonly
float
Reference
floatReference
:
PageFloats
.
FloatReference
Readonly
float
Side
floatSide
:
string
Methods
add
Continuations
addContinuations
(
continuations
:
PageFloats
.
PageFloatContinuation
[]
)
:
void
Parameters
continuations
:
PageFloats
.
PageFloatContinuation
[]
Returns
void
find
Not
Allowed
Float
findNotAllowedFloat
(
context
:
PageFloats
.
PageFloatLayoutContext
,
)
:
PageFloats
.
PageFloat
Parameters
context
:
PageFloats
.
PageFloatLayoutContext
Returns
PageFloats
.
PageFloat
get
Flow
Name
getFlowName
()
:
string
Returns
string
get
Order
getOrder
()
:
number
Returns
number
get
Outer
Rect
getOuterRect
()
:
Rect
Returns
Rect
get
Outer
Shape
getOuterShape
()
:
Shape
Returns
Shape
has
Float
hasFloat
(
float
:
PageFloats
.
PageFloat
)
:
boolean
Parameters
float
:
PageFloats
.
PageFloat
Returns
boolean
should
Be
Stashed
Before
shouldBeStashedBefore
(
float
:
PageFloats
.
PageFloat
)
:
boolean
Parameters
float
:
PageFloats
.
PageFloat
Returns
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
area
clear
Side
continuations
continues
float
Reference
float
Side
Methods
add
Continuations
find
Not
Allowed
Float
get
Flow
Name
get
Order
get
Outer
Rect
get
Outer
Shape
has
Float
should
Be
Stashed
Before
@vivliostyle/core
Loading...