Sort Score
Result 10 results
Languages All
Labels All
Results 581 - 590 of 2,323 for

trim document

(0.04 sec)
  1. Bookmark.remove method | Aspose.Words for Node.js

    Bookmark.remove method. Removes the bookmark from the Document...Removes the bookmark from the document. Does not remove text inside...bookmarks from a document. let doc = new aw . Document (); let builder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Section.body property | Aspose.Words for Node.js

    Section.body property. Returns the [Body](../../body/) child node of the section....from all sections from the document leaving the sections themselves...doc = new aw . Document (); // A blank document contains one section...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Aspose::Words::Paragraph::get_IsEndOfSection me...

    Aspose::Words::Paragraph::get_IsEndOfSection method. True if this paragraph is the last paragraph in the Body (main text story) of a Section; false otherwise in C++....contents of one document to a bookmark in another document. void InsertAtBookmark...{ auto doc = MakeObject < Document > (); auto builder = MakeObject...

    reference.aspose.com/words/cpp/aspose.words/par...
  4. Section | Aspose.Words for .NET

    Create dynamic web sections effortlessly with our Section Constructor. Easily initialize and customize your Section class for optimal site performance....doc DocumentBase The owner document. Remarks When the section...specified document, but is not yet part of the document and ParentNode...

    reference.aspose.com/words/net/aspose.words/sec...
  5. Aspose::Words::DocumentBuilder::MoveToDocumentE...

    Aspose::Words::DocumentBuilder::MoveToDocumentEnd method. Moves the cursor to the end of the Document in C++....the cursor to the end of the document. void Aspose :: Words :: DocumentBuilder...Examples Shows how to move a document builder’s cursor to different...

    reference.aspose.com/words/cpp/aspose.words/doc...
  6. BookmarkCollection.remove method | Aspose.Words...

    Aspose.Words.BookmarkCollection.remove method...specified bookmark from the document. remove ( bookmark : Aspose...bookmarks from a document. let doc = new aw . Document (); let builder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. DocumentBuilder.isAtEndOfParagraph property | A...

    DocumentBuilder.isAtEndOfParagraph property. Returns ``true`` if the cursor is at the end of the current paragraph....Examples Shows how to move a document builder’s cursor to different...nodes in a document. let doc = new aw . Document (); let builder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. IReplacingCallback class | Aspose.Words for Nod...

    Aspose.Words.Replacing.IReplacingCallback class. Implement this interface if you want to have your own custom method called during a find and replace operation.... Document ( base . myDir + "Header and...() => { let doc = new aw . Document (); let builder = new aw ...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. TableCollection.Item | Aspose.Words for .NET

    Access TableCollection items effortlessly by retrieving tables at specific indexes. Simplify your data management with our intuitive property feature!...the document and print the contents of each cell. Document doc...doc = new Document ( MyDir + "Tables.docx" ); TableCollection tables...

    reference.aspose.com/words/net/aspose.words.tab...
  10. Aspose::Words::BookmarkCollection::RemoveAt met...

    Aspose::Words::BookmarkCollection::RemoveAt method. Removes a bookmark at the specified index in C++....bookmarks from a document. auto doc = MakeObject < Document > (); auto...bookmarks is still present in the document. ASSERT_EQ ( 0 , bookmarks...

    reference.aspose.com/words/cpp/aspose.words/boo...