Sort Score
Result 10 results
Languages All
Labels All
Results 9,511 - 9,520 of 18,351 for

paragraph

(0.09 sec)
  1. Substituir Texto em PDF via Python|Aspose.PDF p...

    Saiba mais sobre várias maneiras de substituir e remover texto da biblioteca Aspose.PDF para Python via .NET.... Paragraphs . Add ( t1 ); TextFragment...FontSize = 12 ; hfFirst . Paragraphs . Add ( t2 ); // Criar um...

    docs.aspose.com/pdf/pt/python-net/replace-text-...
  2. Document.expandTableStylesToDirectFormatting me...

    Document.expandTableStylesToDirectFormatting method. Converts formatting specified in table styles into direct formatting on tables in the document....formatting of tables, cells, paragraphs or text. This version of...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. DocumentBase.Document | Aspose.Words för .NET

    Utforska DocumentBase-egenskaper för att effektivt hantera dina dokument. Få sömlös åtkomst och förbättra ditt arbetsflöde idag!... AppendChild ( new Paragraph ( doc )) . AppendChild ( new...

    reference.aspose.com/words/sv/net/aspose.words/...
  4. How to Extract Text from PPT, PPTX, and ODP Fil...

    Learn how to extract text from PPT, PPTX, and ODP files using Open XML SDK. Explore direct XML access, performance benefits, and best practices for high-efficiency .NET slide processing across Windows, Linux, and macOS....<a:t> elements inside <a:p> (paragraphs) <a:r> elements (text segments...segments within paragraphs) Example: Extracting All Text Elements...

    docs.aspose.com/slides/net/slides-on-cloud-plat...
  5. إدارة النص الفائق والنص السفلي في العروض التقدي...

    إتقان النص الفائق والنص السفلي في Aspose.Slides لـ Java وتعزيز عروضك التقديمية بتنسيق نص احترافي لتحقيق أقصى تأثير....IParagraph superPar = new Paragraph (); // إنشاء جزء بنص عادي...IParagraph paragraph2 = new Paragraph (); // إنشاء جزء بنص عادي...

    docs.aspose.com/slides/ar/java/superscript-and-...
  6. إدارة النص العلوي والنص السفلي في العروض التقدي...

    إتقان النص العلوي والنص السفلي في Aspose.Slides لنظام Android عبر Java وتعزيز عروضك التقديمية بتنسيق نص احترافي لتحقيق أقصى تأثير....IParagraph superPar = new Paragraph (); // إنشاء جزء بنص عادي...IParagraph paragraph2 = new Paragraph (); // إنشاء جزء بنص عادي...

    docs.aspose.com/slides/ar/androidjava/superscri...
  7. Aplicación Hello World usando Aspose.Slides par...

    Crea tu primera aplicación C++ con Aspose.Slides, un sencillo ejemplo Hello World que te prepara para automatizar presentaciones PPT, PPTX y ODP....h> #include <DOM/Paragraph.h> #include <DOM/ParagraphCollection...-> get_TextFrame () -> get_Paragraphs () -> idx_get ( 0 ) -> get_Portions...

    docs.aspose.com/slides/es/cpp/hello-world-appli...
  8. テキスト ボックス|Aspose.Slides ドキュメント

    C# と Aspose.Slides を使用してテキストボックスを作成および書式設定します。フォント、配置、折り返し、自動調整、リンクを設定し、PowerPoint および OpenDocument 用のスライドを洗練させます。... Paragraphs [ 0 ]. ParagraphFormat ....Solid ; textBox . TextFrame . Paragraphs [ 0 ]. ParagraphFormat ....

    docs.aspose.com/slides/ja/net/examples/elements...
  9. How to Extract Text from PPT, PPTX, and ODP Fil...

    Learn how to extract text from PPT, PPTX and ODP in .NET using Open XML SDK, with XML-based access, performance tips, and conversion workarounds for cloud apps....<a:t> elements inside <a:p> (paragraphs) <a:r> elements (text segments...segments within paragraphs) Example: Extracting All Text Elements...

    docs.aspose.com/slides/net/extracting-text-on-c...
  10. Adicionar Objeto Círculo ao Arquivo PDF|Aspose....

    Este artigo explica como criar um objeto círculo em seu PDF usando Aspose.PDF para C++....parágrafos da página page -> get_Paragraphs () -> Add ( graph ); // Salve...parágrafos da página page -> get_Paragraphs () -> Add ( graph ); // Salvar...

    docs.aspose.com/pdf/pt/cpp/add-circle/