@vivliostyle/core
    Preparing search index...

    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)

    Index

    Properties

    formattingContextType: FormattingContextType

    Methods

    • Parameters

      • state: any

      Returns any