Sort Score
Result 10 results
Languages All
Labels All
Results 1,431 - 1,440 of 7,022 for

bookmark

(0.04 sec)
  1. 请问,在使用Aspose.PDF 21.7版本合并PDF,生成书签和目录时,部分中文乱码问题。...

    private void MergePdfTogeter(bool createBookmarks = false) { if (listBox1.Items.Count > 0) { Document document = new Document(); //存放书签的页面 List ints = new List(); int currentPage = 1; foreach (var item in fileNam…...em); OutlineItemCollectio bookmark = new OutlineItemCollectio(document...Add(currentPage); document.Outlines.Add(bookmark); currentPage += document...

    forum.aspose.com/t/aspose-pdf-21-7-pdf/295416
  2. Aspose::Words::Fields::FieldToc::get_HeadingLev...

    Aspose::Words::Fields::FieldToc::get_HeadingLevelRange method. Gets or sets a range of heading levels to include in C++....appear within the bounds of a bookmark with the "MyBookmark" name...because it is outside the bookmark specified by the TOC. InsertNewPageWithHea...

    reference.aspose.com/words/cpp/aspose.words.fie...
  3. Aspose::Words::Fields::FieldToc::get_PreserveTa...

    Aspose::Words::Fields::FieldToc::get_PreserveTabs method. Gets or sets whether to preserve tab entries within table entries in C++....appear within the bounds of a bookmark with the "MyBookmark" name...because it is outside the bookmark specified by the TOC. InsertNewPageWithHea...

    reference.aspose.com/words/cpp/aspose.words.fie...
  4. Aspose::Words::Fields::FieldOptions::get_Custom...

    Aspose::Words::Fields::FieldOptions::get_CustomTocStyleSeparator method. Gets or sets custom style separator for the \t switch in FieldToc field in C++....appear within the bounds of a bookmark with the "MyBookmark" name...because it is outside the bookmark specified by the TOC. InsertNewPageWithHea...

    reference.aspose.com/words/cpp/aspose.words.fie...
  5. Aspose::Words::Fields::FieldToc::get_EntrySepar...

    Aspose::Words::Fields::FieldToc::get_EntrySeparator method. Gets or sets a sequence of characters that separate an entry and its page number in C++....appear within the bounds of a bookmark with the "MyBookmark" name...because it is outside the bookmark specified by the TOC. InsertNewPageWithHea...

    reference.aspose.com/words/cpp/aspose.words.fie...
  6. Aspose::Words::Fields::FieldToc::get_PageNumber...

    Aspose::Words::Fields::FieldToc::get_PageNumberOmittingLevelRange method. Gets or sets a range of levels of the table of contents entries from which to omits page numbers in C++....appear within the bounds of a bookmark with the "MyBookmark" name...because it is outside the bookmark specified by the TOC. InsertNewPageWithHea...

    reference.aspose.com/words/cpp/aspose.words.fie...
  7. DocumentBuilder.insert_combo_box method | Aspos...

    DocumentBuilder.insert_combo_box method. Inserts a combobox form field at the current position....for the form field, then a bookmark is automatically created with...

    reference.aspose.com/words/python-net/aspose.wo...
  8. FieldIncludeText.BookmarkName | Aspose.Words fo...

    FieldIncludeText BookmarkName property. Gets or sets the name of the Bookmark in the document to include in C#....Gets or sets the name of the bookmark in the document to include...

    reference.aspose.com/words/net/aspose.words.fie...
  9. How to Extract Content Between Document Nodes|A...

    Extracting document content in different using C#....Start and end ranges of a bookmark or comment Various bodies...field, or between a run and a bookmark. This article provides the...

    docs.aspose.com/words/net/how-to-extract-select...
  10. Inserting Fields in Python|Aspose.Words for Pyt...

    Insert fields into a document in Python in different ways: using `DocumentBuilder` or DOM (Document Object Model)....user for text to assign to a Bookmark in Word document. ASK field...operations: specify the name of the bookmark specify default user response...

    docs.aspose.com/words/python-net/inserting-fields/