Sort Score
Result 10 results
Languages All
Labels All
Results 6,621 - 6,630 of 18,543 for

paragraphs

(0.09 sec)
  1. Criar Documento PDF usando C++|Aspose.PDF for C++

    A tarefa mais popular e básica ao trabalhar com um arquivo PDF é criar um documento do zero. Use a biblioteca Aspose.PDF para C++....Adicione TextFragment à coleção Paragraph da página Salve o documento..."Hello World!" ); page -> get_Paragraphs () -> Add ( textFragment...

    docs.aspose.com/pdf/pt/cpp/create-document/
  2. DocumentBuilder.InsertParagraph | Aspose.Words ...

    Migliora i tuoi documenti senza sforzo con il metodo InsertParagraph di DocumentBuilder, che consente interruzioni di paragrafo senza interruzioni per una migliore leggibilità.... public Paragraph InsertParagraph () Valore...IsEndOfDocument ); Guarda anche class Paragraph class DocumentBuilder spazio...

    reference.aspose.com/words/it/net/aspose.words/...
  3. NodeCollection.remove method | Aspose.Words for...

    NodeCollection.remove method. Removes the node from the collection and from the document....then appears in the parent Paragraph's RunCollection. runs = doc...first_section . body . first_paragraph . runs self . assertEqual...

    reference.aspose.com/words/python-net/aspose.wo...
  4. LoadOptions.msw_version property | Aspose.Words...

    LoadOptions.msw_version property. Allows to specify that the document loading process should match a specific MS Word version...document is missing the default paragraph formatting style. # This default..., doc . styles . default_paragraph_format . line_spacing , delta...

    reference.aspose.com/words/python-net/aspose.wo...
  5. NodeList.GetEnumerator | Aspose.Words لـ .NET

    كرر عملية NodeList بسهولة باستخدام دالة GetEnumerator. استمتع بوصول سهل وفعال إلى مجموعة عقدك بلغة C#.... WriteLine ( $"Table paragraph index {index++}, contents:...Assert . AreEqual ( typeof ( Paragraph ), node . GetType ()); أنظر...

    reference.aspose.com/words/ar/net/aspose.words/...
  6. تنسيق النص داخل PDF باستخدام C++|Aspose.PDF لـ C++

    تشرح هذه الصفحة كيفية تنسيق النص داخل ملف PDF الخاص بك. هناك إضافة مسافة بادئة للسطر، إضافة حدود للنص، إضافة نص مسطر، إضافة حدود حول النص المضاف، محاذاة النص لمحتويات الصندوق العائم وما إلى ذلك....يساعد مجموعات TextFragment و Paragraphs . الرجاء استخدام مقطع الشفرة...nden ( 20 ); page -> get_Paragraphs () -> Add ( text ); text...

    docs.aspose.com/pdf/ar/cpp/text-formatting-insi...
  7. MarkdownからDOMへの変換|.NET用Aspose.Words

    C# を使用して、Markdown ドキュメントを Document Object Model に変換し、逆に変換します。したがって、複雑な既存の Markdown を操作し、プログラムによって Markdown ドキュメントを最初から作成できます。...previous paragraph to not combine styles between paragraphs. builder...Styles . Add ( StyleType . Paragraph , "SetextHeading1" ); builder...

    docs.aspose.com/words/ja/net/translate-markdown...
  8. Python で PowerPoint プレゼンテーションを動画に変換する|Aspose.Sl...

    Python を使用して PowerPoint および OpenDocument プレゼンテーションを動画に変換する方法を学びます。サンプルコードと自動化テクニックを活用してワークフローを効率化しましょう。... Paragraph () para1 . portions . add...Python" )) para2 = slides . Paragraph () para2 . portions . add...

    docs.aspose.com/slides/ja/python-net/convert-po...
  9. แก้ไข Markdown ใน C# – Aspose.HTML for .NET

    รหัสสำหรับแก้ไขไฟล์ MD ใน C# ใช้ Aspose.HTML สำหรับฟีเจอร์ .NET API เพื่อสร้าง ลบ หรือแก้ไขเนื้อหาของไฟล์ MD...SyntaxFactory; // Create a new paragraph var paragraphSyntaxNode =...= syntaxFactory.Paragraph(); // Create and add newLineTrivia element...

    products.aspose.com/html/th/net/editor/md/
  10. PDF 파일에 사각형 객체 추가|Aspose.PDF for .NET

    이 문서에서는 Aspose.PDF for .NET을 사용하여 PDF에 사각형 객체를 만드는 방법을 설명합니다....the Paragraphs collection of the page page . Paragraphs . Add...); // Add graph object to paragraphs collection of page instance...

    docs.aspose.com/pdf/ko/net/add-rectangle/