Example #1
0
 /**
  * Create OpenDocument_Span element
  *
  * @param string $text
  * @return OpenDocument_Span
  */
 public function createSpan($text)
 {
     return OpenDocument_Span::instance($this, $text);
 }