Skip to main content

alphaTab.model.HeaderFooterStyle

The additional style and display information for header and footer elements.

 class HeaderFooterStyle

Properties​

isVisible​

Whether the element should be visible. Overriden by NotationSettings.elements if specified.

isVisible?: boolean;

template​

The template how the text should be formatted. Following placeholders exist and are filled from the song information:

  • %TITLE%
  • %SUBTITLE%
  • %ARTIST%
  • %ALBUM%
  • %WORDS%
  • %WORDSMUSIC%
  • %MUSIC%
  • %TABBER%
  • %COPYRIGHT%
template: string;

textAlign​

The alignment of the element on the page.

textAlign: TextAlign;

Methods​

buildText​

(no description)

buildText(score: Score): string
ParameterSummary
scoreAll

(no description)

equals​

(no description)

static equals(a: HeaderFooterStyle, b: HeaderFooterStyle): boolean
ParameterSummary
aAll

(no description)

bAll

(no description)