Sort Score
Result 10 results
Languages All
Labels All
Results 221 - 230 of 2,004 for

trim document

(0.19 sec)
  1. Node | Aspose.Words for Java

    Base class for all nodes of a Word Document in Java....class for all nodes of a Word document. To learn more, visit the...Aspose.Words Document Object Model (DOM) documentation article. Remarks:...

    reference.aspose.com/words/java/com.aspose.word...
  2. Aspose::Words::RevisionCollection::idx_get meth...

    Aspose::Words::RevisionCollection::idx_get method. Returns a Revision at the specified index in C++....revisions in a document. auto doc = MakeObject < Document > (); auto...); // Normal editing of the document does not count as a revision...

    reference.aspose.com/words/cpp/aspose.words/rev...
  3. NodeChangingArgs.newParent property | Aspose.Wo...

    NodeChangingArgs.newParent property. Gets the node's parent that will be set after the operation completes....to monitor changes to the document tree in real-time as we edit...() => { let doc = new aw . Document (); doc . nodeChangingCallback...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. ListLabel class | Aspose.Words for Node.js

    Aspose.Words.Lists.ListLabel class. Defines properties specific to a list label...the Working with Lists documentation article. Properties Name...items. let doc = new aw . Document ( base . myDir + "Rendering...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Aspose::Words::Revision class | Aspose.Words fo...

    Aspose::Words::Revision class. Represents a revision (tracked change) in a Document node or style. Use RevisionType to check the type of this revision. To learn more, visit the Documentation article in C++....revision (tracked change) in a document node or style. Use RevisionType...Track Changes in a Document documentation article. class Revision...

    reference.aspose.com/words/cpp/aspose.words/rev...
  6. NodeCollection | Aspose.Words for Java

    Represents a collection of nodes of a specific type in Java....Words Document Object Model (DOM) documentation article. Remarks:...with image shapes. Document doc = new Document(getMyDir() + "Textboxes...

    reference.aspose.com/words/java/com.aspose.word...
  7. Aspose::Words::Node::Clone method | Aspose.Word...

    Aspose::Words::Node::Clone method. Creates a duplicate of the node in C++....parent, but belongs to the same document as the original node. This...node. auto doc = MakeObject < Document > (); SharedPtr < Paragraph...

    reference.aspose.com/words/cpp/aspose.words/nod...
  8. Aspose::Words::Node::get_ParentNode method | As...

    Aspose::Words::Node::get_ParentNode method. Gets the immediate parent of this node in C++.... auto doc = MakeObject < Document > (); SharedPtr < Paragraph...Append a child Run node to the document's first paragraph. auto run...

    reference.aspose.com/words/cpp/aspose.words/nod...
  9. CompositeNode | Aspose.Words for Java

    Base class for nodes that can contain other nodes in Java....Words Document Object Model (DOM) documentation article. Remarks:...Remarks: A document is represented as a tree of nodes, similar...

    reference.aspose.com/words/java/com.aspose.word...
  10. ReplacingArgs | Aspose.Words for Java

    Provides data for a custom replace operation in Java....visit the Find and Replace documentation article. Examples: Shows...throws Exception { Document doc = new Document(); DocumentBuilder...

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