Sort Score
Result 10 results
Languages All
Labels All
Results 1,661 - 1,670 of 12,031 for

section

(0.03 sec)
  1. 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-...
  2. PageSetup.top_margin property | Aspose.Words fo...

    PageSetup.top_margin property. Returns or sets the distance (in points) between the top edge of the page and the top boundary of the body text....with other settings for a section. doc = aw . Document () builder...

    reference.aspose.com/words/python-net/aspose.wo...
  3. PageSetup.bottom_margin property | Aspose.Words...

    PageSetup.bottom_margin property. Returns or sets the distance (in points) between the bottom edge of the page and the bottom boundary of the body text....with other settings for a section. doc = aw . Document () builder...

    reference.aspose.com/words/python-net/aspose.wo...
  4. PageSetup.right_margin property | Aspose.Words ...

    PageSetup.right_margin property. Returns or sets the distance (in points) between the right edge of the page and the right boundary of the body text....with other settings for a section. doc = aw . Document () builder...

    reference.aspose.com/words/python-net/aspose.wo...
  5. PageSetup.footer_distance property | Aspose.Wor...

    PageSetup.footer_distance property. Returns or sets the distance (in points) between the footer and the bottom of the page....with other settings for a section. doc = aw . Document () builder...

    reference.aspose.com/words/python-net/aspose.wo...
  6. FieldChar | Aspose.Words for Java

    Base class for nodes that represent field characters in a document in Java....blank document contains one section, one body and one paragraph...collection. // First, create a new section, and then append it as a child...

    reference.aspose.com/words/java/com.aspose.word...
  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. Insert Before and After Ranges|Aspose.Words for...

    Insert before and after ranges within a document easily and fast instead of using Apache POI....THIS Text before the below section" ); String text = doc . getRange...

    docs.aspose.com/words/java/insert-before-and-af...
  9. StructuredDocumentTagRangeEnd Class | Aspose.Wo...

    Discover the Aspose.Words.Markup.StructuredDocumentTagRangeEnd class, designed for seamless multi-Section content management in structured documents....document tag which accepts multi-sections content. See also StructuredDocumentTa...get the properties of multi-section structured document tags. Document...

    reference.aspose.com/words/net/aspose.words.mar...
  10. Find and Replace in Python|Aspose.Words for Pyt...

    Find a string or regular expression pattern in your document and replace it with the text you want using Python....composed of multiple paragraphs, sections, or pages. Some of the metacharacters...paragraph break, &b for a section break, &m for a page break...

    docs.aspose.com/words/python-net/find-and-replace/