Sort Score
Result 10 results
Languages All
Labels All
Results 841 - 850 of 14,971 for

section

(0.17 sec)
  1. Report Definition Overview|Aspose.Words for Sha...

    Report definition file meaning, it's structure and how to work with a such file while configuring Aspose.Words for SharePoint reports.... The main section is DataSets that describes...relationships in the Relations section of the report definition file...

    docs.aspose.com/words/sharepoint/report-definit...
  2. Get Started|Aspose.PDF for Go via C++

    This Section describes the basic principles of work and using Aspose.PDF for Go....library in this Getting Started section. To find out more about Aspose...PDF, select the appropriate section: Installation – provides information...

    docs.aspose.com/pdf/go-cpp/get-started/
  3. DocumentBuilder.current_section property | Aspo...

    DocumentBuilder.current_Section property. Gets the Section that is currently selected in this [DocumentBuilder](../)....current_section property DocumentBuilder.current_section property...property Gets the section that is currently selected in this DocumentBuilder...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Programming with Documents|Aspose.Words for Nod...

    Use the Aspose using `Nodejs.Words` Document Object Model classes to programmatically create, modify, and manage documents with nodejs-net. Work with document properties, settings, and content, as well as with document appearance through the management of colors, shapes, fonts and other graphics....Documents Contents [ Hide ] This section provides information on how...classes. Articles in this section describe a wide range of document...

    docs.aspose.com/words/nodejs-net/programming-wi...
  5. Remove Page Breaks from a Document|Aspose.Words...

    Remove page breaks from a document easily and fast instead of using Open XML SDK in C#....please visit Remove Page and Section Breaks . Remove Hidden Text...Text from Document Remove Section Breaks from a Document Related...

    docs.aspose.com/words/net/remove-page-breaks-fr...
  6. Aspose::Words::TextColumnCollection::get_Count ...

    Aspose::Words::TextColumnCollection::get_Count method. Gets the number of columns in the Section of a document in C++....the number of columns in the section of a document. int32_t Aspose...evenly spaced columns in a section. auto doc = System :: MakeObject...

    reference.aspose.com/words/cpp/aspose.words/tex...
  7. PageSetup.layoutMode property | Aspose.Words fo...

    PageSetup.layoutMode property. Gets or sets the layout mode of this Section....sets the layout mode of this section. get layoutMode () : Aspose...characters per line in this section. builder . pageSetup . layoutMode...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Working with Content Control SDT|Aspose.Words f...

    Using python you can embed customer-defined semantics as well as its behaviour and appearance into a document....style, and work with repeating section content controls (Structured...update Content Controls This section explains how to update the...

    docs.aspose.com/words/python-net/working-with-c...
  9. Document Builder Overview in C#|Aspose.Words fo...

    DocumentBuilder allows you to build dynamic documents from scratch or add new elements to existing ones using C#. DocumentBuilder provides methods to insert text, checkboxes, tables, images, and other content elements in .NET....specify fonts, paragraph or section formatting, and perform other... such as text, paragraph, section, and others. For example, the...

    docs.aspose.com/words/net/document-builder-over...
  10. 如果在header 和 footer中创建浮动文本框并且不添加新的段落作为锚点 - Free ...

    Hello, 我正在使用 aspose.java 在word中添加 header,footer等元素,基于原始需求(在源文档上追加header 和 footer时, 不要因为添加header 和 footer 而造成文档header 和 footer区域变高引起文档内容排版和页面数量的变化),所以我采用添加浮动文本框来避免造成header footer区域变化;现在的问题是,为了添加浮动文本框,一定需要创建一个段落来作为锚点,而这个段落…...insertOverlayContent(Document document, Section section, int type, String content...getOrCreateHeaderFoo(document, section, type); log.debug("Inserting...

    forum.aspose.com/t/header-footer/325498