Sort Score
Result 10 results
Languages All
Labels All
Results 5,761 - 5,770 of 14,583 for

section

(0.09 sec)
  1. Tạo WORD Bằng Python

    Tạo một WORD mới trong Python trong một vài bước. Dễ dàng tạo WORD 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/word/
  2. 使用 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/zh-hant/python-net/ma...
  3. 使用 Python 製作 Markdown

    通過幾個步驟在 Python 中創建一個新的 Markdown。使用 Python via .NET 庫輕鬆創建 Markdown。...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...
  4. ค้นหา

    ค้นหา...และวนซ้ำ โคลนส่วนเป็นวัตถุ Section โดยใช้เมธอด Document->getS...(int i = 0; i < document->get_Sections()->get_Count(); i++) { //...

    blog.aspose.com/th/words/split-ms-word-document...
  5. Kopf und Fußzeilen mit C++ festlegen|Documentation

    Dieser Artikel erklärt, wie man programmgesteuert ein Bild in die Kopf und Fußzeile von Excel Arbeitsblättern einfügt, indem man die Kopf und Fußzeile mit Skriptbefehlen mithilfe der C++ API oder Bibliothek festlegt....worksheet name at the left section of the header pageSetup . SetHeader...date and time at the central section of the header with custom font...

    docs.aspose.com/cells/de/cpp/setting-headers-an...
  6. Configurando encabezados y pies de página con C...

    Este artículo explica cómo insertar programáticamente una imagen en el encabezado y pie de página de las hojas de Excel al configurar el encabezado y pie de página mediante comandos de script usando la API o biblioteca C++....worksheet name at the left section of the header pageSetup . SetHeader...date and time at the central section of the header with custom font...

    docs.aspose.com/cells/es/cpp/setting-headers-an...
  7. Définir des en têtes et des pieds de page|Docum...

    Cet article explique comment insérer de manière programmatique une image dans l en tête et le pied de page des feuilles de calcul Excel en définissant l en tête et le pied de page avec des commandes de script en utilisant l API C# ou la bibliothèque .NET....que deux paramètres : Section – la section où l’en-tête ou le pied...être placé. Il existe trois sections : gauche, centre et droite...

    docs.aspose.com/cells/fr/net/setting-headers-an...
  8. BuildingBlock.Type | Aspose.Words لـ .NET

    اكتشف خاصية نوع كتلة البناء، وهي أساسية لتحديد أنواع كتل البناء في مشاريعك. حسّن تصميمك بوضوح ودقة!...this block in the Quick Parts section of word will place its contents...الخاصة به في الموقع. Section section = new Section ( mGlossaryDoc );...

    reference.aspose.com/words/ar/net/aspose.words....
  9. FieldAutoTextList Class | Aspose.Words för .NET

    Upptäck klassen Aspose.Words.Fields.FieldAutoTextList, utformad för att effektivisera dokumentautomation med effektiv implementering av AUTOTEXTLIST-fält....Paragraph ; Section section = new Section ( glossaryDoc ); section . AppendChild...new Body ( glossaryDoc )); section . Body . AppendParagraph (...

    reference.aspose.com/words/sv/net/aspose.words....
  10. The Header align is wrong after attach word - F...

    the “main” word like but after attached cover word, it looks like: 1.docx (175.8 KB) out.docx (129.3 KB) cover.docx (19.3 KB) the result the align of header is left from center. Here is my code: String path…...cover; var sections = word.getSections(); if (sections.getCount()...getCount() > 1) { var section1 = sections.get(0); section1.getPageSetup()...

    forum.aspose.com/t/the-header-align-is-wrong-af...