01 Convenience functions

See example 29

The class ContainerFrame offers a list of functions which makes the work with the library a little bit easier. You can call these functions from any object that is derived from FrameContainer, and they return a reference to the newly created object.

  • AddVContainer: Adds a vertical organized container
  • AddHContainer: Adds a horizontal organized container
  • AddHDistance: Add a horizontal distance
  • AddVDistance: Adds a vertical distance
  • AddHBox: Like AddHContainer but with a box around the container
  • AddVBox: Like AddVContainer but with a box around the container
  • AddHBlock: Like AddHContainer but with a background color
  • AddVBlock: Like AddVContainer but with a background color
  • AddLine: Adds a line
  • AddHLine: Horizontal line
  • AddVLine: Vertical line
  • AddText: Adds text
  • AddTexInBox: Adds some text with a fix width
  • AddImage: Adds an image
  • AddPageBreak: Adds a manual page break
  • AddTable: Adds a table
  • AddTextBlock: Adds text with fix width and with a background color