@vivliostyle/core
    Preparing search index...

    Class PageFloat

    Hierarchy (View Summary)

    Implements

    Index

    Constructors

    Properties

    clearSide: string
    floatMinWrapBlock: Numeric
    floatReference: PageFloats.FloatReference
    floatSide: string
    flowName: string
    id: string = null
    insidePageFloatArea: boolean = false

    Set to true when this float is created inside a page float area. Used to bypass the normal anchor check in isAllowedOnContext because the anchor node is lost after page-level invalidation. (Issue #1675)

    nodePosition: Vtree.NodePosition
    order: number = null
    parentPageFloat: PageFloat = null

    Reference to the parent page float that contains this float. Set when this float is created inside a page float area, allowing isAllowedOnContext to check whether the parent is still present. (Issue #1675)

    Methods