Searched refs:spanOpen (Results 1 – 4 of 4) sorted by relevance
18 …public static function spanOpen(ODTInternalParams $params, $styleName, $element=NULL, $attributes=… function in ODTSpan103 self::spanOpen($params, $style_name);
74 $params->document->spanOpen($params->document->getStyleName('footnote anchor'));
335 function spanOpen($styleName, $element=NULL, $attributes=NULL){ function in ODTDocument341 ODTSpan::spanOpen($this->params, $styleName, $element, $attributes);
686 $this->document->spanOpen($this->document->getStyleName('strong'));694 $this->document->spanOpen($this->document->getStyleName('emphasis'));702 $this->document->spanOpen($this->document->getStyleName('underline'));710 $this->document->spanOpen($this->document->getStyleName('monospace'));718 $this->document->spanOpen($this->document->getStyleName('sub'));726 $this->document->spanOpen($this->document->getStyleName('sup'));734 $this->document->spanOpen($this->document->getStyleName('del'));1726 $this->document->spanOpen($style_name);