Lines Matching defs:attributes

335     function spanOpen($styleName, $element=NULL, $attributes=NULL){
349 function spanOpenUseCSS($element=NULL, $attributes=NULL, cssimportnew $import=NULL){
409 function paragraphOpen($styleName=NULL, $element=NULL, $attributes=NULL){
429 function paragraphOpenUseCSS($element=NULL, $attributes=NULL, cssimportnew $import=NULL){
707 function heading($text, $level, $element=NULL, $attributes=NULL){
1006 function listOpen($continue=false, $styleName, $element=NULL, $attributes=NULL) {
1033 function listItemOpen($level, $element=NULL, $attributes=NULL) {
1052 function listHeaderOpen($level, $element=NULL, $attributes=NULL) {
1070 function listContentOpen($element=NULL, $attributes=NULL) {
1090 function tableOpen($maxcols = NULL, $numrows = NULL, $element=NULL, $attributes=NULL){
1122 function tableRowOpen($element=NULL, $attributes=NULL){
1142 function tableHeaderOpen($colspan = 1, $rowspan = 1, $align, $element=NULL, $attributes=NULL){
1162 function tableCellOpen($colspan, $rowspan, $align, $element=NULL, $attributes=NULL){
1182 …function tableOpenUseCSS($maxcols=NULL, $numrows=NULL, $element=NULL, $attributes=NULL, cssimportn…
1221 …function tableHeaderOpenUseCSS($colspan = 1, $rowspan = 1, $element=NULL, $attributes=NULL, cssimp…
1250 function tableRowOpenUseCSS($element=NULL, $attributes=NULL, cssimportnew $import=NULL){
1279 …function tableCellOpenUseCSS($colspan = 1, $rowspan = 1, $element=NULL, $attributes=NULL, cssimpor…
1308 function openTextBoxUseCSS ($element=NULL, $attributes=NULL, cssimportnew $import=NULL) {
2018 …public function getODTProperties (array &$dest, $element, $attributes=NULL, $media_sel=NULL, $inhe…
2068 public function addHTMLElement ($element, $attributes = NULL) {
2201 public function registerHTMLElementForCSSImport ($style_type, $element, $attributes=NULL) {