Sort Score
Result 10 results
Languages All
Labels All
Results 5,171 - 5,180 of 15,552 for

paragraphs

(0.07 sec)
  1. Bullet Formatting Is Not Applied when Cloning S...

    Hi Aspose Team, I’m working with Aspose.Slides for Java and facing an issue related to bullet formatting. When I clone a slide from one presentation to another, or even when I create an empty slide in the target presen…...bullet formatting for each paragraph in the cloned shapes. Here’s...(textFrame != null) { for (Paragraph paragraph : textFrame.getParagraphs())...

    forum.aspose.com/t/bullet-formatting-is-not-app...
  2. 上付き文字と下付き文字|Aspose.Slides for Python ドキュメント

    PythonでPowerPointプレゼンテーションに上付き文字と下付き文字のテキストを追加する... paragraphs . clear () # 上付き文字のための段落を作成...上付き文字のための段落を作成 superPar = slides . Paragraph () # 通常のテキストを持つポーションを作成 portion1...

    docs.aspose.com/slides/ja/python-net/superscrip...
  3. Formatação de Texto dentro de PDF usando Python...

    Esta página explica como formatar texto dentro do seu arquivo PDF. Existem adição de recuo de linha, adição de borda de texto, adição de texto sublinhado, etc.... Paragraphs . Add ( text ); text = new...TextFragment ( "Line2" ); page . Paragraphs . Add ( text ); text = new...

    docs.aspose.com/pdf/pt/python-net/text-formatti...
  4. Intermittent Issues Connecting to Aspose Licens...

    We are experiencing occasional issues where our applications are unable to connect to Aspose’s license server. For example, we have encountered HTTP 502 and 503 errors when accessing the following URL: https://billing.…...WriteLine("Adding paragraph with TextFragment"); document...document.Pages.Add().Paragraphs.Add(new TextFragment(DateTime.Now...

    forum.aspose.com/t/intermittent-issues-connecti...
  5. 部分|Aspose.Slides 文档

    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....getTextFrame (); for ( IParagraph paragraph : textFrame . getParagraphs...for ( IPortion portion : paragraph . getPortions ()) { Point2D...

    docs.aspose.com/slides/zh/java/portion/
  6. إنشاء مستند PDF برمجياً|Aspose.PDF لـ Python عب...

    تصف هذه الصفحة كيفية إنشاء مستند PDF من الصفر باستخدام Aspose.PDF for Python عبر مكتبة .NET....أضف TextFragment إلى مجموعة paragraphs في الصفحة احفظ مستند PDF...النص للصفحة الجديدة page . paragraphs . add ( text_fragment ) #...

    docs.aspose.com/pdf/ar/python-net/create-document/
  7. PowerPointを動画に変換|Aspose.Slides ドキュメント

    Aspose.Slides for C++ APIを使用してPowerPointを動画に変換...SharedPtr < Paragraph > para1 = System :: MakeObject < Paragraph > ();...SharedPtr < Paragraph > para2 = System :: MakeObject < Paragraph > ();...

    docs.aspose.com/slides/ja/cpp/convert-powerpoin...
  8. CellCollection | Aspose.Words for Java

    Provides typed access to a collection of Cell nodes in Java....then appears in the parent Paragraph's RunCollection. RunCollection...first paragraph of this document. Paragraph paragraph = (Paragraph)...

    reference.aspose.com/words/java/com.aspose.word...
  9. استخراج النص والصور من مستند PPTX عبر C ++ | pr...

    مثال على كود C ++ لاستخراج النص والصور من ملف PPTX على C ++ Runtime Environment لأنظمة Windows 32 بت و Windows 64 بت و Linux 64 بت....get_Length(); i++){ // Loop through paragraphs in current ITextFrame for...(SharedPtr<IParagraph> paragraph : textFramesSlideOne[i]->get_Paragraphs()){ //...

    products.aspose.com/slides/ar/cpp/parser/pptx/
  10. FAQ|Documentation d'Aspose.Slides pour PHP

    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....Q: Pourquoi les tailles de paragraphe diffèrent-elles sur les systèmes...Le calcul des tailles de paragraphe est basé sur le calcul de...

    docs.aspose.com/slides/fr/php-java/faqs/