Chords

PdfExportOptions
in package

PDF export settings.

Table of Contents

FONT_BIGGER  = 'bigger'
Larger font size.
FONT_NORMAL  = 'normal'
Regular font size.
FONT_SMALLER  = 'smaller'
Smaller font size.
PAPER_A4  = 'A4'
Paper size A4.
PAPER_A5  = 'A5'
Paper size A5.
$columns  : int
Number of columns.
$fontSize  : string
Font size.
$metadata  : array<string|int, string>
Additional metadata to include in the output.
$paperSize  : string
Paper size.
$printHiddenChords  : bool
Should the output include chords marked as hidden for print?
__construct()  : mixed
getColumns()  : int
getFontSize()  : string
getMetadata()  : array<string|int, string>
getPaperSize()  : string
isPrintHiddenChords()  : bool
setColumns()  : PdfExportOptions
setFontSize()  : PdfExportOptions
setMetadata()  : PdfExportOptions
setPaperSize()  : PdfExportOptions
setPrintHiddenChords()  : PdfExportOptions

Constants

Properties

$fontSize

Font size.

private string $fontSize

Must be one of the FONT_* constants.

$metadata

Additional metadata to include in the output.

private array<string|int, string> $metadata

$paperSize

Paper size.

private string $paperSize

Must be one of the PAPER_* constants.

$printHiddenChords

Should the output include chords marked as hidden for print?

private bool $printHiddenChords

Methods

getColumns()

public getColumns() : int
Return values
int

number of columns

getFontSize()

public getFontSize() : string
Return values
string

font size

getMetadata()

public getMetadata() : array<string|int, string>
Return values
array<string|int, string>

additional metadata

getPaperSize()

public getPaperSize() : string
Return values
string

paper size

isPrintHiddenChords()

public isPrintHiddenChords() : bool
Return values
bool

show non-printed chords?

Search results