Sort Score
Result 10 results
Languages All
Labels All
Results 1,991 - 2,000 of 6,113 for

append

(0.16 sec)
  1. InlineStory.last_paragraph property | Aspose.Wo...

    InlineStory.last_paragraph property. Gets the last paragraph in the story.... append_child ( table ) self . assertEqual...builder . current_paragraph . append_child ( aw . Comment ( doc...

    reference.aspose.com/words/python-net/aspose.wo...
  2. So entfernen Sie leere Seiten in Word mit Python

    In diesem Artikel wird beschrieben, wie Sie mit Python leere Seiten in Word entfernen. Es enthält Details zum Festlegen der Umgebung, eine Liste von Schritten und einen ausführbaren Beispielcode zum Löschen der leeren Seite in Word mit Python....neues leeres Word-Dokument Append alle Seiten mit Inhalt aus...identifizieren. Die Methode append_document() wird zum Hinzufügen...

    kb.aspose.com/de/words/python/how-to-remove-bla...
  3. Как удалить пустую страницу в Word с помощью Py...

    В этой статье описывается, как удалить пустую страницу в Word с помощью Python. В нем есть сведения о настройке среды, список шагов и работоспособный пример кода для удаления пустой страницы в Word с помощью Python.... Append все страницы, имеющие некоторый...идентификации пустых страниц. Метод Append_document() используется для...

    kb.aspose.com/ru/words/python/how-to-remove-bla...
  4. 使用 Python 向 PDF 添加文本|Aspose.PDF for Python via ...

    本文描述了在 Aspose.PDF 中处理文本的各个方面。了解如何向 PDF 添加文本、添加 HTML 片段或使用自定义 OTF 字体。... append_text ( text_fragment ) # 保存生成的...TextBuilder,以便可以将其放置在 PDF 文件上 text_builder . append_text ( text_fragment ) # 保存生成的...

    docs.aspose.com/pdf/zh/python-net/add-text-to-p...
  5. Créer des signets dans un PDF à l'aide de Python

    Suivez cet article pour créer des signets dans un PDF à l'aide de Python. Il contient des détails sur la configuration de l'IDE, une liste d'étapes et un exemple de code pour marquer un document PDF à l'aide de Python....GoToAction() Utilisez la méthode append() dans la collection de contours... Enfin, appelez la méthode append() dans la collection outlines...

    kb.aspose.com/fr/pdf/python/create-bookmarks-in...
  6. Comment.story_type property | Aspose.Words for ...

    Comment.story_type property. Returns [StoryType.COMMENTS](../../storytype/#COMMENTS).... append_child ( table ) self . assertEqual...builder . current_paragraph . append_child ( aw . Comment ( doc...

    reference.aspose.com/words/python-net/aspose.wo...
  7. InlineStory.font property | Aspose.Words for Py...

    InlineStory.font property. Provides access to the font formatting of the anchor character of this object.... append_child ( table ) self . assertEqual...builder . current_paragraph . append_child ( aw . Comment ( doc...

    reference.aspose.com/words/python-net/aspose.wo...
  8. FieldAutoText.entry_name property | Aspose.Word...

    FieldAutoText.entry_name property. Gets or sets the name of the AutoText entry.... append_child ( building_block ) #...is_import_children = True ) building_block . append_child ( building_block_content...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Как да премахнете празна страница в Word с помо...

    Тази статия описва как да премахнете празна страница в Word с помощта на Python. Има подробности за настройка на средата, списък със стъпки и примерен код за изтриване на празната страница в Word с помощта на Python....нов празен документ на Word Append всички страници с някакво съдържание...празните страници. Методът append_document() се използва за добавяне...

    kb.aspose.com/bg/words/python/how-to-remove-bla...
  10. Text fragments found in PageMarkup not availabl...

    Hi, On this specific PDF the text is extracted but not correctly ordered in sections and paragraphs. ecclesiastes.pdf (260.7 KB) I slightly modified the sample code to showcase this. public static void Run() // origi…...Append(fragment.Text); cpt++; } paragraphText.Append("\r\n");...Append("\r\n"); } paragraphText.Append("\r\n"); Console.WriteLine("Paragraph...

    forum.aspose.com/t/text-fragments-found-in-page...