Sort Score
Result 10 results
Languages All
Labels All
Results 6,261 - 6,270 of 15,381 for

section

(0.56 sec)
  1. Utilisation de SDT de contrôle de contenu|Aspos...

    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 C#....contrôles de contenu Cette section explique comment mettre à jour...Word (sauf sections répétitives, éléments de section répétitifs...

    docs.aspose.com/words/fr/net/working-with-conte...
  2. Paragraph.ParentSection | Aspose.Words لـ .NET

    اكتشف خاصية Paragraph ParentSection للوصول بسهولة إلى القسم الرئيسي لأي فقرة، مما يعزز بنية مستندك وتنظيمه....property يسترد الأصل Section من الفقرة. public Section ParentSection...Create.docx" ); أنظر أيضا class Section class Paragraph مساحة الاسم...

    reference.aspose.com/words/ar/net/aspose.words/...
  3. ค้นหา

    ค้นหา...System::SharedPtr<Section>& section) { System::SharedPtr<Section> previousSection...= System::DynamicCast<Section>(section->get_PreviousSibling());...

    blog.aspose.com/th/words/add-or-remove-header-a...
  4. BreakType Enum | Aspose.Words för .NET

    Upptäck enumerationen Aspose.Words.BreakType för att förbättra dokumentformateringen med exakta brytningstyper för förbättrad läsbarhet och layoutkontroll....Writeln ( "This is the first section, which landscape oriented with...Orientation . Landscape , doc . Sections [ 1 ]. PageSetup . Orientation...

    reference.aspose.com/words/sv/net/aspose.words/...
  5. Page Margin Problem - Free Support Forum - aspo...

    Why does Aspose.Words retrieve different page margins for the same document when loaded in Windows versus Linux environments?...Sections[0].PageSetup.Margins.Left...50; // Set left margin doc.Sections[0].PageSetup.Margins.Right...

    forum.aspose.com/t/page-margin-problem/314423
  6. Supprimer l'en-tête et le pied de page dans Wor...

    Supprimez l'en-tête et le pied de page dans Word à l'aide de Python. Obtenez les paramètres IDE, une liste d'étapes et un exemple de code pour supprimer l'en-tête et le pied de page dans Word à l'aide de Python....pieds de page Parcourez chaque section du fichier Word chargé à l’aide...l’aide de la collection de sections Définissez le type de l’objet...

    kb.aspose.com/fr/words/python/remove-header-and...
  7. สร้างเอกสารใน 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/th/python-net/make/
  8. ทำให้ DOCX โดยใช้ Python

    สร้าง DOCX ใหม่ใน Python ในไม่กี่ขั้นตอน สร้าง DOCX อย่างง่ายดายโดยใช้ไลบรารี 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/th/python-net/make/docx/
  9. 使用 Python 製作 DOCX

    通過幾個步驟在 Python 中創建一個新的 DOCX。使用 Python via .NET 庫輕鬆創建 DOCX。...first_section.body.first_paragraph.append_child(firstRun)...append_child(firstRun) doc.first_section.body.first_paragraph.append_child(secondRun)...

    products.aspose.com/words/zh-hant/python-net/ma...
  10. 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/ko/python-net/make/doc/