Sort Score
Result 10 results
Languages All
Labels All
Results 881 - 890 of 5,358 for

hyperlink

(0.2 sec)
  1. 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
  2. Aspose.Pdf convert HTML to PDF gets exception F...

    A bad href link in html for example “http://415.707.7015/” throws a failed to parse exception that does not allow for processing to continue. Work arounds here suggest pre-validating all hrefs in the entire html before …...that contains a malformed hyperlink (for example ), the HTML parser...without being halted by bad hyperlinks, while the optional warning...

    forum.aspose.com/t/aspose-pdf-convert-html-to-p...
  3. Aspose.Slides for Xamarin | Xamarin PowerPoint ...

    Aspose.Slides for Xamarin to build Xamarin PowerPoint applications....Text & Formatting Manipulate Hyperlink Text Set Placeholder Type...

    products.aspose.com/slides/xamarin/
  4. ShapeBase Class | Aspose.Words for .NET

    Explore the Aspose.Words.Drawing.ShapeBase class, your foundation for creating dynamic drawings, including AutoShapes, OLE objects, and ActiveX controls....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...
  5. ShapeBase class | Aspose.Words for Python

    aspose.words.drawing.ShapeBase class. Base class for objects in the drawing layer, such as an AutoShape, freeform, OLE object, ActiveX control, or picture...href Gets or sets the full hyperlink address for a shape. is_composite...target frame for the shape hyperlink. title Gets or sets the title...

    reference.aspose.com/words/python-net/aspose.wo...
  6. 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/
  7. Java Visio API | Create Manipulate and Convert ...

    Visio library for creation, manipulation and conversion of diagrams. Export diagrams to multiple formats in Java-based applications...Configure Timeline Shapes Add/Get Hyperlinks Get Shape Connectors Change...Shape Elements Style Sheets Hyperlinks Layers User-defined Cells...

    products.aspose.com/diagram/java/
  8. 将 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...
  9. Translate Markdown to DOM|Aspose.Words for Pyth...

    Tarnslate a Markdown document to Document Object Model and back using Python. So you can work with complex existing Markdown and programmatically create a Markdown document from scratch....() # Insert hyperlink. builder . insert_hyperlink ( "https://www...False ); builder . insert_hyperlink ( "email@aspose.com" , "mailto:email@aspose...

    docs.aspose.com/words/python-net/translate-mark...
  10. 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...