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

paragraphs

(0.09 sec)
  1. إنشاء مستند PDF برمجيًا|Aspose.PDF for .NET

    تصف هذه الصفحة كيفية إنشاء مستند PDF من الصفر باستخدام مكتبة Aspose.PDF....إضافة TextFragment إلى مجموعة Paragraphs الخاصة بالصفحة. حفظ مستند...Add text to new page page . Paragraphs . Add ( new Aspose . Pdf...

    docs.aspose.com/pdf/ar/net/create-document/
  2. Extra line break after page break - Free Suppor...

    Hi! I see an extra line break after a page break using Aspose 8.0. This means that the first line of text of the subsequent pages does not start at the same position as the first line on the first page. I have attached t…...Paragraphs.Add(new Text(text)); } private...AddPageBreak(Section section) { section.Paragraphs.Add(new Text("#$NP")); }...

    forum.aspose.com/t/extra-line-break-after-page-...
  3. Создание PDF-документа программным способом|Asp...

    На этой странице описывается, как создать PDF-документ с нуля с помощью библиотеки Aspose.PDF....TextFragment в коллекцию Paragraphs страницы. Сохраните полученный...Add text to new page page . Paragraphs . Add ( new Aspose . Pdf...

    docs.aspose.com/pdf/ru/net/create-document/
  4. Cell.NodeType | Aspose.Words لـ .NET

    اكتشف خاصية Cell NodeType التي تُرجع بيانات الخلية بكفاءة. حسّن مهاراتك البرمجية مع دليلنا الشامل، واكتشف إمكانياتها الكاملة!...= new Document ( MyDir + "Paragraphs.docx" ); // أي عقدة يمكنها...Words Cell.NextCell Cell.Paragraphs عربي English Русский 简体中文...

    reference.aspose.com/words/ar/net/aspose.words....
  5. NodeCollection.contains method | Aspose.Words f...

    NodeCollection.contains method. Determines whether a node is in the collection....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...
  6. FindReplaceOptions.IgnoreDeleted | Aspose.Words...

    اكتشف خاصية تجاهل المحذوفات في FindReplaceOptions، وتحكم في ظهور النص في المراجعات المحذوفة باستخدام مفتاح تبديل منطقي سهل. حسّن تجربة التحرير لديك!... Paragraphs [ 1 ]. Remove (); doc . StopTrackRevisions...doc . FirstSection . Body . Paragraphs [ 1 ]. IsDeleteRevision );...

    reference.aspose.com/words/ar/net/aspose.words....
  7. Shading.foreground_pattern_theme_color property...

    Shading.foreground_pattern_theme_color property. Gets or sets the foreground pattern theme color in the applied color scheme that is associated with this [Shading](../) object.... first_paragraph . paragraph_format . shading shading...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Font.subscript property | Aspose.Words for Python

    Font.subscript property. True if the font is formatted as subscript.... PARAGRAPH , 0 , True ) . as_paragraph () # Raise this...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Style.Aliases | Aspose.Words för .NET

    Upptäck alla stilalias enkelt med egenskapen Stilalias. Om inga finns får du en tom strängmatris. Förenkla din stilhantering!... Paragraphs [ 0 ]. ParagraphFormat ....doc . FirstSection . Body . Paragraphs [ 1 ]. ParagraphFormat ....

    reference.aspose.com/words/sv/net/aspose.words/...
  10. 將 Markdown 翻譯成 DOM|Aspose.Words for .NET

    翻譯一個 Markdown 文檔到 Document Object Model 並回來使用 C#。 這樣你就可以與複雜的現有 Markdown 合作,或從頭建立 Markdown 文檔。...previous paragraph to not combine styles between paragraphs. builder...Styles . Add ( StyleType . Paragraph , "SetextHeading1" ); builder...

    docs.aspose.com/words/zh-hant/net/translate-mar...