Options
All
  • Public
  • Public/Protected
  • All
Menu

The class for a page break property.

Hierarchy

Index

Constructors

Properties

Methods

Constructors

constructor

  • new PageBreak(name: string, value: string | boolean): PageBreak
  • Parameters

    • name: string

      the name for this property

    • value: string | boolean

      Value should be set to 'page' or 'pagebreak' for PageBreak, 'column' or 'columnbreak' for column breaks. If set to True (default) it will create a pagebreak.

    Returns PageBreak

Properties

name

name: string

value

value: unknown

Methods

asDict

  • asDict(): {}

availableTags

  • availableTags(): Set<string>

Generated using TypeDoc