Sort Score
Result 10 results
Languages All
Labels All
Results 841 - 850 of 14,821 for

section

(0.14 sec)
  1. IStructuredDocumentTag.color property | Aspose....

    IStructuredDocumentTag.color property. Gets or sets the color of the structured document tag....get the properties of multi-section structured document tags. let...Document ( base . myDir + "Multi-section structured document tags.docx"...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Aspose::Words::TextColumnCollection class | Asp...

    Aspose::Words::TextColumnCollection class. A collection of TextColumn objects that represent all the columns of text in a Section of a document. To learn more, visit the documentation article in C++....all the columns of text in a section of a document. To learn more...more, visit the Working with Sections documentation article. class...

    reference.aspose.com/words/cpp/aspose.words/tex...
  3. Working with Documents from External Sources|As...

    How to load documents from external sources in C#. Load PDF, DOCX, DOC, RTF, ODT, EPUB, HTML and other files from SharePoint or database for further processing using C#.... This section provides information on how...Words for .NET API Reference section. Convert a Document in C# Related...

    docs.aspose.com/words/net/working-with-document...
  4. Install manually|Aspose.Words for SharePoint

    How to install manually the Aspose.Words for SharePoint....then in the Farm Management section, click Manage farm solutions...and then in the Deploy To section, in the A specific web application...

    docs.aspose.com/words/sharepoint/installing-asp...
  5. Replace Fields Python|Aspose.Words for Python v...

    Learn how to replace fields with text in Python. Replace fields with static data using the Python via .NET API....were the last page in the section, which will cause any PAGE...can pass a Body object of a section and only convert the fields...

    docs.aspose.com/words/python-net/replace-fields/
  6. Aspose::Words::NodeType enum | Aspose.Words for...

    Aspose::Words::NodeType enum. Specifies the type of a Word document node in C++....node can have Section nodes. Section 2 A Section object that corresponds...corresponds to one section in a Word document. A Section node can have...

    reference.aspose.com/words/cpp/aspose.words/nod...
  7. 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...
  8. Configure|Aspose.PDF for Reporting Services

    Learn how to configure Aspose.PDF for Reporting Services to customize PDF output settings for your SSRS reports efficiently....Configure Contents [ Hide ] This section includes the following topics:...

    docs.aspose.com/pdf/reportingservices/configure...
  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. Clone Presentation Slides in C++|Aspose.Slides ...

    Quickly duplicate PowerPoint slides with Aspose.Slides for C++. Follow our clear code examples to automate PPT creation in seconds and eliminate manual work....at the End of a Specified Section If you want to clone a slide...presentation file but at a different section, then use the AddClone() method...

    docs.aspose.com/slides/cpp/clone-slides/