Sort Score
Result 10 results
Languages All
Labels All
Results 6,781 - 6,790 of 18,226 for

paragraphs

(0.38 sec)
  1. Automatisation de la génération PowerPoint en P...

    Automatisez la création de diapositives sur les plates-formes cloud avec Aspose.Slides pour PHP — générez, modifiez et convertissez rapidement et de manière fiable les fichiers PowerPoint et OpenDocument....$text ) { $paragraph = new Paragraph (); $paragraph -> getParagraphFormat...BulletType :: Symbol ); $paragraph -> getParagraphFormat () ->...

    docs.aspose.com/slides/fr/php-java/automating-p...
  2. 在 PHP 中实现 PowerPoint 自动化:轻松创建动态演示文稿|Aspose.Slid...

    使用 Aspose.Slides for PHP 在云平台上自动化幻灯片创建——快速可靠地生成、编辑和转换 PowerPoint 与 OpenDocument 文件。...$text ) { $paragraph = new Paragraph (); $paragraph -> getParagraphFormat...BulletType :: Symbol ); $paragraph -> getParagraphFormat () ->...

    docs.aspose.com/slides/zh/php-java/automating-p...
  3. Manage Text Boxes in Presentations Using C++|As...

    Aspose.Slides for C++ makes it easy to create, edit, and clone text boxes in PowerPoint and OpenDocument files, enhancing your presentation automation....get_TextFrame (); // Creates the Paragraph object for text frame auto...auto para = txtFrame -> get_Paragraphs () -> idx_get ( 0 ); // Creates...

    docs.aspose.com/slides/cpp/manage-textbox/
  4. PDFにテーブルを作成または追加する|Aspose.PDF for C++

    Aspose.PDF for C++はPDFテーブルを作成、読み取り、編集するためのライブラリです。このライブラリを使用すると、C++を使用してPDFページにテーブルをページングできます。...Cpp/Generator/Paragraphs.h> #include <Aspose.PDF....() -> idx_get ( 1 ) -> get_Paragraphs () -> Add ( table ); // ...

    docs.aspose.com/pdf/ja/cpp/add-table-in-existin...
  5. Range.replaceRegex method | Aspose.Words for No...

    Aspose.Words.Range.replaceRegex method...to work with breaks: &p - paragraph break &b - section break &m...to work with breaks: &p - paragraph break &b - section break &m...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Tworzenie pliku PDF przy użyciu .NET | Aspose.PDF

    W tym temacie przedstawiono, jak używać Aspose.PDF for .NET API do łatwego generowania i odczytywania plików PDF w aplikacjach .NET....TextFragment do kolekcji Paragraphs strony. Zapisz plik PDF za.... Pages . Add (); page . Paragraphs . Add ( new Aspose . Pdf...

    products.aspose.com/pdf/pl/net/create/
  7. Create PDF Document using C++|Aspose.PDF for C++

    The most popular and basic task of working with a PDF file is creating a document from scratch. Use the Aspose.PDF for C++ library....object Add TextFragment to Paragraph collection of the page Save..."Hello World!" ); page -> get_Paragraphs () -> Add ( textFragment...

    docs.aspose.com/pdf/cpp/create-document/
  8. Créer un document PDF par programmation|Aspose....

    Cette page décrit comment créer un document PDF à partir de zéro avec Aspose.PDF pour Python via la bibliothèque .NET....TextFragment à la collection de paragraphs de la page Enregistrez le...à la nouvelle page page . paragraphs . add ( text_fragment ) #...

    docs.aspose.com/pdf/fr/python-net/create-document/
  9. ParagraphFormat.TabStops | Aspose.Words för .NET

    Upptäck egenskapen ParagraphFormat TabStops för att enkelt hantera anpassade tabbstopp, förbättra dokumentformateringen och förbättra läsbarheten.... foreach ( Paragraph para in doc . GetChildNodes...GetChildNodes ( NodeType . Paragraph , true )) if ( para . ParagraphFormat...

    reference.aspose.com/words/sv/net/aspose.words/...
  10. TxtLoadOptions.documentDirection property | Asp...

    TxtLoadOptions.documentDirection property. Gets or sets a document direction...// the direction of every paragraph of text that Aspose.words...loads from plaintext. // Each paragraph's "Bidi" property will store...

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