@vivliostyle/core
    Preparing search index...

    Class PageAreaPartition

    Represent a partition rule

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    _scope: LexicalScope
    children: PageBox<PageBoxInstance<any>>[] = []
    classes: string[]
    index: number = 0
    key: string
    name: string
    pageMaster: PageMaster = null
    parent: PageBox
    pseudoName: string
    specified: ElementStyle = {}

    Accessors

    Methods

    • Clone the PageBox.

      Parameters

      • param: any

        parent: The parent of the cloned PageBox. pseudoName: Assign this value as the pseudoName of the cloned PageBox.

      Returns Partition