@vivliostyle/core
    Preparing search index...

    Interface AbstractStyler

    interface AbstractStyler {
        getStyle(element: Element, deep: boolean): CssCascade.ElementStyle;
        processContent(
            element: Element,
            styles: { [key: string]: Val },
            nodeContext: Vtree.NodeContext,
        ): any;
    }

    Hierarchy (View Summary)

    Implemented by

    Index

    Methods