Sort Score
Result 10 results
Languages All
Labels All
Results 5,731 - 5,740 of 14,147 for

section

(0.07 sec)
  1. DocumentVisitor Class | Aspose.Words per .NET

    Scopri la classe Aspose.Words.DocumentVisitor, la base per creare visitatori di documenti personalizzati per migliorare l'elaborazione e la manipolazione dei documenti....virtual VisitSectionEnd ( Section ) Chiamato quando l’enumerazione...virtual VisitSectionStart ( Section ) Chiamato quando è iniziata...

    reference.aspose.com/words/it/net/aspose.words/...
  2. Архів

    Архів... Клонуйте розділ в об’єкт Section за допомогою методу Document...Document.getSections().add(Section) . Збережіть документ за допомогою...

    blog.aspose.com/uk/words/split-ms-word-document...
  3. Zoom verwalten|Aspose.Slides für Python Dokumen...

    Fügen Sie Zoom oder Zoomrahmen zu PowerPoint-Präsentationen in Python hinzu... sections . add_section ( "Abschnitt 1" , slide...slides [ 0 ] . shapes . add_section_zoom_frame ( 20 , 20 , 300...

    docs.aspose.com/slides/de/python-net/manage-zoom/
  4. Folienabschnitt|Aspose.Slides Dokumentation

    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.... save ( "pres-sections.pptx" , SaveFormat . Pptx... 0 ); pres . save ( "pres-sections-moved.pptx" , SaveFormat ...

    docs.aspose.com/slides/de/androidjava/slide-sec...
  5. Paragraph.IsEndOfSection | Aspose.Words för .NET

    Upptäck egenskapen Paragraph IsEndOfSection för att identifiera om ett stycke är det sista i ett avsnitts huvudtext för förbättrad dokumentstruktur och tydlighet....(huvudtextberättelse) av en Section ; falskt annars. public bool...foreach ( Section srcSection in docToInsert . Sections . OfType...

    reference.aspose.com/words/sv/net/aspose.words/...
  6. NodeCollection.Clear | Aspose.Words för .NET

    Rensa enkelt din NodeCollection med vår Clear-metod, och ta bort alla noder från både samlingen och dokumentet för optimal prestanda.... Sections . Count ); Assert . AreEqual...AreEqual ( 17 , doc . Sections [ 0 ]. GetChildNodes ( NodeType . Any...

    reference.aspose.com/words/sv/net/aspose.words/...
  7. ค้นหา

    ค้นหา...getSections() โคลนส่วนลงในวัตถุ Section โดยใช้เมธอด Document.getSections()...Document.getSections().add(Section) บันทึกเอกสารโดยใช้เมธอด Document...

    blog.aspose.com/th/words/split-ms-word-document...
  8. Convertir des documents PDF en utilisant Python...

    Cette Section contient des articles relatifs à la conversion de documents PDF en différents formats et vice versa en utilisant l'API Python....PDF pour la conversion La section suivante décrit les options...attention sur le fait que la section actuelle décrit uniquement...

    docs.aspose.com/pdf/fr/python-net/converting/
  9. The Header align is wrong after attach word - F...

    the “main” word like but after attached cover word, it looks like: 1.docx (175.8 KB) out.docx (129.3 KB) cover.docx (19.3 KB) the result the align of header is left from center. Here is my code: String path…...cover; var sections = word.getSections(); if (sections.getCount()...getCount() > 1) { var section1 = sections.get(0); section1.getPageSetup()...

    forum.aspose.com/t/the-header-align-is-wrong-af...
  10. Pythonमें एक दस्तावेज़ बनाएं

    Python via .NET लाइब्रेरी का उपयोग करके एक फाइल बनाएं। Python में कुछ ही चरणों में आसानी से एक नया दस्तावेज़ बनाएं।...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/