Sort Score
Result 10 results
Languages All
Labels All
Results 351 - 360 of 5,468 for

hyperlink

(0.08 sec)
  1. Aspose::Words::Fields::FieldPageRef class | Asp...

    Aspose::Words::Fields::FieldPageRef class. Implements the PAGEREF field. To learn more, visit the documentation article in C++....Gets whether to insert a hyperlink to the bookmarked paragraph...Sets whether to insert a hyperlink to the bookmarked paragraph...

    reference.aspose.com/words/cpp/aspose.words.fie...
  2. INodeChangingCallback | Aspose.Words for Java

    Implement this interface if you want to receive notifications when nodes are inserted or removed in the document in Java....insertField(" HYPERLINK \"https://www.google.com/\"..."); builder.insertField(" HYPERLINK \"https://www.google.com/\"...

    reference.aspose.com/words/java/com.aspose.word...
  3. CustomXmlPropertyCollection | Aspose.Words for ...

    Represents a collection of custom XML attributes or smart tag properties in Java....address, and converts it to a hyperlink that displays a purple dotted...address, and converts it to a hyperlink that displays a purple dotted...

    reference.aspose.com/words/java/com.aspose.word...
  4. Python and .NET Version Differences|Aspose.Word...

    Aspose.Words for Python via .NET is a wrapper of Aspose.Words for .NET, this page describes the differences in features and API of these two products.... my_dir + "Hyperlinks.docx" ) for field in doc...FIELD_HYPERLINK : hyperlink = field . as_field_hyperlink () #...

    docs.aspose.com/words/python-net/python-notes/
  5. Add Cell Data Validations|Documentation

    This article introduces how to add data validation (GridValidation) in GridWeb.... Filter Data Access Hyperlink object of the GridWeb Cell...

    docs.aspose.com/cells/net/aspose-cells-gridweb/...
  6. Using Built-in Styles|Documentation

    Python code to use Excel built-in styles with Aspose.Cells for Python via .NET API...HEADER_3 HEADER_4 HYPERLINK FOLLOWED_HYPERLINK INPUT LINKED_CELL...

    docs.aspose.com/cells/python-net/using-built-in...
  7. PdfSaveOptions.createNoteHyperlinks property | ...

    PdfSaveOptions.createNoteHyperlinks property. Specifies whether to convert footnote/endnote references in main text story into active Hyperlinks...into active hyperlinks. When clicked the hyperlink will lead to...and endnotes function as hyperlinks. let doc = new aw . Document...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Using Built-in Styles|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....HEADER_3 HEADER_4 HYPERLINK FOLLOWED_HYPERLINK INPUT LINKED_CELL...

    docs.aspose.com/cells/java/using-built-in-styles/
  9. Working with Styles and Themes in C#|Aspose.Wor...

    Advanced Microsoft Word formatting features, working with styles and themes using C#....add a hyperlink that follows the document’s Hyperlink style automatically...set run.Font.StyleName = "Hyperlink" , and assign a FieldHyperlink...

    docs.aspose.com/words/net/working-with-styles-a...
  10. 向单元格添加超链接|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 ( "c:\\Hyperlink_test.xls" ); //Quit the Application...

    docs.aspose.com/cells/zh/net/add-hyperlinks-to-...