Sort Score
Result 10 results
Languages All
Labels All
Results 771 - 780 of 14,140 for

section

(0.05 sec)
  1. Section.NodeType | Aspose.Words for .NET

    Discover the Section NodeType property that efficiently returns Section data, enhancing your site's structure and performance. Unlock seamless navigation today!...[ Hide ] Section.NodeType property Returns Section. public override...See Also enum NodeType class Section namespace Aspose.Words assembly...

    reference.aspose.com/words/net/aspose.words/sec...
  2. OfficeMath | Aspose.Words for Java

    Represents an Office Math object such as function equation matrix or alike 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...
  3. Visual Component Editor|Documentation

    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.... General Section This section contains most common...any barcode label usage. The section contains the following parameters:...

    docs.aspose.com/barcode/reportingservices/visua...
  4. Aspose convert docx to md,Table Content Convers...

    I convert docx to markdown.There is a table content in the docx, not an image. But after converting to markdown, the table content becomes an image. code: document = aw.Document(file_path) for page in range(0, docu…...unlink_fields() for section in document1.sections: section = section.as_section()...as_section() footer = section.headers_footers[aw.HeaderFooterType...

    forum.aspose.com/t/aspose-convert-docx-to-md-ta...
  5. MailMergeOptions | Aspose.Words for Java

    Represents options for the mail merge functionality in Java....lists are restarted at each section after executing of a mail merge...whether the section start of the first document section and its copies...

    reference.aspose.com/words/java/com.aspose.word...
  6. Document Builder Overview in Java|Aspose.Words ...

    DocumentBuilder allows you to build dynamic documents from scratch or add new elements to existing ones. DocumentBuilder provides methods to insert text, checkboxes, tables, images, and other content elements in Java....specify fonts, paragraph or section formatting, and perform other... such as text, paragraph, section, and others. For example, the...

    docs.aspose.com/words/java/document-builder-ove...
  7. Document Builder Overview in Python|Aspose.Word...

    DocumentBuilder allows you to build dynamic documents from scratch or add new elements to existing ones using Python. DocumentBuilder provides methods to insert text, checkboxes, tables, images, and other content elements in Python....specify fonts, paragraph or section formatting, and perform other... such as text, paragraph, section, and others. For example, the...

    docs.aspose.com/words/python-net/document-build...
  8. Footer text showing in grey colour in Word docs...

    Hi In Aspose Words for Java, we are using the following code snippet for inserting the footer text for (Section s : doc.getSections()) { s.getPageSetup().setDifferentFirstPageHeaderFooter(false); s.getPageSetup…...inserting the footer text for (Section s : doc.getSections()) { s...setOddAndEvenPagesHe(false); // Move to the section. builder.moveToSection(doc...

    forum.aspose.com/t/footer-text-showing-in-grey-...
  9. Working with Markdown Features in C++|Aspose.Wo...

    How to implement Markdown features using C++. All the features are represented as corresponding styles or direct formatting....Document with Emphases This section demonstrates you how to produce...Document with Headings This section demonstrates you how to produce...

    docs.aspose.com/words/cpp/working-with-markdown...
  10. ExportHeadersFootersMode enumeration | Aspose.W...

    aspose.words.saving.ExportHeadersFootersMode enumeration. Specifies how headers and footers are exported to HTML, MHTML or EPUB.... PER_SECTION Primary headers and footers...end of each section. FIRST_SECTION_HEADER_LAST_SECTION_FOOTER Primary...

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