Sort Score
Result 10 results
Languages All
Labels All
Results 6,231 - 6,240 of 14,825 for

section

(0.09 sec)
  1. 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...
  2. ค้นหา

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

    blog.aspose.com/th/words/split-ms-word-document...
  3. DocumentVisitor.VisitParagraphStart | Aspose.Wo...

    اكتشف دالة DocumentVisitor VisitParagraphStart، وهي أساسية لإدارة ترقيم الفقرات بكفاءة في تطبيقاتك. طوّر مهاراتك البرمجية!...VisitorAction VisitSectionStart ( Section section ) { // احصل على فهرس قسمنا...NodeCollection docSections = section . Document . GetChildNodes...

    reference.aspose.com/words/ar/net/aspose.words/...
  4. DocumentVisitor.VisitParagraphStart | Aspose.Wo...

    Upptäck DocumentVisitor VisitParagraphStart-metoden, avgörande för att effektivt hantera styckeuppräkning i dina applikationer. Förbättra dina kodningsfärdigheter!...VisitorAction VisitSectionStart ( Section section ) { // Hämta indexet för...NodeCollection docSections = section . Document . GetChildNodes...

    reference.aspose.com/words/sv/net/aspose.words/...
  5. Categories

    Trouver des réponses par l'API Aspose.Total Product Family Aspose.Words Product Family Aspose.PDF Product Family Aspo......Diviser un document Word en sections à l'aide de C# Fusionner des...Diviser un document Word en sections avec Python Diviser un document...

    kb.aspose.com/fr/categories/page/18/
  6. 档案

    档案...deepClone() 方法将部分克隆到 Section 对象中。 创建一个新文档并使用 Document.getSections()...getSections().add(Section) 方法将克隆部分添加到文档中。 使用 Document.save(String)...

    blog.aspose.com/zh/words/split-ms-word-document...
  7. Lưu trữ

    Lưu trữ...chép phần vào một đối tượng Section bằng cách sử dụng phương thức...Document.getSection(). Add (Section) . Lưu tài liệu bằng phương...

    blog.aspose.com/vi/words/split-ms-word-document...
  8. 搜索

    搜索...deepClone() 方法將部分克隆到 Section 對像中。 創建一個新文檔並使用 Document.getSections()...getSections().add(Section) 方法將克隆的部分添加到文檔中。 使用 Document.save(String)...

    blog.aspose.com/zh-hant/words/split-ms-word-doc...
  9. PsSaveOptions.save_format property | Aspose.Wor...

    PsSaveOptions.save_format property. Specifies the format in which the document will be saved if this save options object is used...page setup objects of all sections to "MultiplePagesType.BookFoldPrinting"...for s in doc . sections : s = s . as_section () s . page_setup...

    reference.aspose.com/words/python-net/aspose.wo...
  10. ImportNode changes layout of table - Free Suppo...

    Hi all, We have some code that splits Word documents on Sections. For this we iterate over all Sections of the original document and use Node node = workingDoc.ImportNode(sec, true, ImportFormatMode.KeepDifferentStyles…...documents on sections. For this we iterate over all sections of the...KeepDifferentStyles); workingDoc.Sections.Add(node); to import them...

    forum.aspose.com/t/importnode-changes-layout-of...