@vivliostyle/core
    Preparing search index...

    Class PseudoColumn

    Represents a "pseudo"-column nested inside a real column. This class is created to handle parallel fragmented flows (e.g. table columns in a single table row). A pseudo-column behaves in the same way as the original column, sharing its properties. Property changes on the pseudo-column are not propagated to the original column. The LayoutContext of the original column is also cloned and used by the pseudo-column, not to propagate state changes of the LayoutContext caused by the pseudo-column.

    The original (parent) column

    Root element for the pseudo-column, i.e., the root of the fragmented flow.

    A NodeContext generating this PseudoColumn

    Index

    Constructors

    Properties

    startNodeContexts: Vtree.NodeContext[] = []

    Methods