Sort Score
Result 10 results
Languages All
Labels All
Results 901 - 910 of 5,472 for

hyperlink

(0.99 sec)
  1. Android PowerPoint API | Aspose.Slides for Andr...

    Aspose.Slides for Android API or Android PowerPoint API to create read and manipulate PPT POT PPS PPTX POTX PPSX PowerPoint on Android....Text & Formatting Manage Hyperlink Text Set Placeholder Type...bullets & orientation and hyperlinks. Presentation Conversion...

    products.aspose.com/slides/android-java/
  2. StyleIdentifier Enum | Aspose.Words for .NET

    Discover the Aspose.Words.StyleIdentifier enum for flexible, locale-independent style management in your documents. Enhance your document processing today!...HtmlVariable 104 Hyperlink 85 The Hyperlink style. IntenseEmphasis...

    reference.aspose.com/words/net/aspose.words/sty...
  3. GroupShape Class | Aspose.Words for .NET

    Discover the Aspose.Words.Drawing.GroupShape class to easily manage and manipulate grouped shapes in your documents for enhanced visual appeal....set; } Gets or sets the full hyperlink address for a shape. override...target frame for the shape hyperlink. Title { get; set; } Gets...

    reference.aspose.com/words/net/aspose.words.dra...
  4. GroupShape class | Aspose.Words for Python

    aspose.words.drawing.GroupShape class. Represents a group of shapes in a document...href Gets or sets the full hyperlink address for a shape. (Inherited...target frame for the shape hyperlink. (Inherited from ShapeBase...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Vertaal Markdown na DOM|Aspose.Words vir Python...

    Tarnslate'n Markdown dokument Om Voorwerp Model En terug Te Dokumenteer met behulp van Python. So jy kan werk met komplekse bestaande Markdown en programmaties skep'n Markdown dokument van nuuts af....() # Insert hyperlink. builder . insert_hyperlink ( "https://www...False ); builder . insert_hyperlink ( "email@aspose.com" , "mailto:email@aspose...

    docs.aspose.com/words/af/python-net/translate-m...
  6. 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...
  7. 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...
  8. Excel 主题和颜色|Documentation

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

    docs.aspose.com/cells/zh/javascript-cpp/excel-t...
  9. 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
  10. 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/