Sort Score
Result 10 results
Languages All
Labels All
Results 8,431 - 8,440 of 18,766 for

insert documents

(0.07 sec)
  1. Table.allow_cell_spacing property | Aspose.Word...

    Table.allow_cell_spacing property. Gets or sets the Allow spacing between cells option.... Document () builder = aw . DocumentBuilder.... start_table () builder . insert_cell () builder . write ( 'Animal'...

    reference.aspose.com/words/python-net/aspose.wo...
  2. 使用 Java 添加、移动或删除 PDF 中的页面 | Aspose.PDF

    Java 示例代碼,用於在 Java 和 PHP、Delphi 上以編程方式操作文檔的 PDF 頁面。...檔案建立一個 Document 物件。 使用指定的索引呼叫 PageCollection 集合的 Insert 方法。 使用...將新頁面添加到 PDF Document pdfDocument = new Document (); // Add page...

    products.aspose.com/pdf/zh-hant/java/pages/
  3. Строител на документи Преглед Python|Aspose.Wor...

    DocumentBuilder ви позволява да създавате динамични документи от нулата или да добавяте нови елементи към съществуващи такива, като използвате Python. DocumentBuilder предоставя методи за вмъкване на текст, чекови кутии, таблици, изображения и други елементи на съдържание в Python....мощен клас, който свързва с Document и ви позволява да създавате...методи, налични в Aspose.Words Document Object Model (DOM) да опрости...

    docs.aspose.com/words/bg/python-net/document-bu...
  4. DocumentBuilder.MoveToBookmark | Aspose.Words f...

    Effortlessly navigate your Documents with the DocumentBuilder MoveToBookmark method, instantly positioning the cursor at any bookmark for enhanced editing.... Inserting new text does not replace...that some bookmarks in the document are assigned to form fields...

    reference.aspose.com/words/net/aspose.words/doc...
  5. OutlineOptions.create_outlines_for_headings_in_...

    OutlineOptions.create_outlines_for_headings_in_tables property. Specifies whether or not to create outlines for headings (paragraphs formatted with the Heading styles) inside tables....Examples Shows how to create PDF document outline entries for headings...inside tables. doc = aw . Document () builder = aw . DocumentBuilder...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Mit Python eine Form in Word einfügen

    Dieser Artikel hilft Ihnen dabei, mit Python Formen in Word einzufügen. Er enthält die IDE-Einstellungen, Schritte und einen Beispielcode, der zeigt, wie Sie mit Python eine gerade Linie in Word zeichnen....Erstellen Sie ein neues Word document zum Hinzufügen von Formen...DocumentBuilder-Objekt damit Fügen Sie mit insert_shape() eine Inline-Form unter...

    kb.aspose.com/de/words/python/insert-shape-in-w...
  7. 記録

    記録... APIのDocumentクラスは、Wordドキュメントを表します。 APIは...作成できます。 まず、Documentクラスのインスタンスを作成します。 次に、Documentオブジェクトを引数として...

    blog.aspose.com/ja/words/python-ms-word-automat...
  8. Suivre les modifications dans un document en C+...

    Suivez les modifications apportées au contenu et à la mise en forme par vous ou d'autres personnes à l'aide de C++. Accédez aux révisions individuelles d'un document et appliquez-leur diverses propriétés....les modifications dans un document Contents [ Hide ] La fonctionnalité...révisions individuelles de votre document et leur appliquer différentes...

    docs.aspose.com/words/fr/cpp/track-changes-in-a...
  9. RevisionOptions.InsertedTextEffect | Aspose.Wor...

    Discover the RevisionOptions InsertedTextEffect property to customize your content with unique effects. Default, Underline. Enhance your text's impact!...be applied to the inserted content Insertion. Default value is...appearance of revisions. Document doc = new Document ( MyDir + "Revisions...

    reference.aspose.com/words/net/aspose.words.lay...
  10. Adicionar Páginas em PDF|Aspose.PDF para Java

    Este artigo ensina como inserir (adicionar) uma página na localização desejada no arquivo PDF. Aprenda como mover, remover (excluir) páginas de um arquivo PDF usando a biblioteca Java....PDF: Crie um objeto da classe Document com o arquivo PDF de entrada...entrada. Chame o método Insert da coleção PageCollection com o índice...

    docs.aspose.com/pdf/pt/java/add-pages/