@vivliostyle/core
    Preparing search index...

    Interface PageFloat

    interface PageFloat {
        clearSide: string;
        floatMinWrapBlock: Numeric;
        floatReference: PageFloats.FloatReference;
        floatSide: string;
        flowName: string;
        id: string;
        nodePosition: Vtree.NodePosition;
        order: number;
        getId(): string;
        getOrder(): number;
        isAllowedOnContext(
            pageFloatLayoutContext: PageFloats.PageFloatLayoutContext,
        ): boolean;
        isAllowedToPrecede(other: PageFloats.PageFloat): boolean;
    }

    Implemented by

    Index

    Properties

    clearSide: string
    floatMinWrapBlock: Numeric
    floatReference: PageFloats.FloatReference
    floatSide: string
    flowName: string
    id: string
    nodePosition: Vtree.NodePosition
    order: number

    Methods