Sort Score
Result 10 results
Languages All
Labels All
Results 1,801 - 1,810 of 15,203 for

section

(0.2 sec)
  1. Autofit Table in Word using Python

    Refer to this article to autofit table in Word using Python. It has IDE settings, a list of steps, and a sample code demonstrating how to fit table to page in Word using Python....body property of the desired section Call the auto_fit() method...tables and target the desired section and respective collection of...

    kb.aspose.com/words/python/autofit-table-in-wor...
  2. PDF Annotations using JavaScript|Aspose.PDF for...

    This Section shows how to use all kinds of annotations to your PDF file with the Aspose.PDF for JavaScript via C++....following: Delete Annotation - this section explains how to delete annotations...

    docs.aspose.com/pdf/javascript-cpp/annotations/
  3. Insert a Comment into a Word Processing Documen...

    Insert a comment into a word document easily and fast instead of using Open XML SDK in C#.... Remove Section Breaks from a Document Retrieve...

    docs.aspose.com/words/net/insert-a-comment-into...
  4. Working with Worksheets using Aspose.Cells|Docu...

    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....Cells Contents [ Hide ] This section includes the following topics:...

    docs.aspose.com/cells/java/working-with-workshe...
  5. CompositeNode.indexOf method | Aspose.Words for...

    CompositeNode.indexOf method. Returns the index of the specified child node in the child node array....paragraph in the body of the first section. expect ( body . getChildNodes...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Format Presentation Text in .NET|Aspose.Slides ...

    Format and style text in PowerPoint and OpenDocument presentations using Aspose.Slides for .NET. Customize fonts, colors, alignment, and more.... This section explains how to apply and customize...emphasize specific elements. This section shows how to apply transparency...

    docs.aspose.com/slides/net/text-formatting/
  7. Extract Content in PHP|Aspose.Words for Java

    Extract Content from Document using PHP....a paragraph from the first section. $ nodeType = Java ( "com.aspose...content is found in a different section. if ( java_values ( $ currNode...

    docs.aspose.com/words/java/extract-content-in-php/
  8. Back to TOC shortcut is taking cursor to Ending...

    I have used below code to insert Back to TOC shortcut after every paragraph. I want to insert at end of every paragraph a shortcut which will take the users to starting of TOC. But instead it is taking to ending of TOC. …...paragraph text matches the section pattern if (Regex.IsMatch(paraText...set at the start of the TOC section. Here’s how you can modify...

    forum.aspose.com/t/back-to-toc-shortcut-is-taki...
  9. Convert Word Document to TIFF|Aspose.Words for ...

    Convert Word document to TIFF. NPOI does not provide an opportunity to work with formats other than Word using C#....Save a Document documentation section. The following code example...

    docs.aspose.com/words/net/convert-word-document...
  10. Cutting off right side after converting email t...

    i am facing same issue applied this code but not working, could you please help me on this for local testing we are using evaluation one but for higher env we are using licensed one. below is my code: public void gen…...maxContentWidth > 555; for (Section section : doc.getSections()) {...{ PageSetup ps = section.getPageSetup(); ps.setPaperSize(PaperSize...

    forum.aspose.com/t/cutting-off-right-side-after...