Sort Score
Result 10 results
Languages All
Labels All
Results 631 - 640 of 15,020 for

section

(0.16 sec)
  1. ImportFormatOptions.AppendDocumentWithNewPage |...

    Control document merging by forcing imported Sections to start on a new page when appending documents in Aspose.Words....to change a first imported section type to the NewPage forcibly...Shows how to preserve original section type. Document dstDoc = new...

    reference.aspose.com/words/net/aspose.words/imp...
  2. DocumentBuilder.page_setup property | Aspose.Wo...

    DocumentBuilder.page_setup property. Returns an object that represents current page setup and Section properties....represents current page setup and section properties. @property def page_setup...revert page setup settings to sections in a document. doc = aw ....

    reference.aspose.com/words/python-net/aspose.wo...
  3. CompositeNode | Aspose.Words for Java

    Base class for nodes that can contain other nodes in Java....CONTINUE; } /// /// Called when a Section node is encountered in the...visitSectionStart(final Section section) { // Get the index of our section within...

    reference.aspose.com/words/java/com.aspose.word...
  4. 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...
  5. 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...
  6. Replacing bookmarks causes issues when the modi...

    I performed bookmark replacement using Input Document 1 and Input Document 2, and I successfully generated the output document (which I have attached). The first bookmark replacement works correctly, and the output docum…...originalEndNode = endNode; // Add the section where the start node is placed...Add(startNode.GetAncestor(NodeType.Section)); // Extract content based...

    forum.aspose.com/t/replacing-bookmarks-causes-i...
  7. HtmlSaveOptions.ExportPageSetup | Aspose.Words ...

    Discover how the HtmlSaveOptions ExportPageSetup property enhances your HTML, MHTML, or EPUB exports by allowing customizable page setups for better output....get ; set ; } Remarks Each Section in Aspose.Words document model...decide whether to preserve section structure/page setup information...

    reference.aspose.com/words/net/aspose.words.sav...
  8. Working with Headers and Footers|Aspose.Words f...

    Create, manage, and remove headers and footers in a document using Python....different page orientations and sections. Aspose.Words allows users...Footers Defined in the Previous Section If you need to copy the header...

    docs.aspose.com/words/python-net/working-with-h...
  9. Conversion from HTML to PDF is failing - Free S...

    Hi, I am using Aspose.pdf to convert HTML to PDF. For some HTML files it is failing to convert. I am attaching one of them including its CSS and IMAGES. Could you please let me know where is the issue? The version of th…...Section section; StreamReader r; Aspose...Generator.Text text2; section = pdf.Sections.Add(); r = File.OpenText(@"D:\Aspose...

    forum.aspose.com/t/conversion-from-html-to-pdf-...
  10. Working With Nodes in Jython|Aspose.Words for Java

    Working With Word Document Nodes using Jython....access to the last section of the document. section = doc . getLastSection...getLastSection () section . getBody () . appendChild ( para ) # Next...

    docs.aspose.com/words/java/working-with-nodes-i...