Sort Score
Result 10 results
Languages All
Labels All
Results 911 - 920 of 5,478 for

hyperlink

(0.33 sec)
  1. FieldType | Aspose.Words for Java

    Specifies Microsoft Word field types in Java.... FIELD_HYPERLINK Specifies the HYPERLINK field. FIELD_IF...control. FIELD_HYPERLINK public static int FIELD_HYPERLINK Specifies...

    reference.aspose.com/words/java/com.aspose.word...
  2. Aspose::Words::StyleIdentifier enum | Aspose.Wo...

    Aspose::Words::StyleIdentifier enum. Locale independent style identifier in C++....HtmlVariable 104 Hyperlink 85 The Hyperlink style. IntenseEmphasis...

    reference.aspose.com/words/cpp/aspose.words/sty...
  3. Excel 主题和颜色|Documentation

    学习如何使用Aspose.Cells for JavaScript via C++的自定义配色方案。... // Hyperlink new Color ( "Gray" ) // Followed Hyperlink ]; //...

    docs.aspose.com/cells/zh/javascript-cpp/excel-t...
  4. Add Text to PDF using C++|Aspose.PDF for C++

    Learn how to insert text into PDF documents in C++ using Aspose.PDF for content customization....+ outputFileName ); } Add Hyperlink to TextSegment A PDF page...order to set hyperlink for TextSegment, Hyperlink property of...

    docs.aspose.com/pdf/cpp/add-text-to-pdf-file/
  5. Umbraco PDF Import Module|Aspose.PDF for .NET

    Learn how to install and use Umbraco PDF Import Module...graph objects; extensive hyperlink functionality; extended security...

    docs.aspose.com/pdf/net/umbraco-pdf-import-module/
  6. FieldType Enum | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FieldType enum to efficiently manage Microsoft Word field types and enhance your document automation....FieldHyperlink 88 Specifies the HYPERLINK field. FieldIf 7 Specifies...

    reference.aspose.com/words/net/aspose.words.fie...
  7. 将 Markdown 翻译为 DOM|Python via .NET 格式的 Aspose.W...

    使用 Python 将 Markdown 文档转换为 Document Object Model 并返回。因此,您可以使用复杂的现有 Markdown 并以编程方式从头开始创建 Markdown 文档。...() # Insert hyperlink. builder . insert_hyperlink ( "https://www...False ); builder . insert_hyperlink ( "email@aspose.com" , "mailto:email@aspose...

    docs.aspose.com/words/zh/python-net/translate-m...
  8. Word目录页码问题 - Free Support Forum - aspose.com

    问题:Word生成的目录不对,不能和PDF文件的目录对应,PDF的目录是正确地。请帮忙看看是什么原因,谢谢。 生成目录的核心代码如下: string desPath = Path.Combine(reportDesPath, fileName); Aspose.Words.Document doc = new Aspose.Words.Document(desPath); doc.UpdateFields(); doc.Update…...FieldHyperlink hyperlink = (FieldHyperlink)field; if (hyperlink.SubAddress...SubAddress != null && hyperlink.SubAddress.StartsWith("_Toc")) { Paragraph...

    forum.aspose.com/t/word/316558
  9. Bookmarking all the static text inside a docume...

    Hello Team, I will be uploading an document which will contain static text and aspose syntax in it and I want tp iterate through each and every line even for table… example prop.check = <<[prop.check]>> prop.example…...After ding this I can see my hyperlinks for heading in TOC is pointing...work as expected. Also TOC hyperlinks should not be affected. Output...

    forum.aspose.com/t/bookmarking-all-the-static-t...
  10. Add Text to PDF using C#|Aspose.PDF for .NET

    Learn how to add text to a PDF document in .NET using Aspose.PDF for content enhancement and document editing....pdf" ); } } Add Hyperlink to TextSegment A PDF page...order to set hyperlink for TextSegment, Hyperlink property of...

    docs.aspose.com/pdf/net/add-text-to-pdf-file/