Sort Score
Result 10 results
Languages All
Labels All
Results 1,851 - 1,860 of 20,128 for

document insertion

(0.08 sec)
  1. Footnote.footnoteType property | Aspose.Words f...

    Footnote.footnoteType property. Returns a value that specifies whether this is a footnote or endnote.... Document (); let builder = new aw ...mark at the location that we insert them. // The reference mark...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. CompareOptions.ignore_footnotes property | Aspo...

    CompareOptions.ignore_footnotes property. Specifies whether to compare differences in footnotes and endnotes....to filter specific types of document elements when making a comparison...comparison. # Create the original document and populate it with various...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Common issues with XPS files and how to solve them

    Troubleshooting with XPS files involves indicating the problem and resolving it. Learn about the most common XPS errors....used to represent electronic documents in a standardized way. XPS...files are designed to save a document’s layout, fonts, graphics...

    docs.aspose.com/page/net/troubleshoot-with-xps-...
  4. Types of Mail Merge Operation in C#|Aspose.Word...

    Perform two different types of Mail Merge operations: simple Mail Merge and Mail Merge with regions using C#. Simple Mail Merge repeats the entire Document per each data source record, whereas Mail Merge with regions repeats only designated regions per record....automatically create a document or multiple documents based on your template...is when you want to send a document for different clients by including...

    docs.aspose.com/words/net/types-of-mail-merge-o...
  5. Aspose::Words::Inline::get_IsFormatRevision met...

    Aspose::Words::Inline::get_IsFormatRevision method. Returns true if formatting of the object was changed in Microsoft Word while change tracking was enabled in C++....MakeObject < Aspose :: Words :: Document > ( get_MyDir () + u "Revision...docx" ); // When we edit the document while the "Track Changes"...

    reference.aspose.com/words/cpp/aspose.words/inl...
  6. Aspose::Words::Inline::get_IsMoveFromRevision m...

    Aspose::Words::Inline::get_IsMoveFromRevision method. Returns true if this object was moved (deleted) in Microsoft Word while change tracking was enabled in C++....MakeObject < Aspose :: Words :: Document > ( get_MyDir () + u "Revision...docx" ); // When we edit the document while the "Track Changes"...

    reference.aspose.com/words/cpp/aspose.words/inl...
  7. Aspose::Words::Inline::get_ParentParagraph meth...

    Aspose::Words::Inline::get_ParentParagraph method. Retrieves the parent Paragraph of this node in C++....MakeObject < Aspose :: Words :: Document > ( get_MyDir () + u "Revision...docx" ); // When we edit the document while the "Track Changes"...

    reference.aspose.com/words/cpp/aspose.words/inl...
  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. Comment.done property | Aspose.Words for Node.js

    Comment.done property. Gets or sets flag indicating that the comment has been marked done.... Document (); let builder = new aw ...writeln ( "Helo world!" ); // Insert a comment to point out an error...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Move PDF Pages|Aspose.PDF for PHP via Java

    Try to move pages at desired location or at the end of a PDF file using Aspose.PDF for PHP via Java....Moving a Page from one PDF Document to Another This topic explains...from one PDF document to the end of another document using PHP....

    docs.aspose.com/pdf/php-java/move-pages/