Sort Score
Result 10 results
Languages All
Labels All
Results 1,511 - 1,520 of 15,449 for

section

(0.06 sec)
  1. Aspose::Words::Markup::SdtType enum | Aspose.Wo...

    Aspose::Words::Markup::SdtType enum. Specifies the type of a structured document tag (SDT) node in C++....The SDT represents repeating section type when displayed in the...The SDT represents repeating section item. EntityPicker 16 The SDT...

    reference.aspose.com/words/cpp/aspose.words.mar...
  2. BookmarkStart | Aspose.Words for Java

    Represents a start of a bookmark 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...
  3. Add Watermark in Document|Aspose.Words for Java

    Add a watermark into a document easily and fast instead of using docx4j....headers of each document section. for ( Section sect : doc . getSections...different headers in each section, since we want // the watermark...

    docs.aspose.com/words/java/add-watermark-in-doc...
  4. 克隆 Python 中的文档|Python via .NET 格式的 Aspose.Words

    使用 Python 克隆文档以获取其相同的副本。创建副本时,将克隆原始文档的节点和属性。... write ( "Section 1" ) builder . insert_break...BreakType . SECTION_BREAK_NEW_PAGE ) builder . write ( "Section 2" )...

    docs.aspose.com/words/zh/python-net/clone-a-doc...
  5. Docx vs html output - Free Support Forum - aspo...

    Hi Alexey, We are currently have 2 issues with exporting to html. Attached are the docx file and html file, the code to save aspose tree to the documents are: inlineXbrlDoc.Save("c:\\Vob\\GitRepos\\test2.docx"); option…...word, all the sections have headers. Two sections starting with...between the headers in these 2 sections and others stopping Aspose...

    forum.aspose.com/t/docx-vs-html-output/326795
  6. Clone Presentation Slides in .NET|Aspose.Slides...

    Quickly duplicate PowerPoint slides with Aspose.Slides for .NET. Follow our clear code examples to automate PPT creation in seconds and eliminate manual work....at the End of a Specified Section With Aspose.Slides for .NET...can clone a slide from one section of a presentation and insert...

    docs.aspose.com/slides/net/clone-slides/
  7. Convert PDF documents in Node.js|Aspose.PDF for...

    This Section contains articles relating to convert PDF documents to other formats by Aspose.PDF for Node.js via C++....supported formats, see the section Aspose.PDF Supported File Formats...PDF converter app. Learn the sections of converting documents with...

    docs.aspose.com/pdf/nodejs-cpp/conversion/
  8. Convert PDF documents using JavaScript|Aspose.P...

    This Section contains articles relating to convert PDF documents to other formats by Aspose.PDF for JavaScript via C++....supported formats, see the section Aspose.PDF Supported File Formats...PDF converter app. Learn the sections of converting documents with...

    docs.aspose.com/pdf/javascript-cpp/conversion/
  9. IReplacingCallback.Replacing | Aspose.Words for...

    Enhance your coding with the IReplacingCallback method! Customize replace operations efficiently by executing user-defined actions for each match found....foreach ( Section srcSection in docToInsert . Sections . OfType...OfType < Section >()) foreach ( Node srcNode in srcSection . Body...

    reference.aspose.com/words/net/aspose.words.rep...
  10. IReplacingCallback.replacing method | Aspose.Wo...

    IReplacingCallback.replacing method. A user defined method that is called during a replace operation for each match found just before a replace is made....foreach ( Section srcSection in docToInsert . sections . OfType...OfType < Section > ()) for ( let srcNode of srcSection . body ) {...

    reference.aspose.com/words/nodejs-net/aspose.wo...