Sort Score
Result 10 results
Languages All
Labels All
Results 661 - 670 of 14,820 for

section

(0.07 sec)
  1. Logical Levels of Nodes in a Document in C++|As...

    In Aspose.Words for C++ documentation mentioned logical levels of nodes – block level, inline level, or row level. The node level is used to describe the location in the document tree where the node is typically occur.... The following sections describe the logical levels...to each level. Document and Section Logical Level A Word document...

    docs.aspose.com/words/cpp/logical-levels-of-nod...
  2. DocumentBuilder.Document | Aspose.Words for .NET

    Manage Document properties effortlessly with DocumentBuilder. Easily get or set your Document object for streamlined document management....revert page setup settings to sections in a document. Document doc...for the builder's current section and add text. builder . PageSetup...

    reference.aspose.com/words/net/aspose.words/doc...
  3. Run | Aspose.Words for Java

    Represents a run of characters with the same font formatting in Java....blank document contains one section, one body and one paragraph...collection. // First, create a new section, and then append it as a child...

    reference.aspose.com/words/java/com.aspose.word...
  4. Aspose Java Words _ Incorrect Formatting handli...

    I have a usecase where I am getting an OCRed copy. All the header, footer and page number data has been converted into text. And it has broken the document formatting as well. Attaching a sample document for the referenc…...the Document class to access sections and selectively extract text...involves looping through the sections and only extracting text from...

    forum.aspose.com/t/aspose-java-words-incorrect-...
  5. Run class | Aspose.Words for Node.js

    Aspose.Words.Run class. Represents a run of characters with the same font formatting...) asSection() Cast node to Section . (Inherited from Node ) asShape()...blank document contains one section, one body and one paragraph...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. TextColumnCollection | Aspose.Words for Java

    A collection of TextColumn objects that represent all the columns of text in a Section of a document in Java....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/java/com.aspose.word...
  7. 档案

    档案...System::SharedPtr<Section>& section) { System::SharedPtr<Section> previousSection...= System::DynamicCast<Section>(section->get_PreviousSibling());...

    blog.aspose.com/zh/words/add-or-remove-header-a...
  8. DocumentVisitor.VisitParagraphStart | Aspose.Wo...

    Discover the DocumentVisitor VisitParagraphStart method, essential for efficiently managing paragraph enumeration in your applications. Enhance your coding skills!...<summary> /// Called when a Section node is encountered in the...VisitSectionStart ( Section section ) { // Get the index of our section within...

    reference.aspose.com/words/net/aspose.words/doc...
  9. Get Started|Aspose.PDF for .NET

    This Section describes the basic principles of work and using DOM API. Also demonstrates simple and complex examples for creating a PDF document....library in this Getting Started section. To find out more about Aspose...PDF, select the appropriate section: Why Aspose.PDF – describes...

    docs.aspose.com/pdf/net/get-started/
  10. MirrorMargins in ODT not saved correctly - Free...

    I have a DOCX template with mirror margins (MirrorMargins) configured. I populate the template using Aspose.Words’ built-in ReportingEngine with the following code: csharp ReportingEngine engine = new ReportingEngine()…...can see that the section properties ( Section ) have the value...re-applied the parameter: csharp section.PageSetup.MultiplePages = MultiplePagesType...

    forum.aspose.com/t/mirrormargins-in-odt-not-sav...