Sort Score
Result 10 results
Languages All
Labels All
Results 3,601 - 3,610 of 18,529 for

paragraphs

(1.1 sec)
  1. TxtSaveOptionsBase.ParagraphBreak | Aspose.Word...

    Scopri la proprietà ParagraphBreak di TxtSaveOptionsBase, che consente interruzioni di paragrafo personalizzate per esportazioni di testo fluide. Migliora la leggibilità del tuo documento!...Writeln ( "Paragraph 1." ); builder . Writeln ( "Paragraph 2." );...); builder . Write ( "Paragraph 3." ); // Creiamo un oggetto "TxtSaveOptions"...

    reference.aspose.com/words/it/net/aspose.words....
  2. Gérer les exposants et indices dans les présent...

    Maîtrisez les exposants et indices dans Aspose.Slides pour .NET et améliorez vos présentations avec une mise en forme de texte professionnelle pour un impact maximal....l’intérieur de n’importe quel paragraphe d’une présentation. Pour...Effacez les paragraphes existants. Créez un nouveau Paragraph pour le...

    docs.aspose.com/slides/fr/net/superscript-and-s...
  3. TxtSaveOptionsBase class | Aspose.Words for Nod...

    Aspose.Words.Saving.TxtSaveOptionsBase class. The base class for specifying additional options when saving a document into a text based formats...Specifies the string to use as a paragraph break when exporting in text...txt document with a custom paragraph break. let doc = new aw ....

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Navigation with Cursor in Java|Aspose.Words for...

    Navigate between different nodes within a document, such as a paragraph, bookmark, or a specific character using Java....get the currently selected paragraph or the currently selected...CurrentNode . When the current paragraph is empty or the cursor is...

    docs.aspose.com/words/java/navigation-with-cursor/
  5. Texto matemático|Documentación de Aspose.Slides

    Explore ejemplos de MathematicalText de Aspose.Slides para Android: cree y formatee ecuaciones, fracciones, matrices y símbolos con Java en presentaciones PPT, PPTX y ODP.... IParagraph paragraph = mathShape . getTextFrame...); IPortion textPortion = paragraph . getPortions (). get_Item...

    docs.aspose.com/slides/es/androidjava/examples/...
  6. Nettoyer Avant ou Pendant une opération Mail Me...

    Appliquez différentes options de nettoyage et de suppression, telles que la suppression des champs de fusion avant d'effectuer une opération Mail Merge ou la suppression des régions inutilisées lors d'une opération Mail Merge à l'aide de Java....champs contenant ou les paragraphes vides. L’exemple de code...champs, des régions et des paragraphes non fusionnés d’un modèle...

    docs.aspose.com/words/fr/java/clean-up-before-o...
  7. HtmlInsertOptions enumeration | Aspose.Words fo...

    aspose.words.HtmlInsertOptions enumeration. Specifies options for the [DocumentBuilder.insert_html()](../documentbuilder/insert_html/#str_htmlinsertoptions) method....USE_BUILDER_FORMATTING Use font and paragraph formatting specified in DocumentBuilder...REMOVE_LAST_EMPTY_PARAGRAPH Remove the empty paragraph that is normally...

    reference.aspose.com/words/python-net/aspose.wo...
  8. 在演示文稿中使用 Python 复制段落和文本片段|Aspose.Slides for Pyt...

    了解如何使用 Aspose.Slides for Python via .NET 在 PowerPoint 和 OpenDocument 演示文稿之间复制段落和文本片段,从而提升你的工作流程。...def copy_paragraph ( par ): temp = slides . Paragraph () # 使用... paraData = par . create_paragraph_format_effective () # 使用ParagraphFormat设置值...

    docs.aspose.com/slides/zh/python-net/copying-pa...
  9. Insert text with html to a table cell PDF .net ...

    Hi, i am building a PDF document. i need to add text Dim s1 As String = "STAFF STATUS: "to a table cell. since it has html in it, i believe i have to do something different. here is part the code. Dim doc As Do…...Paragraphs.Add(s1) ‘’ it does not like...Margin.Bottom = 10; cell1.Paragraphs.Add(htmlFragment); // Add...

    forum.aspose.com/t/insert-text-with-html-to-a-t...
  10. DocumentBuilder.move_to_document_start method |...

    DocumentBuilder.move_to_document_start method. Moves the cursor to the beginning of the document....end_bookmark ( 'MyBookmark' ) first_paragraph_nodes = doc . first_section...first_section . body . first_paragraph . get_child_nodes ( aw . NodeType...

    reference.aspose.com/words/python-net/aspose.wo...