Sort Score
Result 10 results
Languages All
Labels All
Results 231 - 240 of 5,482 for

hyperlink

(0.2 sec)
  1. ShapeBase.screenTip property | Aspose.Words for...

    ShapeBase.screenTip property. Defines the text displayed when the mouse pointer moves over the shape....contains an image, and is also a hyperlink. let doc = new aw . Document...window // and take us to the hyperlink in the "HRef" property. doc...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. ShapeBase.screen_tip property | Aspose.Words fo...

    ShapeBase.screen_tip property. Defines the text displayed when the mouse pointer moves over the shape....contains an image, and is also a hyperlink. doc = aw . Document () builder...window # and take us to the hyperlink in the "HRef" property. doc...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Aspose::Words::Font::get_Underline method | Asp...

    Aspose::Words::Font::get_Underline method. Gets or sets the type of underline applied to the font in C++....); Shows how to insert a hyperlink field. auto doc = System ::...visit the " ); // Insert a hyperlink and emphasize it with custom...

    reference.aspose.com/words/cpp/aspose.words/fon...
  4. Underline | Aspose.Words for Java

    Indicates type of the underline applied to a font in Java....Examples: Shows how to insert a hyperlink field. Document doc = new...visit the "); // Insert a hyperlink and emphasize it with custom...

    reference.aspose.com/words/java/com.aspose.word...
  5. 使用 Python 管理演示文稿中的超链接|Aspose.Slides for Python 文档

    使用 Aspose.Slides for Python via .NET,轻松管理 PowerPoint 和 OpenDocument 演示文稿中的超链接——在几分钟内提升交互性和工作流程。... hyperlink_click = slides . Hyperlink ( "https://www...text_portion . portion_format . hyperlink_click . tooltip = "More than...

    docs.aspose.com/slides/zh/python-net/manage-hyp...
  6. 管理超链接|Aspose.Slides for Node.js via .NET 文档

    如何在 JavaScript 中向 PowerPoint 演示文稿添加超链接... Hyperlink ( "https://www.aspose.com/"...setHyperlinkClick ( new aspose . slides . Hyperlink ( "https://www.aspose.com/"...

    docs.aspose.com/slides/zh/nodejs-java/manage-hy...
  7. DocumentBuilder.push_font method | Aspose.Words...

    DocumentBuilder.push_font method. Saves current character formatting onto the stack....text that goes before the hyperlink. builder . font . name = 'Arial'...StyleIdentifier . HYPERLINK builder . insert_hyperlink ( 'here' , 'http://www...

    reference.aspose.com/words/python-net/aspose.wo...
  8. 在 Android 上管理演示文稿超链接|Aspose.Slides 文档

    使用 Aspose.Slides for Android via Java,轻松管理 PowerPoint 和 OpenDocument 演示文稿中的超链接——在几分钟内提升交互性和工作流。... setHyperlinkClick ( new Hyperlink ( "https://www.aspose.com/"... setHyperlinkClick ( new Hyperlink ( "https://www.aspose.com/"...

    docs.aspose.com/slides/zh/androidjava/manage-hy...
  9. 使用C++获取范围内的超链接|Documentation

    通过Aspose.Cells for C++ API学习如何获取范围内的超链接。...您还可以通过调用 Hyperlink.Delete 方法删除超链接。 #include <iostream>...u "B3" ); Vector < Hyperlink > hyperlinks = range . GetHyperlinks...

    docs.aspose.com/cells/zh/cpp/get-hyperlinks-in-...
  10. 在Excel或OpenOffice中插入超链接的C++方法|Documentation

    学习如何在不使用MS Excel的情况下,用Aspose.Cells库向Excel文件插入超链接。...GetHyperlinks() 集合中的项表示一个 Hyperlink 。通过调用 Hyperlinks 集合的 Add 方法,向URL添加超链接。...GetWorksheets (). Get ( 0 ); // Add a hyperlink to cell "A1" worksheet . GetHyperlinks...

    docs.aspose.com/cells/zh/cpp/insert-hyperlinks-...