Sort Score
Result 10 results
Languages All
Labels All
Results 601 - 610 of 3,335 for

bookmark

(0.04 sec)
  1. FieldPageRef Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FieldPageRef class for seamless PAGEREF field implementation, enhancing document navigation and efficiency....Gets or sets the name of the bookmark. DisplayResult { get; } Gets...insert a hyperlink to the bookmarked paragraph. InsertRelativePositi...

    reference.aspose.com/words/net/aspose.words.fie...
  2. DocumentBuilder.insert_hyperlink method | Aspos...

    DocumentBuilder.insert_hyperlink method. Inserts a hyperlink into the document....insert_hyperlink(display_text, url_or_bookmark, is_bookmark) Inserts a hyperlink...display_text : str , url_or_bookmark : str , is_bookmark : bool ): ... Parameter...

    reference.aspose.com/words/python-net/aspose.wo...
  3. FieldHyperlink.sub_address property | Aspose.Wo...

    FieldHyperlink.sub_address property. Gets or sets a location in the file, such as a Bookmark, where this hyperlink jumps....location in the file, such as a bookmark, where this hyperlink jumps...specified bookmark. field . address = MY_DIR + 'Bookmarks.docx' field...

    reference.aspose.com/words/python-net/aspose.wo...
  4. FormField.remove_field method | Aspose.Words fo...

    FormField.remove_field method. Removes the complete form field, not just the form field special character....is a bookmark associated with the form field, the bookmark is not...

    reference.aspose.com/words/python-net/aspose.wo...
  5. 删除分节符影响书签标记 - Free Support Forum - aspose.com

    Document document = new Document("input.docx"); for (int i = document.getSections().getCount() - 2; i >= 0; i--) { document.getLastSection().prependContent(document.getSections().get(i)); …...bookmark.docx"); input.docx (601.7...List<Bookmark> bookmarks = new ArrayList<>(); for (Bookmark bookmark...

    forum.aspose.com/t/topic/312511
  6. FieldBarcode.IsBookmark | Aspose.Words for .NET

    Discover how the FieldBarcode IsBookmark property enhances your PostalAddress functionality, allowing seamless Bookmark management for improved data organization....PostalAddress is the name of a bookmark. public bool IsBookmark {...LineBreak ); // 2 - Reference a bookmark that stores the value that...

    reference.aspose.com/words/net/aspose.words.fie...
  7. FormField.removeField method | Aspose.Words for...

    FormField.removeField method. Removes the complete form field, not just the form field special character....is a bookmark associated with the form field, the bookmark is not...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Add PDF Bookmarks|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 PDF Bookmarks Contents [ Hide ] This article provides information...information on how to insert PDF bookmarks when converting a spreadsheet...

    docs.aspose.com/cells/java/add-pdf-bookmarks/
  9. Aspose::Words::Fields::FieldGoToButton::get_Dis...

    Aspose::Words::Fields::FieldGoToButton::get_DisplayText method. Gets or sets the text of the "button" that appears in the document, such that it can be selected to activate the jump in C++....take the text cursor to the bookmark whose name the Location property...GetFieldCode ()); // Insert a valid bookmark for the field to reference...

    reference.aspose.com/words/cpp/aspose.words.fie...
  10. 使用 C++ 製作 PDF

    通過幾個步驟在 C++ 中創建一個新的 PDF。使用 C++ 庫輕鬆創建 PDF。...builder->StartBookmark(u"Aspose bookmark"); // 如果 NextSibling 為 null,很可能這是該段落中的最後一次...builder->EndBookmark(u"Aspose bookmark"); doc->Save(u"Output.pdf");...

    products.aspose.com/words/zh-hant/cpp/make/pdf/