Sort Score
Result 10 results
Languages All
Labels All
Results 6,041 - 6,050 of 15,388 for

section

(0.38 sec)
  1. 아카이브

    아카이브...content is found in a different section. if (currNode.next_sibling...isExtracting) : # Move to the next section. nextSection = currNode.get_ancestor(aw...

    blog.aspose.com/ko/words/extract-text-from-word...
  2. Utilisation du contrôle de contenu SDT dans Jav...

    Gestion avancée du contenu des documents, comment créer et manipuler des contrôles de contenu (Balises de document structurées) à l'aide de Java....Contrôles de contenu Cette section explique comment mettre à jour...l’exception des sections répétitives, des éléments de section répétitifs...

    docs.aspose.com/words/fr/java/working-with-cont...
  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. Archivio

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

    blog.aspose.com/it/words/add-or-remove-header-a...
  6. Restringir a edição de documentos em Python|Asp...

    Restrinja a edição de um documento definindo um tipo de restrição usando Python. Você também pode remover a proteção e tornar regiões editáveis sem restrições....words as aw # Insert two sections with some text. doc = aw ...aspose.words as aw # Insert two sections with some text. doc = aw ...

    docs.aspose.com/words/pt/python-net/restrict-do...
  7. Ogranicz edycję dokumentów w Python|Aspose.Word...

    Ogranicz edycję dokumentu, ustawiając typ ograniczenia za pomocą Python. Możesz także usunąć ochronę i utworzyć nieograniczone edytowalne regiony....words as aw # Insert two sections with some text. doc = aw ...aspose.words as aw # Insert two sections with some text. doc = aw ...

    docs.aspose.com/words/pl/python-net/restrict-do...
  8. Document.Accept | Aspose.Words per .NET

    Semplifica la gestione dei visitatori con il nostro metodo di accettazione dei documenti. Migliora sicurezza ed efficienza per un'esperienza impeccabile....VisitorAction VisitSectionStart ( Section section ) { // Ottieni l'indice...NodeCollection docSections = section . Document . GetChildNodes...

    reference.aspose.com/words/it/net/aspose.words/...
  9. 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/ko/python-net/make/word/
  10. Python를 사용하여 PDF 만들기

    몇 단계를 거쳐 Python에서 새 PDF를 만드세요. Python via .NET 라이브러리를 사용하여 PDF을 쉽게 생성합니다....first_section.body.first_paragraph.append_child(firstRun)...append_child(firstRun) doc.first_section.body.first_paragraph.append_child(secondRun)...

    products.aspose.com/words/ko/python-net/make/pdf/