Sort Score
Result 10 results
Languages All
Labels All
Results 6,071 - 6,080 of 18,327 for

paragraphs

(0.09 sec)
  1. Ajouter un objet cercle au fichier PDF|Aspose.P...

    Cet article explique comment créer un objet cercle dans votre PDF en utilisant Aspose.PDF pour Java....Graph à la collection de paragraphes de la page Enregistrer notre...Graph à la collection de paragraphes de la page page . getParagraphs...

    docs.aspose.com/pdf/fr/java/add-circle/
  2. Como excluir quebra de página no Word usando Py...

    Este artigo orienta sobre como excluir quebra de página no Word usando Python. Ele compartilha detalhes sobre as configurações do IDE, uma lista de tarefas e um código de exemplo executável para remover todas as quebras de página no Word usando Python....classe Document e acesse seu paragraphs Percorra todos os parágrafos...parágrafo usando o método as_paragraph() e verificado em relação...

    kb.aspose.com/pt/words/python/how-to-delete-pag...
  3. Cómo eliminar el salto de página en Word usando...

    Este artículo guía sobre cómo eliminar el salto de página en Word usando Python. Comparte detalles sobre la configuración del IDE, una lista de tareas y un código de muestra ejecutable para eliminar todos los saltos de página en Word usando Python....clase Document y acceda a su paragraphs Recorre todos los párrafos...párrafo usando el método as_paragraph() y se compara con la propiedad...

    kb.aspose.com/es/words/python/how-to-delete-pag...
  4. Come eliminare l'interruzione di pagina in Word...

    Questo articolo guida su come eliminare l'interruzione di pagina in Word usando Python. Condivide i dettagli sulle impostazioni IDE, un elenco di attività e un codice di esempio eseguibile per rimuovere tutte le interruzioni di pagina in Word utilizzando Python....Document e accedi al suo paragraphs Scorri tutti i paragrafi...utilizzando il metodo as_paragraph() e confrontato con la proprietà...

    kb.aspose.com/it/words/python/how-to-delete-pag...
  5. DocumentBuilder.currentNode property | Aspose.W...

    DocumentBuilder.currentNode property. Gets the node that is currently selected in this DocumentBuilder....that is a direct child of a Paragraph . Any insert operations you...currentNode . When the current paragraph is empty or the cursor is...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Cell.firstParagraph property | Aspose.Words for...

    Cell.firstParagraph property. Gets the first paragraph among the immediate children....firstParagraph property Gets the first paragraph among the immediate children...firstParagraph () : Aspose . Words . Paragraph Examples Shows how to create...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Inline.is_insert_revision property | Aspose.Wor...

    Inline.is_insert_revision property. Returns true if this object was inserted in Microsoft Word while change tracking was enabled....as_run () first_paragraph = run . parent_paragraph runs = first_paragraph...first_paragraph . runs self . assertEqual ( 6 , len ( list ( runs...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Track Changes in a Document in C#|Aspose.Words ...

    Track changes to content and formatting made by you or others using C#. Access individual revisions in a document and apply various properties to them....example, If you delete any paragraph, Aspose.Words make it as a...g., a Paragraph ). Example: Paragraph para = ( Paragraph ) doc...

    docs.aspose.com/words/net/track-changes-in-a-do...
  9. Aspose::Words::SectionCollection::idx_get metho...

    Aspose::Words::SectionCollection::idx_get method. Retrieves a section at the given index in C++....body, which in turn has a paragraph. // We can add contents to...shapes, or tables to that paragraph. ASSERT_EQ ( Aspose :: Words...

    reference.aspose.com/words/cpp/aspose.words/sec...
  10. TextPath | Aspose.Words for Java

    Defines the text and formatting of the text path of a WordArt object in Java....docx"); } /// /// Insert a new paragraph with a WordArt shape inside...setFontFamily(textFontFamily); Paragraph para = (Paragraph) doc.getFirstSection()...

    reference.aspose.com/words/java/com.aspose.word...