Sort Score
Result 10 results
Languages All
Labels All
Results 6,551 - 6,560 of 18,592 for

paragraph

(0.22 sec)
  1. Insérer et ajouter des documents dans Java|Aspo...

    Combinez des documents en un seul: insérez ou ajoutez un document dans un document nouveau ou existant en utilisant rechercher et remplacer, fusionner un champ, un signet ou simplement à la fin du document dans Java....document peut contenir des paragraphes avec le texte [INTRODUCTION]...vous devez remplacer ces paragraphes par le contenu obtenu à partir...

    docs.aspose.com/words/fr/java/insert-and-append...
  2. 段落|Aspose.Slides for Node.js via .NET ドキュメント

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....を使用すると、開発者は TextFrame の段落コレクション内の Paragraph の矩形座標を取得できるようになりました。また、段落のポーションコレクション内の...getCount (); i ++ ) { const paragraph = textFrame . getParagraphs...

    docs.aspose.com/slides/ja/nodejs-java/paragraph/
  3. C#を使用してPDFにテーブルを作成または追加する|Aspose.PDF for .NET

    Aspose.PDF for .NETは、PDFテーブルを作成、読み取り、編集するために使用されるライブラリです。このトピックで他の高度な機能を確認してください。... Paragraphs . Add ( table ); // Save...of input document page . Paragraphs . Add ( table ); // Save...

    docs.aspose.com/pdf/ja/net/add-table-in-existin...
  4. Aspose.Words Document Object Model (DOM) in C#|...

    Document Object Model (DOM) is een herinneringsrepresentatie van een Word-document. Lees, manipuleer en wijzig de inhoud en opmaak van een Word-document met behulp van C#....bijvoorbeeld, Section of Paragraph , de CompositeNode klasse...hieronder. Document , Section , Paragraph , Table , Shape , Run , en...

    docs.aspose.com/words/nl/net/aspose-words-docum...
  5. Aspose.Words Объектная модель документа (DOM) н...

    Объектная модель документа (DOM) - это представление документа Word в памяти. Чтение, манипулирование и изменение содержимого и форматирования документа Word с помощью C++....узлы, например, Section или Paragraph , являются производными от...ниже. Document , Section , Paragraph , Table , Shape , Run , а...

    docs.aspose.com/words/ru/cpp/aspose-words-docum...
  6. Criar ou Adicionar Tabela No PDF|Aspose.PDF for...

    Aspose.PDF para C++ é uma biblioteca usada para criar, ler e editar Tabelas PDF. Usando esta biblioteca, você pode paginar uma tabela na página PDF usando C++....Cpp/Generator/Paragraphs.h> #include <Aspose.PDF....() -> idx_get ( 1 ) -> get_Paragraphs () -> Add ( table ); // Salvar...

    docs.aspose.com/pdf/pt/cpp/add-table-in-existin...
  7. Přeložit Markdown až DOM|Aspose.Words místo .NET

    Přeložit a Markdown doklad k Document Object Model a zpětné použití C#. Takže můžete pracovat se složitými existujícími Markdown a programově vytvořit Markdown Dokument od začátku....previous paragraph to not combine styles between paragraphs. builder...Styles . Add ( StyleType . Paragraph , "SetextHeading1" ); builder...

    docs.aspose.com/words/cs/net/translate-markdown...
  8. PDF Rendering is Broken with Huge Images in a T...

    Hello Aspose, we are suffering from a major bug if images appear in a table. The resulting PDF is incomplete if two following images are too large for one page. The expected result would be that the 2nd image is appeari…...Paragraphs.Count); return Path.Combine(myDataDir...image + ".png") }; cell11.Paragraphs.Add(image11); var row12 =...

    forum.aspose.com/t/pdf-rendering-is-broken-with...
  9. ארכיון

    ארכיון...Paragraphs . אחזר והדפיס טקסט מכל חלק...foreach (Paragraph para in textFramesSlideOne[i].Paragraphs) { //עברו...

    blog.aspose.com/he/slides/extract-text-from-pow...
  10. Add Curve Object to PDF file|Aspose.PDF for .NET

    This article explains how to create a curve object to your PDF using Aspose.PDF for .NET.... Add Graph object to paragraphs collection of page. Save...object to paragraphs collection of page page . Paragraphs . Add (...

    docs.aspose.com/pdf/net/add-curve/