Sort Score
Result 10 results
Languages All
Labels All
Results 6,241 - 6,250 of 15,318 for

section

(0.14 sec)
  1. Werken met afdelingen in Java|Aspose.Words voor...

    Begrijpen van concepten en manipulatiepraktijken van documentsecties met behulp van Java. Afdeling invoegen in een document Java. Sectie verwijderen Java. Kopieer secties tussen documenten.... Wat Section en Section Break is De afdelingen...worden vertegenwoordigd door de Section en SectionCollection lessen...

    docs.aspose.com/words/nl/java/working-with-sect...
  2. Diviser un document en Java|Aspose.Words pour Java

    Aspose.Words pour Java vous offre un moyen efficace de diviser un document en plusieurs documents par en-têtes ou Sections, ainsi que par pages ou plages de pages....plusieurs documents par titres ou sections. Vous pouvez également diviser...paragraphe d’en-tête, saut de section, rupture de colonne, saut de...

    docs.aspose.com/words/fr/java/split-a-document/
  3. أرشيف

    أرشيف...استخدم الخيار Layout> Breaks> Section Breaks. فيما يلي خطوات تقسيم...وكررها. استنساخ القسم إلى كائن Section باستخدام طريقة Document-> getSections()...

    blog.aspose.com/ar/words/split-ms-word-document...
  4. Android でプレゼンテーションのスライド セクションを管理する|Aspose.Slide...

    Android 用 Java の Aspose.Slides で PowerPoint と OpenDocument のスライド セクションを効率化します—分割、名前変更、並べ替えで PPTX および ODP のワークフローを最適化します。... addSection ( "Section 1" , newSlide1 ); ISection...getSections (). addSection ( "Section 2" , newSlide3 ); // section1...

    docs.aspose.com/slides/ja/androidjava/slide-sec...
  5. Arsip

    Arsip...SECTION).next_sibling.as_section() currNode = nextSection...start_section = start_node.get_ancestor(aw.NodeType.SECTION).as_section()...

    blog.aspose.com/id/words/extract-text-from-word...
  6. PDFから段落を抽出する C#|Aspose.PDF for .NET

    Aspose.PDFを使用して、.NETでPDF文書から段落を抽出する方法を学びます。... MarkupSection section in markup . Sections ) { DrawRectangleOnPage...DrawRectangleOnPage ( section . Rectangle , page ); foreach ( Aspose . Pdf...

    docs.aspose.com/pdf/ja/net/extract-paragraph-fr...
  7. Архивы

    Архивы...Клонируйте раздел в объект Section с помощью метода Document-...(int i = 0; i < document->get_Sections()->get_Count(); i++) { //...

    blog.aspose.com/ru/words/split-ms-word-document...
  8. arkiv

    arkiv... Klona avsnittet till ett Section -objekt med metoden Docume...(int i = 0; i < document->get_Sections()->get_Count(); i++) { //...

    blog.aspose.com/sv/words/split-ms-word-document...
  9. Python का उपयोग करके Markdown बनाएं

    कुछ ही चरणों में Python में एक नया Markdown बनाएं। Python via .NET लाइब्रेरी का उपयोग करके आसानी से Markdown बनाएं।...first_section.body.first_paragraph.append_child(firstRun)...append_child(firstRun) doc.first_section.body.first_paragraph.append_child(secondRun)...

    products.aspose.com/words/hi/python-net/make/md/
  10. Python का उपयोग करके DOCX बनाएं

    कुछ ही चरणों में Python में एक नया DOCX बनाएं। Python via .NET लाइब्रेरी का उपयोग करके आसानी से DOCX बनाएं।...first_section.body.first_paragraph.append_child(firstRun)...append_child(firstRun) doc.first_section.body.first_paragraph.append_child(secondRun)...

    products.aspose.com/words/hi/python-net/make/docx/