Sort Score
Result 10 results
Languages All
Labels All
Results 6,821 - 6,830 of 18,348 for

paragraphs

(0.49 sec)
  1. Convertir presentaciones de PowerPoint a video ...

    Aprenda cómo convertir presentaciones de PowerPoint a video en Java. Descubra código de ejemplo y técnicas de automatización para optimizar su flujo de trabajo.... 300 , 300 ); Paragraph para1 = new Paragraph (); para1 . getPortions...for Java" )); Paragraph para2 = new Paragraph (); para2 . getPortions...

    docs.aspose.com/slides/es/androidjava/convert-p...
  2. Difference in Aspose behaviour vs MS Office beh...

    Hi, I’m trying to insert a document at a bookmark location using Aspose.Words, and I’m attempting to replicate the same behavior I currently have with Office Interop. When I compare the results, I notice that Aspose in…...that Aspose inserts an extra paragraph (or newline) immediately after...introducing this additional paragraph. Is there a recommended way...

    forum.aspose.com/t/difference-in-aspose-behavio...
  3. Make A Document In Java

    Create a file using Java library. Easily create a new document in Java in a few steps....technically supposed to contain one paragraph, so when you programmatically...this is the last Run in the Paragraph. if (secondRun.getNextSibling()...

    products.aspose.com/words/java/make/
  4. Make DOC Using Java

    Make a new DOC in Java in a few steps. Easily create DOC using Java library....technically supposed to contain one paragraph, so when you programmatically...this is the last Run in the Paragraph. if (secondRun.getNextSibling()...

    products.aspose.com/words/java/make/doc/
  5. LayoutCollector | Aspose.Words for Java

    This class allows to compute page numbers of document nodes in Java.... run, paragraph or table cell) is located...getEntity(doc.getChild(NodeType.PARAGRAPH, 1, true))); Assert.asser...

    reference.aspose.com/words/java/com.aspose.word...
  6. آرشیوها

    آرشیوها...System::SharedPtr<Paragraph> tocItem = System::DynamicCast<Paragraph>(fie...)->GetAncestor(NodeType::Paragraph)); std::cout << System::S...

    blog.aspose.com/fa/words/working-with-table-of-...
  7. PDF内のテキストフォーマットをPythonで実施|Aspose.PDF for Python...

    このページでは、PDFファイル内のテキストをフォーマットする方法について説明します。行のインデントを追加する、テキストの境界線を追加する、下線付きテキストを追加するなどがあります。...これを使用して、TextFragmentやParagraphsコレクションを使用したPDF生成シナリオで行インデントを指定することができます。...SubsequentLinesInden = 20 }; page . Paragraphs . Add ( text ); text = new...

    docs.aspose.com/pdf/ja/python-net/text-formatti...
  8. Arsip

    Arsip...paragraph_format paragraphFormat.first_line_indent...builder.writeln("A whole paragraph.") # menyimpan dokumen doc...

    blog.aspose.com/id/words/create-word-documents-...
  9. أرشيف

    أرشيف...paragraph_format paragraphFormat.first_line_indent...builder.writeln("A whole paragraph.") # احفظ الوثيقة doc.save("out...

    blog.aspose.com/ar/words/create-word-documents-...
  10. C#에서 편집 – Aspose.HTML for .NET

    C#에서 MD 파일을 편집하는 코드. Aspose.HTML for .NET API 함수를 사용하여Markdown 문서의 콘텐츠를 생성, 제거 또는 편집할 수 있습니다....SyntaxFactory; // Create a new paragraph var paragraphSyntaxNode =...= syntaxFactory.Paragraph(); // Create and add newLineTrivia element...

    products.aspose.com/html/ko/net/editor/md/