Sort Score
Result 10 results
Languages All
Labels All
Results 681 - 690 of 14,133 for

section

(0.18 sec)
  1. Get Started of C++|Aspose.PDF for C++

    This Section describes the basic principles of work and using DOM API. Also demonstrates simple and complex examples for creating a PDF document using C++....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/cpp/get-started/
  2. Run class | Aspose.Words for Python

    aspose.words.Run class. Represents a run of characters with the same font formatting... first_section . body . first_paragraph ....assertEqual ( 1 , doc . first_section . body . paragraphs . count...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Working with Accessibility and Tagged PDFs|Aspo...

    This chapter descripts the possibility to create Tagged PDF documents. This feature allows to add tags to structural documents. Learn more about the ways of getting affordable PDFs....standard (it’s also known as “Section 508” or “WCAG Standard”) and...accessible PDF documents. The next section provides details on how to...

    docs.aspose.com/pdf/androidjava/accessibility-t...
  4. Paragraph.parentStory property | Aspose.Words f...

    Paragraph.parentStory property. Retrieves the parent Section-level story that can be [Body](../../body/) or [HeaderFooter](../../headerfooter/)....property Retrieves the parent section-level story that can be Body...top of every page of this section, above the main body text....

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Paragraph.isEndOfHeaderFooter property | Aspose...

    Paragraph.isEndOfHeaderFooter property. True if this paragraph is the last paragraph in the [HeaderFooter](../../headerfooter/) (main text story) of a [Section](../../Section/); false otherwise....HeaderFooter (main text story) of a Section ; false otherwise. get isEndOfHeaderFooter...top of every page of this section, above the main body text....

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Loading, Saving and Converting in C#|Aspose.Wor...

    How to convert a document from one format to another, such as Word to PDF or HTML to Markdown, as well as how to load and save a document using C#....Converting Contents [ Hide ] This section provides information about...Words for .NET API Reference section. Rendering in C# Analyzing...

    docs.aspose.com/words/net/loading-saving-and-co...
  7. Loading, Saving and Converting in C++|Aspose.Wo...

    How to convert a document from one format to another, such as Word to PDF or HTML to Markdown, as well as how to load and save a document using C++....Converting Contents [ Hide ] This section provides information about...Words for C++ API Reference section. Rendering in C++ Analyzing...

    docs.aspose.com/words/cpp/loading-saving-and-co...
  8. Aspose::Words::LowCode::MailMergeOptions class ...

    Aspose::Words::LowCode::MailMergeOptions class. Represents options for the mail merge functionality in C++....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/cpp/aspose.words.low...
  9. How to create a link to table of contents and l...

    We are using ASPOSE.Words. We would like to add a link to TOC(Table of contents) in footer of every page. Couldnt find any resources on how to achieve this. Please help....can navigate to the footer section of your document and insert...the TOC foreach (Section section in doc.Sections) { builder.MoveTo(section...

    forum.aspose.com/t/how-to-create-a-link-to-tabl...
  10. PageVerticalAlignment | Aspose.Words for Java

    Specifies vertical justification of text on each page 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...