Sort Score
Result 10 results
Languages All
Labels All
Results 671 - 680 of 2,317 for

trim document

(0.06 sec)
  1. DocumentBuilder.IsAtEndOfParagraph | Aspose.Wor...

    Discover DocumentBuilder's IsAtEndOfParagraph property, which efficiently checks if the cursor is positioned at the end of a paragraph for seamless Document editing....Examples Shows how to move a document builder’s cursor to different...nodes in a document. Document doc = new Document (); DocumentBuilder...

    reference.aspose.com/words/net/aspose.words/doc...
  2. CellCollection.Item | Aspose.Words for .NET

    Access specific Cells effortlessly with the CellCollection Item property. Retrieve any Cell by index for streamlined data management and enhanced performance....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...
  3. NodeCollection.Item | Aspose.Words for .NET

    Access any node effortlessly with the NodeCollection Item property. Quickly retrieve nodes by index for seamless data management and enhanced performance.... Document doc = new Document (); // Add two runs...the first paragraph of this document. Paragraph paragraph = ( Paragraph...

    reference.aspose.com/words/net/aspose.words/nod...
  4. ParagraphAlignment enumeration | Aspose.Words f...

    Aspose.Words.ParagraphAlignment enumeration. Specifies text alignment in a paragraph....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...
  5. FindReplaceOptions.Direction | Aspose.Words for...

    Discover the FindReplaceOptions Direction property to customize your replace function. Choose between Forward and Backward for optimal results....find-and-replace operation traverses the document in. public void Direction...findReplaceDirection ) { Document doc = new Document (); DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.rep...
  6. Aspose::Words::Bookmark::Remove method | Aspose...

    Aspose::Words::Bookmark::Remove method. Removes the bookmark from the Document. Does not remove text inside the bookmark in C++....Removes the bookmark from the document. Does not remove text inside...bookmarks from a document. auto doc = MakeObject < Document > (); auto...

    reference.aspose.com/words/cpp/aspose.words/boo...
  7. FindReplaceDirection Enum | Aspose.Words for .NET

    Discover the Aspose.Words FindReplaceDirection enum for efficient text replacement. Optimize your Document processing with precise direction control....find-and-replace operation traverses the document in. public void Direction...findReplaceDirection ) { Document doc = new Document (); DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.rep...
  8. Aspose::Words::ParagraphAlignment enum | Aspose...

    Aspose::Words::ParagraphAlignment enum. Specifies text alignment in a paragraph in C++....Words document by hand. auto doc = MakeObject < Document > ();...(); // A blank document contains one section, one body and one...

    reference.aspose.com/words/cpp/aspose.words/par...
  9. Aspose::Words::Notes::Footnote::get_IsAuto meth...

    Aspose::Words::Notes::Footnote::get_IsAuto method. Holds a value that specifies whether this is a auto-numbered footnote or footnote with user defined custom reference mark in C++.... auto doc = MakeObject < Document > (); auto builder = MakeObject...which we will pass to the document builder's "InsertFootnote"...

    reference.aspose.com/words/cpp/aspose.words.not...
  10. Aspose::Words::Tables::TableCollection::idx_get...

    Aspose::Words::Tables::TableCollection::idx_get method. Retrieves a Table at the given index in C++....through all tables in the document and print the contents of...cell. auto doc = MakeObject < Document > ( MyDir + u "Tables.docx"...

    reference.aspose.com/words/cpp/aspose.words.tab...