Sort Score
Result 10 results
Languages All
Labels All
Results 851 - 860 of 7,033 for

bookmark

(0.08 sec)
  1. Aspose::Words::Fields::FieldInclude Class Refer...

    Implements the INCLUDE field.... // The bookmark from the other document that...field->set_SourceFullName(MyDir + u "Bookmarks.docx" ); field->set_BookmarkName(u...

    reference.aspose.com/words/cpp/class/aspose.wor...
  2. Work with Bookmarks in PDF via C# | Aspose.PDF

    C# source code to work with Bookmarks in PDF file on .NET Framework, .NET Core, or new modern .NET...How to work with Bookmarks in PDF Document with C# Library In...In order to add bookmarks in PDF file, we’ll use Aspose.PDF for...

    products.aspose.com/pdf/net/bookmarks/pdf/
  3. PdfBookmarkEditor.h - Aspose.PDF for C++ - API ...

    PdfBookmarkEditor.h 1 #pragma once 2 // Copyright (c) 2001-2023 Aspose Pty Ltd. All Rights Reserved. 3 4 #include Bookmark; 22 class Bookmarks; 23 } // namespace...CreateBookmarks( System::SharedPtr<Bookmark> bookmark); 92 ASPOSE_PDF_SHARED_API...

    reference.aspose.com/pdf/cpp/_pdf_bookmark_edit...
  4. Aspose::Words::Fields::FieldTA::get_PageRangeBo...

    Aspose::Words::Fields::FieldTA::get_PageRangeBookmarkName method. Gets or sets the name of the Bookmark that marks a range of pages that is inserted as the entry's page number in C++....Gets or sets the name of the bookmark that marks a range of pages...filter TA fields by naming a bookmark that they will need to be...

    reference.aspose.com/words/cpp/aspose.words.fie...
  5. FieldHyperlink.Address | Aspose.Words for .NET

    FieldHyperlink Address property. Gets or sets a location where this hyperlink jumps in C#....specified bookmark. field . Address = MyDir + "Bookmarks.docx" ;..." + field . Address + " on bookmark " + field . SubAddress + "...

    reference.aspose.com/words/net/aspose.words.fie...
  6. FieldHyperlink.IsImageMap | Aspose.Words for .NET

    FieldHyperlink IsImageMap property. Gets or sets whether to append coordinates to the hyperlink for a serverside image map in C#....specified bookmark. field . Address = MyDir + "Bookmarks.docx" ;..." + field . Address + " on bookmark " + field . SubAddress + "...

    reference.aspose.com/words/net/aspose.words.fie...
  7. FieldHyperlink.address property | Aspose.Words ...

    FieldHyperlink.address property. Gets or sets a location where this hyperlink jumps....specified bookmark. field . address = MY_DIR + 'Bookmarks.docx' field...' + field . address + ' on bookmark ' + field . sub_address +...

    reference.aspose.com/words/python-net/aspose.wo...
  8. FieldHyperlink.is_image_map property | Aspose.W...

    FieldHyperlink.is_image_map property. Gets or sets whether to append coordinates to the hyperlink for a server-side image map....specified bookmark. field . address = MY_DIR + 'Bookmarks.docx' field...' + field . address + ' on bookmark ' + field . sub_address +...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Bookmark.text property | Aspose.Words for Python

    Bookmark.text property. Gets or sets the text enclosed in the Bookmark....text property Bookmark.text property Gets or sets the text enclosed...enclosed in the bookmark. @property def text ( self ) -> str :...

    reference.aspose.com/words/python-net/aspose.wo...
  10. 使用 Java 製作 WORD

    通過幾個步驟在 Java 中創建一個新的 WORD。使用 Java 庫輕鬆創建 WORD。...startBookmark("Aspose bookmark"); // 如果 NextSibling 為 null,很可能這是該段落中的最後一次...builder.endBookmark("Aspose bookmark"); doc.save("Output.docx");...

    products.aspose.com/words/zh-hant/java/make/word/