Sort Score
Result 10 results
Languages All
Labels All
Results 1,441 - 1,450 of 19,436 for

document insertion

(0.21 sec)
  1. Inline.isFormatRevision property | Aspose.Words...

    Inline.isFormatRevision property. Returns true if formatting of the object was changed in Microsoft Word while change tracking was enabled.... Document ( base . myDir + "Revision...docx" ); // When we edit the document while the "Track Changes"...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Document.ShowGrammaticalErrors | Aspose.Words f...

    Control grammar error visibility in your Document with the ShowGrammaticalErrors property. Enhance writing clarity and professionalism effortlessly....ShowGrammaticalError Contents [ Hide ] Document.ShowGrammaticalError property...display grammar errors in this document. public bool ShowGrammaticalError...

    reference.aspose.com/words/net/aspose.words/doc...
  3. EndnoteOptions.restart_rule property | Aspose.W...

    EndnoteOptions.restart_rule property. Determines when automatic numbering restarts....certain places in the document. doc = aw . Document () builder = aw...main body text's flow. # Inserting a footnote/endnote adds a...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Working with Images in PDF|Aspose.PDF for PHP v...

    This section describes the features of working with images in a PDF file using PHP....world without the Portable Document Format (PDF) seems to be unthinkable...to work with a PDF document. This document can and will include...

    docs.aspose.com/pdf/php-java/working-with-images/
  5. Shape Alignment not working when converting HTM...

    Hi Team, We have a use-case where the HTML contains an SVG image and after the SVG is a Text DIV Element. When we pass this HTML to the ASPOSE Words and save the output in DOCX format, the SVG Image and then text is sup…...Aligned but upon opening the document it looks Top Middle Aligned...properties from within the Word Document, the fields are disabled by...

    forum.aspose.com/t/shape-alignment-not-working-...
  6. SignatureLineOptions Class | Aspose.Words for .NET

    Discover Aspose.Words.SignatureLineOptions to customize signature lines in your Documents easily. Enhance your DocumentBuilder experience today!...options for signature line being inserted. Used in DocumentBuilder ...with Digital Signatures documentation article. public class SignatureLineOptions...

    reference.aspose.com/words/net/aspose.words/sig...
  7. Joining Word Documents Together|Aspose.Words fo...

    Join a few Document together or append them easily and fast instead of using VSTO in C#....Ask AI Joining Word Documents Together Contents [ Hide ] VSTO...VSTO string mypath = "Document.docx" ; Word . Application wordApp...

    docs.aspose.com/words/net/joining-word-document...
  8. Alternative way to extract a MergeField from a ...

    I am using the below source code in order to identify any text boxes containing MergeField Pattern pattern = Pattern.compile("(MERGEFIELD.+\\* MERGEFORMAT)"); try { // Find all text boxes containing merge fields Docum…...builder = new DocumentBuilder(document); AtomicInteger bmCount =...AtomicInteger(1); for (Object obj : document.getChildNodes(NodeType.SHAPE...

    forum.aspose.com/t/alternative-way-to-extract-a...
  9. Aspose::Words::Layout::LayoutOptions::get_ShowH...

    Aspose::Words::Layout::LayoutOptions::get_ShowHiddenText method. Gets or sets indication of whether hidden text in the Document is rendered. Default is false in C++....whether hidden text in the document is rendered. Default is false...text in a rendered output document. auto doc = System :: MakeObject...

    reference.aspose.com/words/cpp/aspose.words.lay...
  10. FootnotePosition | Aspose.Words for Java

    Defines the footnote position in Java....the document collects and displays its footnotes. Document doc...doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...

    reference.aspose.com/words/java/com.aspose.word...