Sort Score
Result 10 results
Languages All
Labels All
Results 3,161 - 3,170 of 18,319 for

paragraphs

(0.06 sec)
  1. TxtSaveOptions.save_format property | Aspose.Wo...

    TxtSaveOptions.save_format property. Specifies the format in which the document will be saved if this save options object is used...txt document with a custom paragraph break. doc = aw . Document...writeln ( 'Paragraph 1.' ) builder . writeln ( 'Paragraph 2.' ) builder...

    reference.aspose.com/words/python-net/aspose.wo...
  2. TxtSaveOptions.SaveFormat | Aspose.Words لـ .NET

    اكتشف كيف تقوم خاصية SaveFormat في TxtSaveOptions بتعريف تنسيقات حفظ المستندات، مما يضمن أن تكون ملفاتك دائمًا بتنسيق النص المفضل....Writeln ( "Paragraph 1." ); builder . Writeln ( "Paragraph 2." );...); builder . Write ( "Paragraph 3." ); // قم بإنشاء كائن "TxtSaveOptions"،...

    reference.aspose.com/words/ar/net/aspose.words....
  3. CompositeNode.Count | Aspose.Words per .NET

    Scopri la proprietà CompositeNode Count e recupera facilmente il numero di nodi figlio immediati per una gestione efficiente dei dati e un'elaborazione semplificata.... Paragraphs . Count ); // I nodi compositi...e inline come figli. Paragraph paragraph = doc . FirstSection...

    reference.aspose.com/words/it/net/aspose.words/...
  4. Administrar párrafos de texto de PowerPoint en ...

    Domina el formato de párrafos con Aspose.Slides para .NET—optimiza alineación, espaciado y estilo en presentaciones PPT, PPTX y ODP en C#.... Paragraphs [ 0 ]; IPortion port01 =...IParagraph para1 = new Paragraph (); tf . Paragraphs . Add ( para1 );...

    docs.aspose.com/slides/es/net/manage-paragraph/
  5. Node.document property | Aspose.Words for Python

    Node.document property. Gets the document to which this node belongs.... Paragraph ( doc ) para . append_child...have not yet appended this paragraph as a child to any composite...

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

    chercher...spécifiques tels que des paragraphes, des tableaux, etc. Bibliothèque...Extraire le texte entre les paragraphes Extraction de texte entre...

    blog.aspose.com/fr/words/extract-text-from-word...
  7. ParagraphFormat.rightIndent property | Aspose.W...

    ParagraphFormat.rightIndent property. Gets or sets the value (in points) that represents the right indent for paragraph....represents the right indent for paragraph. get rightIndent () : number...Examples Shows how to configure paragraph formatting to create off-center...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. ParagraphFormat.LeftIndent | Aspose.Words for .NET

    Adjust the left indent for your Paragraphs effortlessly with the ParagraphFormat LeftIndent property. Customize your text layout for better readability!...represents the left indent for paragraph. public double LeftIndent...Examples Shows how to configure paragraph formatting to create off-center...

    reference.aspose.com/words/net/aspose.words/par...
  9. ParagraphFormat.leftIndent property | Aspose.Wo...

    ParagraphFormat.leftIndent property. Gets or sets the value (in points) that represents the left indent for paragraph....represents the left indent for paragraph. get leftIndent () : number...Examples Shows how to configure paragraph formatting to create off-center...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. 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...