alphaTab.model.HeaderFooterStyle
The additional style and display information for header and footer elements.
class HeaderFooterStyleProperties​
isVisible​
Whether the element should be visible. Overriden by NotationSettings.elements if specified.
- JavaScript
- C#
- Kotlin
isVisible?: boolean;bool IsVisible { get; set; }var isVisible: Booleantemplate​
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%
- JavaScript
- C#
- Kotlin
template: string;string Template { get; set; }var template: StringtextAlign​
The alignment of the element on the page.
Methods​
buildText​
(no description)
| Parameter | Summary |
|---|---|
scoreAll | (no description) |
equals​
(no description)
- JavaScript
- C#
- Kotlin
static equals(a: HeaderFooterStyle, b: HeaderFooterStyle): booleanstatic bool Equals(HeaderFooterStyle a, HeaderFooterStyle b)fun equals(a: HeaderFooterStyle, b: HeaderFooterStyle): Boolean| Parameter | Summary |
|---|---|
aAll | (no description) |
bAll | (no description) |