Sort Score
Result 10 results
Languages All
Labels All
Results 7,221 - 7,230 of 18,595 for

paragraph

(0.1 sec)
  1. Niveaux logiques des nœuds dans un document en ...

    Dans Aspose.Words pour C++ la documentation mentionnait les niveaux logiques des nœuds-niveau bloc, niveau en ligne ou niveau ligne. Le niveau du nœud est utilisé pour décrire l'emplacement dans l'arborescence du document où se trouve généralement le nœud....toute histoire se compose de paragraphes et de tableaux, respectivement...représentés par les objets Paragraph et Table du niveau Bloc. De...

    docs.aspose.com/words/fr/cpp/logical-levels-of-...
  2. Abrufen von Absatzgrenzen aus Präsentationen in...

    Erfahren Sie, wie Sie Absatz- und Textabschnittsgrenzen in Aspose.Slides für Java abrufen, um die Textpositionierung in PowerPoint-Präsentationen zu optimieren....getTextFrame (); for ( IParagraph paragraph : textFrame . getParagraphs...for ( IPortion portion : paragraph . getPortions ()){ Point2D...

    docs.aspose.com/slides/de/java/paragraph/
  3. EditorType Enum | Aspose.Words لـ .NET

    اكتشف Aspose.Words.EditorType enum، الذي يُعرّف مجموعات التحرير للتحكم في أذونات المستخدم لتحرير نطاقات المستندات. حسّن إدارة مستنداتك اليوم!..." + " we cannot edit this paragraph without the password." );...builder . Writeln ( $"This paragraph is inside the first editable...

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

    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-...
  5. Найти и заменить в презентации|Документация 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-...
  6. StyleCollection.DefaultFont | Aspose.Words لـ .NET

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

    reference.aspose.com/words/ar/net/aspose.words/...
  7. 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/...
  8. DocumentBuilder.InsertParagraph | Aspose.Words ...

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

    reference.aspose.com/words/ar/net/aspose.words/...
  9. Trabajando con Encabezados en PDF|Aspose.PDF fo...

    Crea numeración en los encabezados de tu documento PDF con C#. Aspose.PDF for .NET ofrece diferentes tipos de estilos de numeración.... Paragraphs . Add ( floatBox ); // Add...IsAutoSequence = true ; floatBox . Paragraphs . Add ( heading ); var heading2...

    docs.aspose.com/pdf/es/net/working-with-headings/
  10. Extraheer tekst en afbeeldingen uit PPT-documen...

    C++ voorbeeldcode om tekst en afbeeldingen uit het PPT-bestand te extraheren in C++ Runtime Environment voor Windows 32 bit, Windows 64 bit en Linux 64 bit....get_Length(); i++){ // Loop through paragraphs in current ITextFrame for...(SharedPtr<IParagraph> paragraph : textFramesSlideOne[i]->get_Paragraphs()){ //...

    products.aspose.com/slides/nl/cpp/parser/ppt/