Sort Score
Result 10 results
Languages All
Labels All
Results 6,541 - 6,550 of 18,342 for

paragraphs

(1.11 sec)
  1. Архів

    Архів...StartsWith("_Toc")) { Paragraph tocItem = (Paragraph)field.Start.GetAncestor(NodeType...GetAncestor(NodeType.Paragraph); Console.WriteLine(tocItem.ToString(SaveFormat...

    blog.aspose.com/uk/words/work-with-table-of-con...
  2. إدارة سمات العروض التقديمية في .NET|توثيق Aspos...

    إدارة سمات العروض التقديمية في Aspose.Slides لـ .NET لإنشاء وتخصيص وتحويل ملفات PowerPoint مع الحفاظ على هوية العلامة التجارية المتسقة....100 , 100 ); Paragraph paragraph = new Paragraph (); Portion portion...( "Theme text format" ); paragraph . Portions . Add ( portion...

    docs.aspose.com/slides/ar/net/presentation-theme/
  3. Row Class | Aspose.Words لـ .NET

    اكتشف فئة Aspose.Words.Tables.Row لإدارة صفوف الجداول بسلاسة في مستنداتك. حسّن معالجة مستنداتك بميزات فعّالة!...firstCell ); Paragraph paragraph = new Paragraph ( doc ); firstCell...firstCell . AppendChild ( paragraph ); //أضف نصًا إلى الخلية الأولى...

    reference.aspose.com/words/ar/net/aspose.words....
  4. Incorrect Underline Height in EQ Field Overstri...

    Description Aspose.Words does not correctly render EQ (Equation) fields when the text inside the field code contains underlined characters. Specifically, the underline height of text inside the field differs from the un…...-aw-rel-hpos:column; -aw-rel-vpos:paragraph; -aw-top-pos:0pt; -aw-wrap-type:inline"...apply underline to the whole paragraph or surrounding run instead...

    forum.aspose.com/t/incorrect-underline-height-i...
  5. مثال Hello World باستخدام بايثون|Aspose.PDF لـ ...

    يوضح هذا المثال كيفية إنشاء مستند PDF بسيط يحتوي على نص Hello World باستخدام Aspose.PDF لـ Python عبر .NET....إضافة TextFragment إلى مجموعة paragraphs الخاصة بالصفحة save() المستند...إلى الصفحة الجديدة page . paragraphs . add ( text_fragment ) #...

    docs.aspose.com/pdf/ar/python-net/hello-world-e...
  6. Section.ClearContent | Aspose.Words per .NET

    Sezioni chiare senza sforzo con il metodo ClearContent. Ottimizza il tuo flusso di lavoro e migliora l'efficienza della gestione dei contenuti oggi stesso!... Paragraphs . Count ); // L'esecuzione...doc . FirstSection . Body . Paragraphs . Count ); Guarda anche class...

    reference.aspose.com/words/it/net/aspose.words/...
  7. StyleCollection.DefaultFont | Aspose.Words for ...

    Discover the StyleCollection DefaultFont property for seamless document text formatting. Enhance your documents with consistent, professional style....Paragraph", the collection will apply...styles . Add ( StyleType . Paragraph , "MyStyle" ); Assert . That...

    reference.aspose.com/words/net/aspose.words/sty...
  8. TxtLoadOptions.DocumentDirection | Aspose.Words...

    Discover the TxtLoadOptions DocumentDirection property to easily set document direction. Optimize your layout with the default LeftToRight setting!...// the direction of every paragraph of text that Aspose.Words...loads from plaintext. // Each paragraph's "Bidi" property will store...

    reference.aspose.com/words/net/aspose.words.loa...
  9. إنشاء مستند PDF باستخدام C++|Aspose.PDF لـ C++

    المهمة الأكثر شيوعًا وأساسًا في العمل مع ملف PDF هي إنشاء مستند من البداية. استخدم مكتبة Aspose.PDF for C++....إضافة TextFragment إلى مجموعة Paragraph في الصفحة حفظ مستند PDF الناتج..."Hello World!" ); page -> get_Paragraphs () -> Add ( textFragment...

    docs.aspose.com/pdf/ar/cpp/create-document/
  10. TabStopCollection.RemoveByPosition | Aspose.Wor...

    أزل علامات التبويب بسهولة من مجموعتك باستخدام طريقة RemoveByPosition. بسّط تنسيقك لتحسين التحكم في مستنداتك!... foreach ( Paragraph para in doc . GetChildNodes...GetChildNodes ( NodeType . Paragraph , true )) if ( para . ParagraphFormat...

    reference.aspose.com/words/ar/net/aspose.words/...