Sort Score
Result 10 results
Languages All
Labels All
Results 7,891 - 7,900 of 19,014 for

paragraph

(0.64 sec)
  1. Trova e sostituisci testo in PowerPoint usando ...

    Segui questo articolo per trovare e sostituire testo in PowerPoint usando Python. Otterrai dettagli per configurare l'IDE, un elenco di passaggi e un esempio di codice per cercare e sostituire in PowerPoint usando Python.... Access all the paragraphs in each text box and get...collection of parts in all paragraphs. Check the availability of...

    kb.aspose.com/it/slides/python/find-and-replace...
  2. Converti GIF in PDF usando C#

    Segui questo articolo per convertire GIF in PDF usando C#. Include dettagli per impostare l'IDE, un elenco di passaggi e un esempio di codice per sviluppare un convertitore da file GIF a PDF usando C#....Access the collection of paragraphs from the PDF and add the...add an image object to the paragraph collection on the page, and...

    kb.aspose.com/it/pdf/net/convert-gif-to-pdf-usi...
  3. Document.StopTrackRevisions | Aspose.Words for ...

    Learn how to use the StopTrackRevisions method to prevent automatic document change markings, enhancing your editing efficiency and document clarity.... Paragraphs [ 0 ]. Runs [ 0 ]. IsInsertRevision...doc . FirstSection . Body . Paragraphs [ 0 ]. Runs [ 1 ]. IsInsertRevision...

    reference.aspose.com/words/net/aspose.words/doc...
  4. StructuredDocumentTagRangeStart.remove_self_onl...

    StructuredDocumentTagRangeStart.remove_self_only method. Removes this range start and appropriate range end nodes of the structured document tag, but keeps its content inside the document tree.... first_paragraph ) doc . last_section . body...first_section . body . first_paragraph ) return range_start See Also...

    reference.aspose.com/words/python-net/aspose.wo...
  5. العثور على النص واستبداله في العرض التقديمي|توث...

    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....++) foreach ( Paragraph para in tb [ i ]. Paragraphs ) foreach (...

    docs.aspose.com/slides/ar/net/find-and-replace-...
  6. Найти и заменить в презентации|Документация Asp...

    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....++) foreach ( Paragraph para in tb [ i ]. Paragraphs ) foreach (...

    docs.aspose.com/slides/ru/net/find-and-replace-...
  7. DocumentBuilder.InsertParagraph | Aspose.Words ...

    قم بتعزيز مستنداتك بسهولة باستخدام طريقة InsertParagraph في DocumentBuilder، مما يسمح بإنشاء فواصل فقرات سلسة لتحسين إمكانية القراءة.... public Paragraph InsertParagraph () قيمة الإرجاع...IsEndOfDocument ); أنظر أيضا class Paragraph class DocumentBuilder مساحة...

    reference.aspose.com/words/ar/net/aspose.words/...
  8. ParagraphFormat.TabStops | Aspose.Words لـ .NET

    اكتشف خاصية ParagraphFormat TabStops لإدارة علامات التبويب المخصصة بسهولة، مما يعزز تنسيق مستندك ويحسن قابلية القراءة.... foreach ( Paragraph para in doc . GetChildNodes...GetChildNodes ( NodeType . Paragraph , true )) if ( para . ParagraphFormat...

    reference.aspose.com/words/ar/net/aspose.words/...
  9. StyleCollection.DefaultFont | Aspose.Words لـ .NET

    اكتشف خاصية StyleCollection DefaultFont لتنسيق نصوص المستندات بسلاسة. حسّن مستنداتك بأسلوب احترافي ومتناسق....Paragraph"، ستطبق المجموعة قيم // خاصية...styles . Add ( StyleType . Paragraph , "MyStyle" ); Assert . AreEqual...

    reference.aspose.com/words/ar/net/aspose.words/...
  10. استبدال النص في PDF|Aspose.PDF for .NET

    تعرف على المزيد حول الطرق المختلفة لاستبدال وإزالة النص من مكتبة Aspose.PDF for .NET....// Add new TextFragment to paragraph par . AppendLine ( textFragment...textFragment ); // Set paragraph position par . Position = new Aspose...

    docs.aspose.com/pdf/ar/net/replace-text-in-pdf/