Sort Score
Result 10 results
Languages All
Labels All
Results 5,941 - 5,950 of 15,445 for

section

(0.36 sec)
  1. SectionCollection.toArray method | Aspose.Words...

    SectionCollection.toArray method. Copies all Sections from the collection to a new array of Sections....method toArray() Copies all sections from the collection to a new...array of sections. toArray () Returns An array of sections. See Also...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Архів

    Архів...SECTION).next_sibling.as_section() currNode = nextSection...start_section = start_node.get_ancestor(aw.NodeType.SECTION).as_section()...

    blog.aspose.com/uk/words/extract-text-from-word...
  3. DocumentVisitor.VisitStructuredDocumentTagRange...

    اكتشف طريقة DocumentVisitor VisitStructuredDocumentTagRangeEnd، وهي ضرورية للتعامل مع علامات المستندات المنظمة بشكل فعال في تطبيقاتك....VisitorAction VisitSectionStart ( Section section ) { // احصل على فهرس قسمنا...NodeCollection docSections = section . Document . GetChildNodes...

    reference.aspose.com/words/ar/net/aspose.words/...
  4. Python でドキュメントのクローンを作成する|Python via .NET用Aspose...

    Python を使用してドキュメントのクローンを作成し、同一のコピーを取得します。コピーを作成すると、元のドキュメントのノードとプロパティが複製されます。... write ( "Section 1" ) builder . insert_break...BreakType . SECTION_BREAK_NEW_PAGE ) builder . write ( "Section 2" )...

    docs.aspose.com/words/ja/python-net/clone-a-doc...
  5. Archiv

    Archiv...JAR Datei aus dem releases section herunterladen oder die folgenden...new DocumentBuilder(doc); Section currentSection = builder.getCurrentSection();...

    blog.aspose.com/de/words/add-remove-header-foot...
  6. FieldAutoTextList.ScreenTip | Aspose.Words لـ .NET

    اكتشف خاصية ScreenTip في FieldAutoTextList، وقم بتخصيص نص ScreenTip الخاص بك بسهولة لتحسين تجربة المستخدم وزيادة الوضوح في تطبيقك....Paragraph ; Section section = new Section ( glossaryDoc ); section . AppendChild...new Body ( glossaryDoc )); section . Body . AppendParagraph (...

    reference.aspose.com/words/ar/net/aspose.words....
  7. Paragraph.join_runs_with_same_formatting method...

    aspose.words.Paragraph.join_runs_with_same_formatting method... first_section . body . first_paragraph ....assertEqual ( 'Hello ' , doc . first_section . body . first_paragraph ....

    reference.aspose.com/words/python-net/aspose.wo...
  8. Archivo

    Archivo...Sections . Clone la sección en un nuevo...docx"); for (int i = 0; i < doc.Sections.Count; i++) { // Divida un...

    blog.aspose.com/es/words/split-ms-word-document...
  9. Paragraph Class | Aspose.Words لـ .NET

    اكتشف فئة Aspose.Words.Paragraph لإدارة فقرات النص وتنسيقها بسهولة، مما يعزز قدرات معالجة المستندات لديك....HeaderFooter (قصة النص الرئيسي) لـ Section ؛ وإلا فسيكون خاطئًا. IsEndOfSection...Body (قصة النص الرئيسي) لـ Section ؛ وإلا فسيكون خاطئًا. IsFormatRevision...

    reference.aspose.com/words/ar/net/aspose.words/...
  10. 使用 Java 管理演示文稿中的幻灯片章节|Aspose.Slides 文档

    使用 Aspose.Slides for Java 简化 PowerPoint 和 OpenDocument 中的幻灯片章节 — 分割、重命名和重新排序,以优化 PPTX 和 ODP 工作流。... addSection ( "Section 1" , newSlide1 ); ISection...getSections (). addSection ( "Section 2" , newSlide3 ); // section1...

    docs.aspose.com/slides/zh/java/slide-section/