Sort Score
Result 10 results
Languages All
Labels All
Results 6,061 - 6,070 of 18,590 for

paragraphs

(0.49 sec)
  1. LoadOptions.msw_version property | Aspose.Words...

    LoadOptions.msw_version property. Allows to specify that the document loading process should match a specific MS Word version...document is missing the default paragraph formatting style. # This default..., doc . styles . default_paragraph_format . line_spacing , delta...

    reference.aspose.com/words/python-net/aspose.wo...
  2. NodeList.GetEnumerator | Aspose.Words لـ .NET

    كرر عملية NodeList بسهولة باستخدام دالة GetEnumerator. استمتع بوصول سهل وفعال إلى مجموعة عقدك بلغة C#.... WriteLine ( $"Table paragraph index {index++}, contents:...Assert . AreEqual ( typeof ( Paragraph ), node . GetType ()); أنظر...

    reference.aspose.com/words/ar/net/aspose.words/...
  3. NodeCollection.remove method | Aspose.Words for...

    NodeCollection.remove method. Removes the node from the collection and from the document....then appears in the parent Paragraph's RunCollection. runs = doc...first_section . body . first_paragraph . runs self . assertEqual...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Forçar Renderização de Tabela em Nova Página|As...

    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....TextFragment ( "HHHHH" )); } Paragraphs paragraphs = curPage . getParagraphs...getParagraphs (); paragraphs . add ( table ); /********* Table table1...

    docs.aspose.com/pdf/pt/java/force-table-renderi...
  5. العمل مع العناوين في PDF|Aspose.PDF لـ Python ع...

    إنشاء ترقيم في عنوان مستند PDF الخاص بك باستخدام Python. يوفر Aspose.PDF for Python عبر .NET أنواعًا مختلفة من أنماط الترقيم.... paragraphs . add ( float_box ) heading...is_auto_sequence = True float_box . paragraphs . add ( heading ) heading2...

    docs.aspose.com/pdf/ar/python-net/working-with-...
  6. WordML2003SaveOptions.SaveFormat | Aspose.Words...

    اكتشف كيف تُعرّف خاصية SaveFormat في WordML2003SaveOptions تنسيقات حفظ المستندات. تمتع بتوافق تام مع WordML لملفاتك!...ine}\t\t" + $"<o:Paragraphs>1</o:Paragraphs>{newLine}\t\t" +...es>1</o:Lines><o:Paragraphs>1</o:Paragraphs>" + "<o:Characte...

    reference.aspose.com/words/ar/net/aspose.words....
  7. FieldStyleRef.InsertParagraphNumber | Aspose.Wo...

    اكتشف خاصية FieldStyleRef InsertParagraphNumber لإدارة ترقيم الفقرات في مستنداتك بسهولة، وضمان مراجع دقيقة وتنسيق محسّن.... Styles [ "List Paragraph" ]; builder . Writeln ( "Item...Style = doc . Styles [ "List Paragraph" ]; builder . Writeln ( "Item...

    reference.aspose.com/words/ar/net/aspose.words....
  8. TabAlignment | Aspose.Words for Java

    Specifies the alignment/type of a tab stop in Java....for a paragraph. Document doc = new Document(); Paragraph para...getFirstParagraph(); // If we are in a paragraph with no tab stops in this...

    reference.aspose.com/words/java/com.aspose.word...
  9. إدارة الروابط التشعبية|Aspose.Slides لـ Node.js...

    كيفية إضافة ارتباط تشعبي إلى عرض تقديمي PowerPoint باستخدام JavaScript...(); var paragraph = new aspose . slides . Paragraph (); paragraph...slides . FillType . Solid )); paragraph . getParagraphFormat (). ...

    docs.aspose.com/slides/ar/nodejs-java/manage-hy...
  10. Make Markdown Using C#

    Make a new Markdown in C# in a few steps. Easily create Markdown using .NET library....technically supposed to contain one paragraph, so when you programmatically...this is the last Run in the Paragraph. if (secondRun.NextSibling...

    products.aspose.com/words/net/make/md/