Sort Score
Result 10 results
Languages All
Labels All
Results 1,881 - 1,890 of 14,825 for

section

(0.16 sec)
  1. Range.revisions property | Aspose.Words for Python

    Range.revisions property. Gets a collection of revisions (tracked changes) that exist in this range.... first_section . body . first_paragraph for...Reject the first section revisions. doc . first_section . range . revisions...

    reference.aspose.com/words/python-net/aspose.wo...
  2. IStructuredDocumentTag | Aspose.Words for Java

    Interface to define a common data for StructuredDocumentTag and StructuredDocumentTagRangeStart in Java....instance is a ranged (multi-section) structured document tag. ...Document(getMyDir() + "Multi-section structured document tags.docx");...

    reference.aspose.com/words/java/com.aspose.word...
  3. Mail Merge Template from Mustache Syntax|Aspose...

    Create templates with Mustache syntax. Mustache syntax is the only option to use with templates that do not contain fields (HTML or TXT). With Word templates, you have two options: fields or Mustache syntax using Java.... But you can use the section tags processing lists and lambdas...UseNonMergeFields property: A section begins with a pound and ends...

    docs.aspose.com/words/java/mail-merge-template-...
  4. index.xml

    2.0 http://www.w3.org/2005/Atom Aspsoe.PDF Products – Extract text or images from PDF using PHP https://products.aspose.com/pdf/php-java/parser/ Recent content in Extract text or images from PDF us......svg#aspose-buy Buy overview section has-background-white-ter container...com/pdf/scripts/live-example.js section has-background-white container...

    products.aspose.com/pdf/php-java/parser/index.xml
  5. Aspose::Words::DocumentBuilder class | Aspose.W...

    Aspose::Words::DocumentBuilder class. Provides methods to insert text, images and other content, specify font, paragraph and Section formatting. To learn more, visit the documentation article in C++....specify font, paragraph and section formatting. To learn more,...get_CurrentSection () Gets the section that is currently selected...

    reference.aspose.com/words/cpp/aspose.words/doc...
  6. Working with Documents|Aspose.PDF for .NET

    Explore how to edit and manipulate PDF files using the PDFFileEditor class in .NET with Aspose.PDF....We’re going to discuss these sections in detail below: File Editing...which we can include in this section are Insert, Append, Delete...

    docs.aspose.com/pdf/net/pdffileeditor-class/
  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. Integrate Aspose.BarCode for .NET with Aspose.W...

    How to Integrate Aspose.BarCode and Aspose.Words for .NET...Words Contents [ Hide ] This section outlines how to add and read...

    docs.aspose.com/barcode/net/integrate-with-aspo...
  9. SdtAppearance Enum | Aspose.Words for .NET

    Discover Aspose.Words.Markup.SdtAppearance enum for customizing structured document tag appearances. Enhance your document formatting effortlessly!...Document ( MyDir + "Multi-section structured document tags.docx"...

    reference.aspose.com/words/net/aspose.words.mar...
  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...