Sort Score
Result 10 results
Languages All
Labels All
Results 7,171 - 7,180 of 18,540 for

paragraph

(0.91 sec)
  1. Gestionar porciones de texto en presentaciones ...

    Aprenda a gestionar porciones de texto en presentaciones de PowerPoint utilizando Aspose.Slides para Java, mejorando el rendimiento y la personalización....getTextFrame (); for ( IParagraph paragraph : textFrame . getParagraphs...for ( IPortion portion : paragraph . getPortions ()) { Point2D...

    docs.aspose.com/slides/es/java/portion/
  2. Html underline does not work when wrapping ital...

    Hi! The Html underline does not work with version 7.9.0 when it wraps the italic tag but it works when the italic tag wraps the underline tag. The sample code exposing the issue is below and I have attached a PDF file w…...Paragraphs.Add(CreateHtmlText(" Underline...SomeDefaultStyle)); section.Paragraphs.Add(CreateHtmlText(" Italic...

    forum.aspose.com/t/html-underline-does-not-work...
  3. How to Add Circle to PDF using Python

    This article guides on how to add circle to PDF using Python. It contains detailed information about the IDE and stepwise process to insert circle in PDF using Python....resultant graph object in the paragraphs collection of the PDF page...this graph object to the paragraphs collection of the selected...

    kb.aspose.com/pdf/python/how-to-add-circle-to-p...
  4. Section.EnsureMinimum | Aspose.Words لـ .NET

    قم بتحسين المحتوى الخاص بك باستخدام طريقة EnsureMinimum، مما يضمن أن يتضمن كل قسم نصًا مع فقرة لتحسين الوضوح والبنية....القسم يحتوي على Body مع واحد Paragraph . public void EnsureMinimum...Assert . AreEqual ( NodeType . Paragraph , doc . Sections [ 0 ]. Body...

    reference.aspose.com/words/ar/net/aspose.words/...
  5. HtmlSaveOptions.document_split_criteria propert...

    HtmlSaveOptions.document_split_criteria property. Specifies how the document should be split when saving to [SaveFormat.HTML](../../../aspose.words/saveformat/#HTML), [SaveFormat.EPUB](../../../aspose.words/saveformat/#EPUB) or [SaveFormat.AZW3](../../../aspose.words/saveformat/#AZW3) format...HEADING_PARAGRAPH for EPUB and AZW3. @property...the document into heading paragraphs. # This is useful for readers...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Archiv

    Archiv...Paragraphs.Add(Table) zur Seite hinzu...zur Seite hinzufügen page.Paragraphs.Add(table); // Speichern...

    blog.aspose.com/de/pdf/create-table-in-pdf-file...
  7. Archivo

    Archivo...Paragraphs.Add(Table) . Guarde el archivo...Agregar tabla a la página page.Paragraphs.Add(table); // Guardar el...

    blog.aspose.com/es/pdf/create-table-in-pdf-file...
  8. آرشیوها

    آرشیوها...Paragraphs.Add(Table) به صفحه اضافه...را به صفحه اضافه کنید page.Paragraphs.Add(table); // سند PDF را...

    blog.aspose.com/fa/pdf/create-table-in-pdf-file...
  9. arkiv

    arkiv...Paragraphs.Add(Table) . Spara PDF-filen...till tabell på sidan page.Paragraphs.Add(table); // Spara PDF-dokumentet...

    blog.aspose.com/sv/pdf/create-table-in-pdf-file...
  10. 将线对象添加到PDF文件|Aspose.PDF for .NET

    本文解释了如何使用Aspose.PDF for .NET将线对象创建到您的PDF中。...); // Add graph object to paragraphs collection of page instance...instance page . Paragraphs . Add ( graph ); // Create Line instance...

    docs.aspose.com/pdf/zh/net/add-line/