Skip to content

create more then one Hyperlink in one table cell #93

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
chuebert opened this issue Feb 27, 2015 · 6 comments
Closed

create more then one Hyperlink in one table cell #93

chuebert opened this issue Feb 27, 2015 · 6 comments
Milestone

Comments

@chuebert
Copy link

chuebert commented Feb 27, 2015

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));

@Progi1984
Copy link
Member

@chuebert Just pushed on the develop branch in the Sample 04 - Table an improvement of the sample.

In the cell C3, you have two links in a cell.

Ok for you ?

@Progi1984
Copy link
Member

@chuebert PHPPowerPoint 0.4.0 has been released. I would like to solve your issue for 0.5.0. Could you answer to my question ?

@chuebert
Copy link
Author

chuebert commented Jul 7, 2015

Sry, i have no time at the moment but have saved your issues to check it
if i find time.

Am 07.07.2015 um 12:22 schrieb Progi1984:

@chuebert https://github.com/chuebert PHPPowerPoint 0.4.0 has been
released. I would like to solve your issue for 0.5.0. Could you answer
to my question ?


Reply to this email directly or view it on GitHub
#93 (comment).

Mit freundlichen Grüßen,

Christoph Hübert
Entwickler

Katharinenstraße 47 | 49078 Osnabrück

E-Mail: [email protected]
Web: www.garmanzky.com
Mobil: 017630651151

Folgen Sie uns auch auf:

https://www.facebook.com/Agentur.Online.Kommunikation
https://twitter.com/garmanzky

Garmanzky WEBconsulting GmbH
Hauptsitz Gauting bei München (D) | Am Schlosspark 15 | 82131
Gauting | HRB 189070 | Geschäftsführung: Melanie Garmanzky | Dr. Andreas Bachmeier
Standort Osnabrück | Katharinenstraße 47 | 49078 Osnabrück

VERTRAULICHKEITSHINWEIS:
Der Inhalt dieser E-Mail ist vertraulich und für den Nutzer der E-Mail Adresse bestimmt, an den die Nachricht geschickt wurde; sie kann darüber hinaus durch besondere Bestimmungen geschützt sein. Wenn Sie nicht der Adressat dieser E-Mail sind, dürfen Sie dies nicht kopieren, weiterleiten, weitergeben oder sie ganz oder teilweise in irgendeiner Weise nutzen. Wenn Sie diese E-Mail fälschlicherweise erhalten haben, benachrichtigen Sie bitte den Absender, indem Sie auf diese Nachricht antworten.

CONFIDENTIALITY NOTICE
The content of this e-mail is confidential and destined for the use of the email address to which it was addressed. In addition, said information may also be privileged. If you are not the addressee of this email you may not copy, forward, disclose or otherwise use it or any part of it in any form whatsoever. If you have received this email by accident please inform the sender by replying to this message.

@Progi1984
Copy link
Member

@chuebert PHPPowerPoint 0.6.0 has been released. I would like to solve your issue for 0.7.0. Could you answer to my question ?

@Progi1984
Copy link
Member

@chuebert PhpPresentation 0.8.0 has been released. I would like to solve your issue for 0.9.0. Could you answer to my question ?

@Progi1984
Copy link
Member

@chuebert PhpPresentation 0.9.0 has been released. I would like to solve your issue for 0.10.0. Could you answer to my question ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants