Sort Score
Result 10 results
Languages All
Labels All
Results 601 - 610 of 12,206 for

section

(0.05 sec)
  1. Paragraph class | Aspose.Words for Node.js

    Aspose.Words.Paragraph class. Represents a paragraph of text...last paragraph in the last section of the document. isEndOfHeaderFooter...HeaderFooter (main text story) of a Section ; false otherwise. isEndOfSection...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. 通过 Node.js 和 C++ 设置页眉和页脚|Documentation

    本文介绍了如何通过 Aspose.Cells for Node.js via C++ 编程方式在 Excel 工作表的页眉和页脚中插入图片。...这些方法只接受两个参数: Section – 应放置页眉或页脚的部分。有三个部分:左、中、右,分别由0、1和2表示。...worksheet name at the left section of the header pageSetup . setHeader...

    docs.aspose.com/cells/zh/nodejs-cpp/setting-hea...
  3. PageSetup.orientation property | Aspose.Words f...

    PageSetup.orientation property. Returns or sets the orientation of the page....revert page setup settings to sections in a document. let doc = new...for the builder's current section and add text. builder . pageSetup...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Cannot append text to tables in a Building Bloc...

    An System.InvalidOperationException is thrown when attempting to save a document after inserting text to the cells of a table that is part of a BuildingBlock within a GlossaryDocument. The exception message is: 'This ope…...AppendChild(block); Section section = new Section(glossaryDoc); block...block.Sections.Add(section); Body body = new Body(glossaryDoc);...

    forum.aspose.com/t/cannot-append-text-to-tables...
  5. How to create a hyper link at the end of every ...

    We are using ASPOSE.WOrds to convert from .doc to .docx. How to add a hyperlink at the end of every page of the document?...Section; public class AddHyperlinkToEveryP...PAGE_BREAK); } // Loop through each section to add a hyperlink at the end...

    forum.aspose.com/t/how-to-create-a-hyper-link-a...
  6. ReportBuildOptions | Aspose.Words for Java

    Specifies options controlling behavior of ReportingEngine while building a report in Java....that the engine should visit section child nodes (headers, footers...that the engine should visit section child nodes (headers, footers...

    reference.aspose.com/words/java/com.aspose.word...
  7. Body class | Aspose.Words for Node.js

    Aspose.Words.Body class. Represents a container for the main text of a Section...container for the main text of a section. To learn more, visit the Aspose...is a section-level node and can only be a child of Section . There...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. XlsxSectionMode | Aspose.Words for Java

    Specifies how Sections are handled when saving a document in the XLSX format in Java....XlsxSectionMode Specifies how sections are handled when saving a..."Big document.docx"); // Each section of a document will be created...

    reference.aspose.com/words/java/com.aspose.word...
  9. CompositeNode.CreateNavigator | Aspose.Words fo...

    Discover the CompositeNode CreateNavigator method to effortlessly traverse and read nodes, enhancing your data navigation experience....tree has the document, first section, // body, and first paragraph...doc ); docBuilder . Write ( "Section 1, Paragraph 1. " ); docBuilder...

    reference.aspose.com/words/net/aspose.words/com...
  10. Aspose::Words::ControlChar::PageBreakChar field...

    Aspose::Words::ControlChar::PageBreakChar field. Page break character: (char)12 or "\f" in C++....Add a section break. This does not make a new section or paragraph...ASSERT_EQ ( 1 , doc -> get_Sections () -> get_Count ()); builder...

    reference.aspose.com/words/cpp/aspose.words/con...