Sort Score
Result 10 results
Languages All
Labels All
Results 241 - 250 of 5,468 for

hyperlink

(0.55 sec)
  1. 在 Java 中管理演示文稿超链接|Aspose.Slides 文档

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

    docs.aspose.com/slides/zh/java/manage-hyperlinks/
  2. DocumentBuilder.pop_font method | Aspose.Words ...

    DocumentBuilder.pop_font method. Retrieves character formatting previously saved on 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...
  3. DocumentBuilder.popFont method | Aspose.Words f...

    DocumentBuilder.popFont method. Retrieves character formatting previously saved on the stack....text that goes before the hyperlink. builder . font . name = "Arial"...= aw . StyleIdentifier . Hyperlink ; builder . insertHyperlink...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. 在工作表中插入超链接|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....Add ( "Hyperlinks" ); HyperlinkCollection hyperlinks = sheet...sheet . Hyperlinks ; Style style = new Style (); style . Font . Underline...

    docs.aspose.com/cells/zh/net/insert-hyperlinks-...
  5. 在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-...
  6. 添加图像超链接|Documentation

    学习如何通过Aspose.Cells for JavaScript通过C++ API添加图片超链接。...head > < body > < h1 > Image Hyperlink Example </ h1 > < p > Select...insert as a picture with a hyperlink: </ p > < input type = "file"...

    docs.aspose.com/cells/zh/javascript-cpp/add-ima...
  7. 使用 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...
  8. 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...
  9. 管理超链接|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...
  10. 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...