Sort Score
Result 10 results
Languages All
Labels All
Results 281 - 290 of 2,010 for

trim document

(0.12 sec)
  1. SmartTag | Aspose.Words for Java

    This element specifies the presence of a smart tag around one or more inline structures runs images fieldsetc. within a paragraph in Java....Structured Document Tags or Content Control documentation article...customer-defined semantics into the document via the ability to provide...

    reference.aspose.com/words/java/com.aspose.word...
  2. Aspose::Words::DocumentBuilder::MoveTo method |...

    Aspose::Words::DocumentBuilder::MoveTo method. Moves the cursor to an inline node or to the end of a paragraph in C++....Examples Shows how to move a document builder’s cursor to different...nodes in a document. auto doc = MakeObject < Document > (); auto...

    reference.aspose.com/words/cpp/aspose.words/doc...
  3. Unable to replace block content control - Free ...

    Hi, we are trying to replace tags with html text (which is a content control) but we get the following error: ‘The reference node is not a child of this node.’ the code we use is: doc.Range.Replace(lookupString, “”, …...Create Document Buidler var document = e.MatchNode.Document as Document;...Document; DocumentBuilder builder = new DocumentBuilder(document);...

    forum.aspose.com/t/unable-to-replace-block-cont...
  4. Document.FirstSection | Aspose.Words for .NET

    Retrieve the first section of your Document effortlessly. Enhance your workflow with our Document FirstSection property for streamlined organization....FirstSection Contents [ Hide ] Document.FirstSection property Gets...Gets the first section in the document. public Section FirstSection...

    reference.aspose.com/words/net/aspose.words/doc...
  5. DocSaveOptions | Aspose.Words for .NET

    Discover the DocSaveOptions constructor for seamless Document saving in Doc format. Enhance your workflow with easy, efficient Document management....that can be used to save a document in the Doc format. public...Microsoft Word formats. Document doc = new Document (); DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.sav...
  6. Aspose::Words::NodeCollection::Insert method | ...

    Aspose::Words::NodeCollection::Insert method. Inserts a node into the collection at the specified index in C++....inserted was created from another document, you should use ImportNode()...import the node to the current document. The imported node can then...

    reference.aspose.com/words/cpp/aspose.words/nod...
  7. ReplacingArgs.replacement property | Aspose.Wor...

    ReplacingArgs.replacement property. Gets or sets the replacement string.... Document (); let builder = new aw ...); expect ( doc . getText (). trim ()). toEqual ( "Our new location...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Aspose::Words::NodeChangingArgs::get_Action met...

    Aspose::Words::NodeChangingArgs::get_Action method. Gets a value indicating what type of node change event is occurring in C++....to monitor changes to the document tree in real-time as we edit...{ auto doc = MakeObject < Document > (); doc -> set_NodeChangingCallback...

    reference.aspose.com/words/cpp/aspose.words/nod...
  9. Aspose::Words::NodeChangingArgs::get_OldParent ...

    Aspose::Words::NodeChangingArgs::get_OldParent method. Gets the node's parent before the operation began in C++....to monitor changes to the document tree in real-time as we edit...{ auto doc = MakeObject < Document > (); doc -> set_NodeChangingCallback...

    reference.aspose.com/words/cpp/aspose.words/nod...
  10. Range.text property | Aspose.Words for Node.js

    Range.text property. Gets the text of the range.... Document (); let builder = new aw ...expect ( doc . range . text . trim ()). toEqual ( "Hello world...

    reference.aspose.com/words/nodejs-net/aspose.wo...