Sort Score
Result 10 results
Languages All
Labels All
Results 9,071 - 9,080 of 18,342 for

paragraph

(0.1 sec)
  1. Node.NextSibling | Aspose.Words لـ .NET

    اكتشف خاصية Node NextSibling للوصول بسهولة إلى العقدة التالية في DOM. حسّن مهاراتك في JavaScript وحسّن برمجة جهازك اليوم!...= new Document ( MyDir + "Paragraphs.docx" ); for ( Node node...= new Document ( MyDir + "Paragraphs.docx" ); // أي عقدة يمكنها...

    reference.aspose.com/words/ar/net/aspose.words/...
  2. NodeCollection.Add | Aspose.Words per .NET

    Scopri il metodo NodeCollection Add per aggiungere senza sforzo nodi alla tua raccolta, migliorando la gestione dei dati con facilità ed efficienza.... Paragraph , doc . Sections [ 0 ]. Body...Assert . AreEqual ( NodeType . Paragraph , doc . Sections [ 1 ]. Body...

    reference.aspose.com/words/it/net/aspose.words/...
  3. CompositeNode.FirstChild | Aspose.Words لـ .NET

    اكتشف خاصية CompositeNode FirstChild للوصول بسهولة إلى أول عقدة فرعية، مما يعزز كفاءة الترميز لديك ويبسط إدارة البيانات....= new Document ( MyDir + "Paragraphs.docx" ); for ( Node node...= new Document ( MyDir + "Paragraphs.docx" ); // أي عقدة يمكنها...

    reference.aspose.com/words/ar/net/aspose.words/...
  4. PageSetup.SuppressEndnotes | Aspose.Words per .NET

    Scopri come la proprietà PageSetup SuppressEndnotes migliora il layout del tuo documento controllando il posizionamento delle note di chiusura per sezioni più chiare e organizzate.... ParentNode ); Paragraph para = new Paragraph ( doc ); body ...

    reference.aspose.com/words/it/net/aspose.words/...
  5. Node.NodeTypeToString | Aspose.Words för .NET

    Upptäck Node NodeTypeToString-metoden, konvertera enkelt nodtypsuppräkningar till användarvänliga strängar för sömlös kodning och förbättrad läsbarhet....= new Document ( MyDir + "Paragraphs.docx" ); for ( Node node...= new Document ( MyDir + "Paragraphs.docx" ); // Alla noder som...

    reference.aspose.com/words/sv/net/aspose.words/...
  6. Cell.node_type property | Aspose.Words for Python

    Cell.node_type property. Returns [NodeType.CELL](../../../aspose.words/nodetype/#CELL)....paragraphs property...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Comment créer des présentations Hello World en ...

    Créez une présentation PowerPoint PPT, PPTX et ODP Hello World en .NET avec Aspose.Slides en utilisant les API héritées et modernes dans un guide simple.... Paragraphs [ 0 ]. Portions [ 0 ]. PortionFormat...Solid ; ashp . TextFrame . Paragraphs [ 0 ]. Portions [ 0 ]. PortionFormat...

    docs.aspose.com/slides/fr/net/how-to-create-hel...
  8. Exportation d'équations mathématiques|Documenta...

    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....exporté vers MathML - un paragraphe ou un bloc de formule individuel...Vous pouvez exporter soit un paragraphe mathématique complet ( MathParagraph...

    docs.aspose.com/slides/fr/nodejs-java/exporting...
  9. Add Image stamps in PDF programmatically|Aspose...

    Add the Image Stamp in your PDF document using ImageStamp class with the Aspose.PDF for Java library....); // Add text fragment to paragraphs collection of FloatingBox...()); // Add FloatingBox to paragraphs collection of page object...

    docs.aspose.com/pdf/java/image-stamps-in-pdf-page/
  10. إضافة كائن منحنى إلى ملف PDF|Aspose.PDF لـ C++

    تشرح هذه المقالة كيفية إنشاء كائن منحنى إلى ملف PDF الخاص بك باستخدام Aspose.PDF for C++....الفقرات في الصفحة page -> get_Paragraphs () -> Add ( graph ); // حفظ...الفقرات في الصفحة page -> get_Paragraphs () -> Add ( graph ); // حفظ...

    docs.aspose.com/pdf/ar/cpp/add-curve/