Sort Score
Result 10 results
Languages All
Labels All
Results 481 - 490 of 32,891 for

document insertion

(0.11 sec)
  1. Hidden Rows - Free Support Forum - aspose.com

    I am converting Excel(One worksheet) to html and then inserting this html into word(using builder.inserthtml) in order to maintain all fonts/styles/colors. The excel sheet has some hidden rows, that I would like to embed…...worksheet) to html and then inserting this html into word(using...like to embed inside the word document (not visibly), but they should...

    forum.aspose.com/t/hidden-rows/293704
  2. Aspose::Words::Replacing::IReplacingCallback::R...

    Aspose::Words::Replacing::IReplacingCallback::Replacing method. A user defined method that is called during a replace operation for each match found just before a replace is made in C++....{ auto doc = MakeObject < Document > (); auto builder = MakeObject...} }; Shows how to insert an entire document’s contents as a replacement...

    reference.aspose.com/words/cpp/aspose.words.rep...
  3. DocumentBuilder.end_editable_range method | Asp...

    aspose.words.DocumentBuilder.end_editable_range method...the current position in the document as an editable range end....): ... Editable range in a document can overlap and span any range...

    reference.aspose.com/words/python-net/aspose.wo...
  4. DocumentBuilder.InsertHtml does not work - Free...

    Hi, I am trying to insert HTML in place of a content control. It is working in most cases but in this particular Document\scenario, it does not work. I have attached the Document. Here is the code void InsertHTMLusingA…...7:14pm #1 Hi, I am trying to insert HTML in place of a content...cases but in this particular document\scenario, it does not work...

    forum.aspose.com/t/documentbuilder-inserthtml-d...
  5. Document constructor | Aspose.Words for Python

    aspose.words.Document constructor...Document constructor Contents [ Hide ] Document() Creates a blank...blank Word document. def __init__ ( self ): ... Remarks A blank...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Doc revisions aspose word - Aspose.Words Produc...

    Hi Vadim, Thank you for your response. I have the same Node but your code if (para == node) is not working. Have you any “compare” function to compre two nodes ? Best regards,...exactly revised on a word document. is it possible ? the code...HasRevisions(Node para) { Document doc = (Document)para.Document; foreach (Revision...

    forum.aspose.com/t/doc-revisions-aspose-word/24...
  7. Document class | Aspose.Words for Python

    aspose.words.Document class. Represents a Word Document...Document class Document class Represents a Word document. To...Working with Document documentation article. The Document is a central...

    reference.aspose.com/words/python-net/aspose.wo...
  8. CompositeNode.InsertAfter | Aspose.Words for .NET

    CompositeNode InsertAfter method. Inserts the specified node immediately after the specified reference node in C#....InsertAfter<T> method Inserts the specified node immediately...Description newChild T The Node to insert. refChild Node The Node that...

    reference.aspose.com/words/net/aspose.words/com...
  9. Aspose.Words: suppling default values from non-...

    Aspose version: Aspose Words.NET version 23.6.0 Environment: Windows and Linux Query on merging from a XML data source and suppling a default merge value when the XML does not contain the data field for the correspondi…...(can’t) remove the fields using Document.MailMerge.DeleteFields() or...the default value. The documentation suggests we can ‘intercept’...

    forum.aspose.com/t/aspose-words-suppling-defaul...
  10. Interface INodeChangingCallback | Aspose.Words ...

    Aspose.Words.INodeChangingCallback 界面. 如果要在文档中插入或删除节点时收到通知请实现此接口... { Document doc = new Document (); DocumentBuilder...Now:dd/MM/yyyy HH:mm:ss:fff}\tNode insertion:" ); } void INodeChangingCallbac...

    reference.aspose.com/words/zh/net/aspose.words/...