Sort Score
Result 10 results
Languages All
Labels All
Results 6,071 - 6,080 of 15,191 for

section

(0.12 sec)
  1. DocumentVisitor.VisitStructuredDocumentTagRange...

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

    reference.aspose.com/words/ar/net/aspose.words/...
  2. Change in methods name|Aspose.PDF for Java

    Find out about method name changes in recent versions of Aspose.PDF for Java, ensuring code compatibility with the latest API.... Section.setIsLanscape () is changed to Section.isLandscape(true);...

    docs.aspose.com/pdf/java/change-in-methods-name/
  3. Run Class | Aspose.Words per .NET

    Scopri Aspose.Words.Run, una potente classe per la gestione delle sequenze di caratteri con formattazione coerente dei font, migliorando l'efficienza di elaborazione dei documenti.... Section section = new Section ( doc ); doc . AppendChild...AppendChild ( section ); // Imposta alcune proprietà di impostazione...

    reference.aspose.com/words/it/net/aspose.words/...
  4. Restreindre l'édition de documents dans Python|...

    Restreindre la modification d'un document en définissant un type de restriction à l'aide de Python. Vous pouvez également supprimer la protection et créer des régions modifiables sans restriction....protection détaillées dans cette section. Aspose.Words vous permet de...aspose.words as aw # Insert two sections with some text. doc = aw ...

    docs.aspose.com/words/fr/python-net/restrict-do...
  5. إدارة تكبير العرض التقديمي في C++|وثائق Aspose....

    إنشاء وتخصيص التكبير باستخدام Aspose.Slides للـ C++ — الانتقال بين الأقسام، إضافة صور مصغرة وانتقالات عبر عروض PPT و PPTX و ODP....لعرض قسم واحد فقط، استخدم Section Zoom . تكبير الشريحة يمكن لتكبير...pres -> get_Sections () -> AddSection ( u "Section 1" , slide...

    docs.aspose.com/slides/ar/cpp/manage-zoom/
  6. Archiv

    Archiv...new DocumentBuilder(doc); Section currentSection = builder.getCurrentSection();..."HeaderFooter.doc"); for (Section section : doc.getSections()) {...

    blog.aspose.com/cs/words/add-remove-header-foot...
  7. 使用 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/
  8. Получение заголовков или нижних колонтитулов с ...

    В этой статье объясняется, как программно получать заголовки и нижние колонтитулы из файлов Excel или OpenOffice через API Node.js через C++.... get ( 0 ); // Gets left section of header console . log ( sheet...getHeader ( 0 )); // Gets center section of header console . log ( sheet...

    docs.aspose.com/cells/ru/nodejs-cpp/get-headers...
  9. ParagraphFormat Class | Aspose.Words per .NET

    Scopri la classe Aspose.Words.ParagraphFormat per opzioni complete di formattazione dei paragrafi. Migliora lo stile dei tuoi documenti senza sforzo!... Section section = new Section ( doc ); doc . AppendChild...AppendChild ( section ); // Imposta alcune proprietà di impostazione...

    reference.aspose.com/words/it/net/aspose.words/...
  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/