Sort Score
Result 10 results
Languages All
Labels All
Results 6,401 - 6,410 of 15,193 for

section

(0.2 sec)
  1. Tạo Markdown Bằng Python

    Tạo một Markdown mới trong Python trong một vài bước. Dễ dàng tạo Markdown bằng Python via .NET thư viện....first_section.body.first_paragraph.append_child(firstRun)...append_child(firstRun) doc.first_section.body.first_paragraph.append_child(secondRun)...

    products.aspose.com/words/vi/python-net/make/md/
  2. Supprimer des diapositives des présentations en...

    Supprimez facilement des diapositives des présentations PowerPoint et OpenDocument avec Aspose.Slides pour Python via .NET. Obtenez des exemples de code clairs et améliorez votre flux de travail....diapositive affecte‑t‑elle les sections de diapositives ? Si la diapositive...diapositive appartenait à une section, cette section contiendra simplement...

    docs.aspose.com/slides/fr/python-net/remove-sli...
  3. DocumentBuilder.InsertBreak | Aspose.Words لـ .NET

    قم بتعزيز مستنداتك بسهولة باستخدام طريقة InsertBreak في DocumentBuilder، مما يسمح لك بإضافة فواصل مخصصة بسلاسة لتحسين التنسيق....Writeln ( "This is the first section, which landscape oriented with...Orientation . Landscape , doc . Sections [ 1 ]. PageSetup . Orientation...

    reference.aspose.com/words/ar/net/aspose.words/...
  4. FieldAutoTextList Class | Aspose.Words per .NET

    Scopri la classe Aspose.Words.Fields.FieldAutoTextList, progettata per semplificare l'automazione dei documenti con un'implementazione efficiente del campo AUTOTEXTLIST....Paragraph ; Section section = new Section ( glossaryDoc ); section . AppendChild...new Body ( glossaryDoc )); section . Body . AppendParagraph (...

    reference.aspose.com/words/it/net/aspose.words....
  5. NodeCollection.Clear | Aspose.Words per .NET

    Cancella senza sforzo la tua NodeCollection con il nostro metodo Clear, rimuovendo tutti i nodi sia dalla raccolta che dal documento per prestazioni ottimali.... Sections . Count ); Assert . AreEqual...AreEqual ( 17 , doc . Sections [ 0 ]. GetChildNodes ( NodeType . Any...

    reference.aspose.com/words/it/net/aspose.words/...
  6. Lưu trữ

    Lưu trữ...SECTION).next_sibling.as_section() currNode = nextSection...start_section = start_node.get_ancestor(aw.NodeType.SECTION).as_section()...

    blog.aspose.com/vi/words/extract-text-from-word...
  7. Travailler avec des en-têtes et des pieds de pa...

    Comment manipuler les en-têtes et les pieds de page en utilisant C++....Pieds de page Définis dans la Section précédente Si vous devez copier...l’en-tête ou le pied de page de la section précédente, vous pouvez également...

    docs.aspose.com/words/fr/cpp/working-with-heade...
  8. Arsip

    Arsip...add(Section) . Simpan dokumen menggunakan...ini dibagi per bagian Section section = doc.getSections().get(i)...

    blog.aspose.com/id/words/split-ms-word-document...
  9. BreakType Enum | Aspose.Words per .NET

    Scopri l'enum Aspose.Words.BreakType per migliorare la formattazione del tuo documento con tipi di interruzione precisi, per una migliore leggibilità e un migliore controllo del layout....Writeln ( "This is the first section, which landscape oriented with...Orientation . Landscape , doc . Sections [ 1 ]. PageSetup . Orientation...

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