Sort Score
Result 10 results
Languages All
Labels All
Results 641 - 650 of 2,079 for

trim document

(0.04 sec)
  1. Run.text property | Aspose.Words for Node.js

    Run.text property. Gets or sets the text of the run....words document by hand. let doc = new aw . Document (); // A...A blank document contains one section, one body and one paragraph...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. 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...
  3. 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...
  4. 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...
  5. 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...
  6. Get and Set Page Properties using Python|Aspose...

    This section shows how to get the number of pages in a PDF file, get information about PDF page properties such as color and set page properties....PDF File When working with documents, you often want to know how...Open the PDF file using the Document class. Then use the PageCollection...

    docs.aspose.com/pdf/python-net/get-and-set-page...
  7. Aspose::Words::Replacing::IReplacingCallback in...

    Aspose::Words::Replacing::IReplacingCallback interface. Implement this interface if you want to have your own custom method called during a find and replace operation in C++....{ auto doc = MakeObject < Document > ( MyDir + u "Header and...{ auto doc = MakeObject < Document > (); auto builder = MakeObject...

    reference.aspose.com/words/cpp/aspose.words.rep...
  8. Aspose::Words::Replacing::FindReplaceOptions::g...

    Aspose::Words::Replacing::FindReplaceOptions::get_Direction method. Selects direction for replace. Default value is Forward in C++....find-and-replace operation traverses the document in. void Direction ( FindReplaceDirection...{ auto doc = MakeObject < Document > (); auto builder = MakeObject...

    reference.aspose.com/words/cpp/aspose.words.rep...
  9. InlineStory.FirstParagraph | Aspose.Words for .NET

    Discover the InlineStory FirstParagraph property to easily access and enhance the first paragraph of your story for improved engagement.... Document doc = new Document (); DocumentBuilder...right-click this comment in the document body to edit it, or reply...

    reference.aspose.com/words/net/aspose.words/inl...
  10. Aspose::Words::DocumentBuilder::DeleteRow metho...

    Aspose::Words::DocumentBuilder::DeleteRow method. Deletes a row from a table in C++.... auto doc = MakeObject < Document > (); auto builder = MakeObject...of the first table in the document. builder -> DeleteRow ( 0...

    reference.aspose.com/words/cpp/aspose.words/doc...