Sort Score
Result 10 results
Languages All
Labels All
Results 591 - 600 of 3,534 for

bookmark

(0.2 sec)
  1. 删除分节符影响书签标记 - 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
  2. 通过Node.js via C++添加带有命名目的书签到PDF|Documentation

    学习如何使用Aspose.Cells for Node.js via C++添加带有命名目的PDF书签。确保书签在页面变更时保持完整。... get ( "C5" ); // Create Bookmark and Destination for this cell...get ( "G56" ); // Create Sub-Bookmark and Destination for this cell...

    docs.aspose.com/cells/zh/nodejs-cpp/add-pdf-boo...
  3. FieldNoteRef.InsertHyperlink | Aspose.Words for...

    Discover the FieldNoteRef InsertHyperlink property, easily manage hyperlink insertion for Bookmarked paragraphs to enhance your document’s interactivity....insert a hyperlink to the bookmarked paragraph. public bool InsertHyperlink...DocumentBuilder ( doc ); // Create a bookmark with a footnote that the NOTEREF...

    reference.aspose.com/words/net/aspose.words.fie...
  4. FieldNoteRef.InsertRelativePosition | Aspose.Wo...

    Discover the InsertRelativePosition property of FieldNoteRef. Easily manage Bookmarked paragraphs by setting relative positions for enhanced document navigation....relative position of the bookmarked paragraph. public bool InsertRelativePositi...DocumentBuilder ( doc ); // Create a bookmark with a footnote that the NOTEREF...

    reference.aspose.com/words/net/aspose.words.fie...
  5. FieldNoteRef.InsertReferenceMark | Aspose.Words...

    Discover the FieldNoteRef InsertReferenceMark property to seamlessly insert formatted reference marks, enhancing your document's clarity and professionalism....DocumentBuilder ( doc ); // Create a bookmark with a footnote that the NOTEREF...footnote inside the referenced bookmark. // Setting the InsertHyperlink...

    reference.aspose.com/words/net/aspose.words.fie...
  6. Aspose::Words::Fields::FieldIndex::get_PageRang...

    Aspose::Words::Fields::FieldIndex::get_PageRangeSeparator method. Gets or sets the character sequence that is used to separate the start and end of a page range in C++....Examples Shows how to specify a bookmark’s spanned pages as a page...// If an XE field names a bookmark using the PageRangeBookmarkNam...

    reference.aspose.com/words/cpp/aspose.words.fie...
  7. 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...
  8. FieldSet Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FieldSet class, designed to efficiently implement the SET field for enhanced document processing and automation....Gets or sets the name of the bookmark. BookmarkText { get; set;...or sets the new text of the bookmark. DisplayResult { get; } Gets...

    reference.aspose.com/words/net/aspose.words.fie...
  9. 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...
  10. 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...