Sort Score
Result 10 results
Languages All
Labels All
Results 6,371 - 6,380 of 15,482 for

section

(0.53 sec)
  1. Hämtar rubriker eller sidfötter med Node.js via...

    Denna artikel förklarar hur man programmässigt hämtar rubriker och sidfötter från Excel eller OpenOffice filer med hjälp av Node.js via C++ API.... get ( 0 ); // Gets left section of header console . log ( sheet...getHeader ( 0 )); // Gets center section of header console . log ( sheet...

    docs.aspose.com/cells/sv/nodejs-cpp/get-headers...
  2. Supprimer l'en-tête et le pied de page dans Wor...

    Ce guide vous explique comment supprimer l'en-tête et le pied de page dans Word à l'aide de C#. Vous obtiendrez les paramètres IDE, une liste d’étapes et un exemple de code en cours d’exécution....de page Analyser toutes les sections du document Supprimez le HeadersFooters...HeaderFooterType de chaque section. Enregistrez le fichier Word...

    kb.aspose.com/fr/words/net/remove-header-and-fo...
  3. Python का उपयोग करके WORD बनाएं

    कुछ ही चरणों में Python में एक नया WORD बनाएं। Python via .NET लाइब्रेरी का उपयोग करके आसानी से WORD बनाएं।...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/word/
  4. Python का उपयोग करके DOC बनाएं

    कुछ ही चरणों में Python में एक नया DOC बनाएं। Python via .NET लाइब्रेरी का उपयोग करके आसानी से DOC बनाएं।...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/doc/
  5. Archivio

    Archivio...Clona la sezione in un oggetto Section usando il metodo Document-...(int i = 0; i < document->get_Sections()->get_Count(); i++) { //...

    blog.aspose.com/it/words/split-ms-word-document...
  6. Procurar

    Procurar...Clone a seção em um objeto Section usando o método Document->...(int i = 0; i < document->get_Sections()->get_Count(); i++) { //...

    blog.aspose.com/pt/words/split-ms-word-document...
  7. کار با بخش ها در Python|Aspose.Words برای Pytho...

    با استفاده از Python بخش‌ها و بخش‌ها را در یک سند ایجاد و مدیریت کنید. درج بخش در یک سند Python. بخش Python را حذف کنید. بخش هایی را بین اسناد کپی کنید.... Section و Section Break چیست؟ بخش های سند...سند توسط کلاس های Section و SectionCollection نشان داده می شوند...

    docs.aspose.com/words/fa/python-net/working-wit...
  8. Run Class | Aspose.Words لـ .NET

    اكتشف Aspose.Words.Run، وهي فئة قوية لإدارة عمليات تشغيل الأحرف بتنسيق خط متسق، مما يعزز كفاءة معالجة المستندات لديك.... Section section = new Section ( doc ); doc . AppendChild...AppendChild ( section ); // تعيين بعض خصائص إعداد الصفحة للقسم...

    reference.aspose.com/words/ar/net/aspose.words/...
  9. Cloner les diapositives de présentation en .NET...

    Duplication rapide des diapositives PowerPoint avec Aspose.Slides pour .NET. Suivez nos exemples de code clairs pour automatiser la création de PPT en quelques secondes et éliminer le travail manuel....diapositive à la fin d’une section spécifiée Avec Aspose.Slides...cloner une diapositive d’une section d’une présentation et insérer...

    docs.aspose.com/slides/fr/net/clone-slides/
  10. DocumentVisitor.VisitParagraphStart | Aspose.Wo...

    Scopri il metodo VisitParagraphStart di DocumentVisitor, essenziale per gestire in modo efficiente l'enumerazione dei paragrafi nelle tue applicazioni. Migliora le tue competenze di programmazione!...VisitorAction VisitSectionStart ( Section section ) { // Ottieni l'indice...NodeCollection docSections = section . Document . GetChildNodes...

    reference.aspose.com/words/it/net/aspose.words/...