Sort Score
Result 10 results
Languages All
Labels All
Results 651 - 660 of 2,079 for

trim document

(0.07 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. BookmarkCollection.count property | Aspose.Word...

    BookmarkCollection.count property. Returns the number of bookmarks in the collection....bookmarks from a document. let doc = new aw . Document (); let builder...bookmarks is still present in the document. expect ( bookmarks . count...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. ListLabel.label_value property | Aspose.Words f...

    ListLabel.label_value property. Gets a numeric value for this label.... Remarks Use the Document.update_list_labels() method...are list items. doc = aw . Document ( file_name = MY_DIR + 'Rendering...

    reference.aspose.com/words/python-net/aspose.wo...
  4. FieldStart | Aspose.Words for Java

    Represents a start of a Word field in a Document in Java....start of a Word field in a document. To learn more, visit the...the Working with Fields documentation article. Remarks: FieldStart...

    reference.aspose.com/words/java/com.aspose.word...
  5. Aspose::Words::Tables::Row::get_Cells method | ...

    Aspose::Words::Tables::Row::get_Cells method. Provides typed access to the Cell child nodes of the row 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...
  6. Aspose::Words::Tables::TableCollection::ToArray...

    Aspose::Words::Tables::TableCollection::ToArray method. Copies all tables from the collection to a new array of tables 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...
  7. 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...
  8. 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...
  9. 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...
  10. Document.update_list_labels method | Aspose.Wor...

    Document.update_list_labels method. Updates list labels for all list items in the Document....for all list items in the document. def update_list_labels (...Paragraph.list_label object in the document. Also, this method is sometimes...

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