Skip to content

create more then one Hyperlink in one table cell #93

@chuebert

Description

@chuebert

It is posssbile to set more than one hyperlink in tablecell?

    $textRun = $row->nextCell()->createTextRun($link);
    $textRun->getFont()->setName($this->table_font);
    $textRun->getFont()->setSize($font_size);
    $textRun->getHyperlink()->setUrl($complete_url)->setTooltip($complete_url);
    $textRun->getFont()->setColor(new Color($this->font_color));

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions