footnotes/footnotesproperties/footnotespropertiesformatters
module
Functions
formatArabicIndicFootnote( n ) → stringmodule:footnotes/footnotesproperties/footnotespropertiesformatters~formatArabicIndicFootnoteParameters
n : number
Returns
string
formatDecimalLeadingZeroFootnote( n, digits ) → stringmodule:footnotes/footnotesproperties/footnotespropertiesformatters~formatDecimalLeadingZeroFootnoteFormats a unsigned decimal number with leading zeros based on the specified number of digits.
Parameters
n : numberThe number to format.
digits : numberThe minimum number of digits.
Returns
stringThe formatted string with leading zeros.
formatLatinFootnote( n, upper ) → stringmodule:footnotes/footnotesproperties/footnotespropertiesformatters~formatLatinFootnoteConverts a unsigned number to alphabetic representation like Excel columns (A, B, C, ..., Z, AA, AB, ...). This follows Excel-style numbering: 1=A, 2=B, ..., 26=Z, 27=AA, 28=AB, etc.
Parameters
n : numberThe number to convert (must be >= 1).
upper : booleanWhether to use uppercase letters.
Returns
stringThe alphabetic representation of the number.
formatRomanFootnote( n, upper ) → stringmodule:footnotes/footnotesproperties/footnotespropertiesformatters~formatRomanFootnoteParameters
n : numberupper : boolean
Returns
string