Sort Score
Result 10 results
Languages All
Labels All
Results 1,681 - 1,690 of 15,321 for

section

(0.1 sec)
  1. Yellow OMR form with a horizontal tear line|Doc...

    OMR form with a horizontal tear line in yellow...content=Section 1 font_size=12 align=center...height=25 ?grid=SEC1 column=3 sections_count=6 options_count=6 align=center...

    docs.aspose.com/omr/net/showcases/tear/horizont...
  2. Document | Aspose.Words for .NET

    Effortlessly create blank Word documents with our user-friendly document constructor. Streamline your writing process today!...such as text and shapes: a Section, a Body, and a Paragraph. doc...doc . AppendChild ( new Section ( doc )) . AppendChild ( new...

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

    Represents a collection of nodes of a specific type in Java....Examples: Shows how to remove all sections from a document. Document...docx"); // This document has one section with a few child nodes containing...

    reference.aspose.com/words/java/com.aspose.word...
  4. Introduction|Documentation

    The Programmer's Guide contains information that is essential to know when using the Java Image Processing and Manipulation Library API in Java applications.... This section explains key programming concepts...

    docs.aspose.com/imaging/java/introduction/
  5. Loading, Saving and Converting|Aspose.Words for...

    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 Python.... This section provides information about...

    docs.aspose.com/words/python-net/loading-saving...
  6. Add custom xmp metadata to svg files - Free Sup...

    Hi Support, I’m trying to add custom xmp tags to svg file metadata Section. Since I could not find any example code for this, I came up with the following code based on my research. using (SvgImage svgImage = (SvgIma…...tags to svg file metadata section. Since I could not find any...custom data to the metadata section as follows <?xml version="1...

    forum.aspose.com/t/add-custom-xmp-metadata-to-s...
  7. 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...
  8. Working with Traditional Mail Merge Data Source...

    Use simplified syntax in template expressions to work with traditional Aspose.Words Mail Merge data source objects when building a report in Java....following sections for more information. This section includes...

    docs.aspose.com/words/java/working-with-traditi...
  9. Migrating from Earlier Versions of Aspose.Imagi...

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

    docs.aspose.com/imaging/java/migrating-from-ear...
  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...