@vivliostyle/core
    Preparing search index...

    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

    Index

    Properties

    clearSide: string
    continues: boolean
    floatReference: PageFloats.FloatReference
    floatSide: string

    Methods