| << celltext (column) << | Table Of Contents | >> charge >> | 
| Keyword | center | 
| Purpose | This attribute defines the center section of the textreport. The text will be interpreted as Rich Text. | |
| Syntax | center <text> | |
| Arguments | text [STRING] | The text | 
| Context | accountreport, resourcereport, taskreport, textreport, tracereport | |
project "Test" 2011-12-11 +1m
task "Foo"
textreport frame "textreport" {
  taskreport r1 ""
  taskreport r2 ""
  formats html
  header -8<-
  This is the header
  ----
  ->8-
  left "<[report id='frame.r1']>"
  center "Center"
  right "<[report id='frame.r2']>"
  footer -8<-
  ----
  This is the footer
  ->8-
}
| << celltext (column) << | Table Of Contents | >> charge >> |