Sort Score
Result 10 results
Languages All
Labels All
Results 721 - 730 of 15,214 for

section

(0.16 sec)
  1. DocumentBuilder.document property | Aspose.Word...

    DocumentBuilder.document property. Gets or sets the [DocumentBuilder.document](./) object that this object is attached to....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...
  2. Document Builder Overview in C++|Aspose.Words f...

    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 C++....specify fonts, paragraph or section formatting, and perform other... such as text, paragraph, section, and others. For example, the...

    docs.aspose.com/words/cpp/document-builder-over...
  3. ExportHeadersFootersMode | Aspose.Words for Java

    Specifies how headers and footers are exported to HTML MHTML or EPUB in Java....FIRST_PAGE_HEADER_FOOTER_PER_SECTION First page header and footer...end of each section. FIRST_SECTION_HEADER_LAST_SECTION_FOOTER Primary...

    reference.aspose.com/words/java/com.aspose.word...
  4. ASP - VBScript via COM Interop|Aspose.PDF for .NET

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....Document" ) 'Create a new section in the Pdf object Dim pdfsection..."Aspose.Pdf.Generator.Section" ) 'Add section to Pdf object document...

    docs.aspose.com/pdf/net/asp-vbscript-via-com-in...
  5. Seamlessly combine DOCX pages vertically into o...

    Does Aspose.Words support exporting a multi-page DOCX into one seamless PNG (all pages appended vertically without gaps)? Sample DOCX: multi-page.docx (13.4 KB) Current PNG output: output.png (1.3 KB) Expected …...docx"); // Set every section’s margins to 0 (or any value...prefer) foreach (Section sec in doc.Sections) { sec.PageSetup...

    forum.aspose.com/t/seamlessly-combine-docx-page...
  6. DocumentBuilder.insert_break method | Aspose.Wo...

    DocumentBuilder.insert_break method. Inserts a break of the specified type into the document....insert paragraph, page, column, section or line break into the document...pages' ) builder . move_to_section ( 0 ) builder . writeln ( 'Page1'...

    reference.aspose.com/words/python-net/aspose.wo...
  7. DocumentBuilder.insertBreak method | Aspose.Wor...

    DocumentBuilder.insertBreak method. Inserts a break of the specified type into the document....insert paragraph, page, column, section or line break into the document...revert page setup settings to sections in a document. let doc = new...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. ReplacingArgs.matchNode property | Aspose.Words...

    ReplacingArgs.matchNode property. Gets the node that contains the beginning of the match....foreach ( Section srcSection in docToInsert . sections . OfType...OfType < Section > ()) for ( let srcNode of srcSection . body ) {...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. HeaderFooter | Aspose.Words for .NET

    Design stunning headers and footers effortlessly with our intuitive constructor. Customize your website's look for a unique, professional touch!...To append HeaderFooter to a Section use InsertAfter , InsertBefore...top of every page of this section, above the main body text....

    reference.aspose.com/words/net/aspose.words/hea...
  10. InlineStory | Aspose.Words for Java

    Base class for inline-level nodes that can contain paragraphs and tables in Java....be its index among all the section's footnotes. // This is the...CONTINUE; } /// /// Called when a Section node is encountered in the...

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