Sort Score
Result 10 results
Languages All
Labels All
Results 341 - 350 of 5,500 for

hyperlink

(0.07 sec)
  1. ThemeColor Enum | Aspose.Words for .NET

    Discover the Aspose.Words ThemeColor enum for customizing document themes with vibrant colors, enhancing your document's visual appeal and professionalism.... Hyperlink 10 Hyperlink color. FollowedHyperlink...FollowedHyperlink 11 Followed hyperlink color. Text1 12 Text color 1. Text2...

    reference.aspose.com/words/net/aspose.words.the...
  2. 超链接|Aspose.Slides for Python 文档

    在 Python 中使用 Aspose.Slides 添加、编辑和删除超链接:链接文本、形状、幻灯片、URL 和电子邮件;为 PPT、PPTX 和 ODP 设置目标和操作。... def add_hyperlink (): with slides . Presentation...portion_format . hyperlink_click = slides . Hyperlink ( "https://www...

    docs.aspose.com/slides/zh/python-net/examples/e...
  3. How to Create Word Document using C#

    In this tutorial you will learn how to create Word document using C# without interop. The C# code example creates Word document in DOCX file format....font formatting, insert a hyperlink into it, and save the document...Write some text and insert hyperlink into document Save the document...

    kb.aspose.com/words/net/how-to-create-word-docu...
  4. How to Create Word Document using Java

    In this short tutorial, you will learn how to create Word document using Java in Windows, Mac OS, Ubuntu. The code sample can create a Word document in Java....surrounded by a border Insert hyperlink Save the Word document These...Then it inserts text with hyperlink and proceeds to create Word...

    kb.aspose.com/words/java/how-to-create-word-doc...
  5. FieldPageRef.InsertHyperlink | Aspose.Words for...

    Discover how the FieldPageRef InsertHyperlink property enhances your documents by easily linking to bookmarked paragraphs for seamless navigation....sets whether to insert a hyperlink to the bookmarked paragraph..."MyBookmark3" , true , false , "Hyperlink to Bookmark3, on page: " )...

    reference.aspose.com/words/net/aspose.words.fie...
  6. Aspose::Words::Fields::FieldStart class | Aspos...

    Aspose::Words::Fields::FieldStart class. Represents a start of a Word field in a document. To learn more, visit the documentation article in C++....Examples Shows how to find all hyperlinks in a Word document, and then...nks" ; } #endif }; class Hyperlink : public System :: Object...

    reference.aspose.com/words/cpp/aspose.words.fie...
  7. Aspose::Words::Themes::ThemeColor enum | Aspose...

    Aspose::Words::Themes::ThemeColor enum. Specifies the theme colors for document themes. To learn more, visit the documentation article in C++.... Hyperlink 10 Hyperlink color. FollowedHyperlink...FollowedHyperlink 11 Followed hyperlink color. Text1 12 Text color 1. Text2...

    reference.aspose.com/words/cpp/aspose.words.the...
  8. Aspose.Cells.GridWeb|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....with Cells GridWeb Access Hyperlink object of the GridWeb Cell...

    docs.aspose.com/cells/java/aspose-cells-gridweb/
  9. 在VSTO和Aspose.Cells中为单元格添加超链接|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 a hyperlink to it. objSheet . Hyperlinks . Add ( _range... objBook . SaveCopyAs ( "Hyperlink_test.xls" ); //Quit the Application...

    docs.aspose.com/cells/zh/net/add-hyperlinks-to-...
  10. Extract Links from PDF in Java

    This quick tutorial guides on how to extract links from PDF in Java. It contains all the details to set the IDE, a list of steps, and a sample code to develop a PDF link extractor in Java....a sample code to extract hyperlinks from PDF in Java . You will...GoToURIAction class. Code to Extract Hyperlink from PDF in Java The above...

    kb.aspose.com/pdf/java/extract-links-from-pdf-i...