class

Hpdf::LetterDIN5008::InfoBox

Inherits Reference / Object

Constructors

new

Create`s a new infromation box. It is a key value like table.

Source

Instance methods

keys

returns all keys

Source
longest_key

returns the longest key of all given rows

Source
row(key : String = "", value : String = "")

adds a row to the info box. To add an empty row keep key and value as empty strings.

  • key the left side of the info box
  • value the right side of the info box
Source
values

returns all values

Source