Sort Score
Result 10 results
Languages All
Labels All
Results 781 - 790 of 14,821 for

section

(0.21 sec)
  1. 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...
  2. DocumentBuilder.InsertField | Aspose.Words for ...

    Enhance your documents with DocumentBuilder's InsertField method. Effortlessly add and update Word fields for dynamic content and improved functionality....set up page numbering in a section. Document doc = new Document...doc ); builder . Writeln ( "Section 1, page 1." ); builder . InsertBreak...

    reference.aspose.com/words/net/aspose.words/doc...
  3. About move a table data lower part of aspose wo...

    Hi, How to move a table data lower part of an aspose word just above footer. I have tried to place table just above footer, but it is moving up while generates report. Coud pls help me on this? Generated Report: Re…...the section that contains the footer. // Get the section that...originally belonged to Section section = (Section)parent.GetAncestor(NodeType...

    forum.aspose.com/t/about-move-a-table-data-lowe...
  4. HeaderFooter.header_footer_type property | Aspo...

    HeaderFooter.header_footer_type property. Gets the type of this header/footer....top of every page of this section, above the main body text....HEADER_PRIMARY ) doc . first_section . headers_footers . add ( header...

    reference.aspose.com/words/python-net/aspose.wo...
  5. 从 PDF 中提取段落 C#|Aspose.PDF for .NET

    学习如何使用 Aspose.PDF 在 .NET 中从 PDF 文档中提取段落以进行结构化文本检索。... MarkupSection section in markup . Sections ) { DrawRectangleOnPage...DrawRectangleOnPage ( section . Rectangle , page ); foreach ( Aspose . Pdf...

    docs.aspose.com/pdf/zh/net/extract-paragraph-fr...
  6. TextColumnCollection class | Aspose.Words for N...

    Aspose.Words.TextColumnCollection class. A collection of [TextColumn](../textcolumn/) objects that represent all the columns of text in a Section of a document...all the columns of text in a section of a document. To learn more...more, visit the Working with Sections documentation article. Remarks...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Orientation | Aspose.Words for Java

    Specifies page orientation in Java....revert page setup settings to sections in a document. Document doc...for the builder's current section and add text. builder.getPageSetup()...

    reference.aspose.com/words/java/com.aspose.word...
  8. Working with Document in Node.js|Aspose.Words f...

    The `Document` class provides various document properties and methods using Node.js. You use the `Document` class as the starting point for whatever you want to perform with Aspose.Words for Node.js. The `Document` object can be saved to a file or stream and also sent to a browser....entire document or separate sections. Document contains a collection...collection of the Section objects enabling you to obtain a particular...

    docs.aspose.com/words/nodejs-net/working-with-d...
  9. Working with Content Control SDT|Aspose.Words f...

    using Node.js you can embed customer-defined semantics as well as its behaviour and appearance into a document....update Content Controls This section explains how to update the...(except repeating sections, repeating section items, groups, check-boxes...

    docs.aspose.com/words/nodejs-net/working-with-c...
  10. EditableRangeEnd | Aspose.Words for Java

    Represents an end of an editable range in a Word document in Java....CompositeNode to remove a section before the last section in the document...DocumentBuilder(doc); builder.writeln("Section 1 text."); builder.insertBreak(BreakType...

    reference.aspose.com/words/java/com.aspose.word...