Sort Score
Result 10 results
Languages All
Labels All
Results 8,291 - 8,300 of 18,545 for

paragraph

(0.14 sec)
  1. CompositeNode.FirstChild | Aspose.Words for .NET

    Discover the CompositeNode FirstChild property to easily access the first child node, enhancing your coding efficiency and simplifying data management....= new Document ( MyDir + "Paragraphs.docx" ); for ( Node node...= new Document ( MyDir + "Paragraphs.docx" ); // Any node that...

    reference.aspose.com/words/net/aspose.words/com...
  2. Body.ParentSection | Aspose.Words för .NET

    Upptäck egenskapen Body ParentSection för att enkelt komma åt en berättelses överordnade sektion och förbättra effektiviteten i din innehållshantering.... ParentNode ); Paragraph para = new Paragraph ( doc ); body ...

    reference.aspose.com/words/sv/net/aspose.words/...
  3. TabAlignment Enum | Aspose.Words per .NET

    Scopri l'enum Aspose.Words.TabAlignment per l'allineamento personalizzabile delle tabulazioni. Migliora la formattazione dei documenti con precisione e flessibilità oggi stesso!...Document doc = new Document (); Paragraph para = doc . FirstSection.... Save ( ArtifactsDir + "Paragraph.TabStops.docx" ); Guarda anche...

    reference.aspose.com/words/it/net/aspose.words/...
  4. NodeCollection.Add | Aspose.Words لـ .NET

    اكتشف طريقة NodeCollection Add لإضافة العقد إلى مجموعتك بسهولة، مما يعزز إدارة البيانات لديك بسهولة وكفاءة.... Paragraph , doc . Sections [ 0 ]. Body...Assert . AreEqual ( NodeType . Paragraph , doc . Sections [ 1 ]. Body...

    reference.aspose.com/words/ar/net/aspose.words/...
  5. C++를 사용하여 PDF 문서 생성|Aspose.PDF for C++

    PDF 파일 작업의 가장 인기 있고 기본적인 작업은 처음부터 문서를 만드는 것입니다. Aspose.PDF for C++ 라이브러리를 사용하세요.... TextFragment 을 페이지의 Paragraph 컬렉션에 추가합니다. 결과 PDF 문서를 저장합니다..."Hello World!" ); page -> get_Paragraphs () -> Add ( textFragment...

    docs.aspose.com/pdf/ko/cpp/create-document/
  6. مثال على "مرحبا بالعالم" باستخدام لغة C#|Aspose...

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

    docs.aspose.com/pdf/ar/net/hello-world-example/
  7. استخراج النص والصور من ملفات ODP باستخدام Pytho...

    Python شفرة المصدر لتحليل العرض التقديمي ODP....range(len(textFramesPPTX)): # Loop through paragraphs in current ITextFrame for...para in textFramesPPTX[i] . paragraphs: # Loop through portions...

    products.aspose.com/slides/ar/python-net/parser...
  8. 在PPTX中复制段落和部分|Aspose.Slides 文档

    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.... 复制段落 Paragraph 的属性可以通过 Paragraph 类的 ParagraphFormat...

    docs.aspose.com/slides/zh/java/copying-paragrap...
  9. DocumentBuilder.is_at_end_of_structured_documen...

    DocumentBuilder.is_at_end_of_structured_document_tag property. Returns true if the cursor is at the end of a structured document tag....is_at_end_of_paragraph property DocumentBuilder....is_at_start_of_paragraph property...

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

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

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