Sort Score
Result 10 results
Languages All
Labels All
Results 5,981 - 5,990 of 15,161 for

section

(0.17 sec)
  1. CompositeNode.CreateNavigator | Aspose.Words pe...

    Scopri il metodo CompositeNode CreateNavigator per attraversare e leggere i nodi senza sforzo, migliorando la tua esperienza di navigazione dei dati.... Write ( "Section 1, Paragraph 1. " ); docBuilder...(); docBuilder . Write ( "Section 1, Paragraph 2. " ); doc ....

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

    arkiv...System::SharedPtr<Section>& section) { System::SharedPtr<Section> previousSection...= System::DynamicCast<Section>(section->get_PreviousSibling());...

    blog.aspose.com/sv/words/add-or-remove-header-a...
  4. Cloner les diapositives de présentation en C++|...

    Dupliquez rapidement les diapositives PowerPoint avec Aspose.Slides pour C++. 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 Si vous souhaitez...présentation mais dans une section différente, utilisez la méthode...

    docs.aspose.com/slides/fr/cpp/clone-slides/
  5. HeaderFooter Class | Aspose.Words per .NET

    Scopri la classe Aspose.Words.HeaderFooter, la soluzione ideale per gestire intestazioni e piè di pagina di sezione senza sforzo. Migliora la formattazione dei documenti oggi stesso!...può essere solo un figlio di Section . Può essercene solo uno HeaderFooter...HeaderFooterType in un Section . Se Section non ha un HeaderFooter...

    reference.aspose.com/words/it/net/aspose.words/...
  6. ארכיון

    ארכיון... שכבו את הקטע לאובייקט Section באמצעות השיטה Document->ge...(int i = 0; i < document->get_Sections()->get_Count(); i++) { //...

    blog.aspose.com/he/words/split-ms-word-document...
  7. ParagraphFormat Class | Aspose.Words لـ .NET

    اكتشف فئة Aspose.Words.ParagraphFormat لخيارات تنسيق فقرات شاملة. حسّن تنسيق مستنداتك بسهولة!... Section section = new Section ( doc ); doc . AppendChild...AppendChild ( section ); // تعيين بعض خصائص إعداد الصفحة للقسم...

    reference.aspose.com/words/ar/net/aspose.words/...
  8. C++ でプレゼンテーションズームを管理する|Aspose.Slides ドキュメント

    Aspose.Slides for C++ を使用してズームを作成およびカスタマイズします — セクション間をジャンプし、サムネイルとトランジションを PPT、PPTX、ODP プレゼンテーション全体に追加します。...pptx" , SaveFormat :: Pptx ); Section Zoom セクションズームは、プレゼンテーション内の...インターフェイス下のいくつかのメソッドを提供します。 Create Section Zoom Frames スライドにセクションズームフレームを追加する手順は次のとおりです。...

    docs.aspose.com/slides/ja/cpp/manage-zoom/
  9. 아카이브

    아카이브...new DocumentBuilder(doc); Section currentSection = builder.getCurrentSection();..."HeaderFooter.doc"); for (Section section : doc.getSections()) {...

    blog.aspose.com/ko/words/add-remove-header-foot...
  10. Зробіть DOC За Допомогою Python

    Створіть новий DOC у Python за кілька кроків. Легко створіть DOC за допомогою Python via .NET бібліотеки....first_section.body.first_paragraph.append_child(firstRun)...append_child(firstRun) doc.first_section.body.first_paragraph.append_child(secondRun)...

    products.aspose.com/words/uk/python-net/make/doc/