@vivliostyle/core
    Preparing search index...

    Class PartitionInstance<P>

    Type Parameters

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    borderBoxSizing: boolean = false
    cascaded: ElementStyle = {}

    cascaded styles, geometric ones converted to Css.Expr

    children: PageBoxInstance<PageBox<any>>[] = []
    isAutoHeight: boolean = false
    isAutoWidth: boolean = false
    isRightDependentOnAutoWidth: boolean = false
    isTopDependentOnAutoHeight: boolean = false
    namedFuncs: { [key: string]: Val } = {}
    namedValues: { [key: string]: Val } = {}
    pageBox: P
    pageMasterInstance: PageMasterInstance = null
    parentInstance: PageBoxInstance
    rtl: boolean = false
    style: { [key: string]: Val } = {}
    suppressEmptyBoxGeneration: boolean = false
    vertical: boolean = false

    Methods