Sort Score
Result 10 results
Languages All
Labels All
Results 31 - 40 of 4,379 for

trim document

(0.1 sec)
  1. NodeList.Count | Aspose.Words for .NET

    NodeList Count property. Gets the number of nodes in the list in C#.... Document doc = new Document (); DocumentBuilder...ImageDir + "Logo.jpg" ); // Our document contains three Run nodes....

    reference.aspose.com/words/net/aspose.words/nod...
  2. Section.Clone | Aspose.Words for .NET

    Section Clone method. Creates a duplicate of this section in C#....sections in a document. Document doc = new Document (); DocumentBuilder...1\x000cSection 2" , doc . GetText (). Trim ()); // Delete the first section...

    reference.aspose.com/words/net/aspose.words/sec...
  3. Aspose::Words::NodeCollection::RemoveAt method ...

    Aspose::Words::NodeCollection::RemoveAt method. Removes the node at the specified index from the collection and from the Document in C++....the collection and from the document. void Aspose :: Words :: NodeCollection...sections in a document. auto doc = MakeObject < Document > (); auto...

    reference.aspose.com/words/cpp/aspose.words/nod...
  4. Paragraph.GetText | Aspose.Words for .NET

    Paragraph GetText method. Gets the text of this paragraph including the end of paragraph character in C#.... Document doc = new Document (); // An empty document, by...doc , "Run 3. " ); // The document body will not display these...

    reference.aspose.com/words/net/aspose.words/par...
  5. Image Extraction Issue 14 - Aspose.Words Produc...

    Dear team, We are extracting images from Document using ASPOSE java, But below case some part images are not extracting please find source code and Input & Output Files Please Note : We need to extract this images in C…...are extracting images from document using ASPOSE java, But below...toString(SaveFormat.TEXT).toLowerCase().trim().startsWith("fig") || paragraph...

    forum.aspose.com/t/image-extraction-issue-14/25...
  6. Find text strings and save to new table in Word...

    Hello, I have a well formatted Word Document that describes a database/xml schema. Each field in the Document has a friendly name (heading 3 style), followed by XML Element:, Definition:, and Reason: (bold normal text) …...have a well formatted Word document that describes a database/xml...schema. Each field in the document has a friendly name (heading...

    forum.aspose.com/t/find-text-strings-and-save-t...
  7. ComHelper.Open | Aspose.Words for .NET

    ComHelper Open method. Allows a COM application to load a Document from a file in C#....application to load a Document from a file. public Document Open ( string...Filename of the document to load. Return Value A Document object that...

    reference.aspose.com/words/net/aspose.words/com...
  8. How to Extract images - Aspose.Words Product Fa...

    Dear team, We are extracting images from docx but below case we are notable to extract below case please find source code Source code : if ((paragraph.toString(SaveFormat.TEXT).toLowerCase().Trim().startsWith("fig") …...trim().startsWith("fig") || paragraph...getNextSibling().toString(SaveFormat.TEXT).trim().matches(matches) || (paragraph...

    forum.aspose.com/t/how-to-extract-images/246710
  9. CompositeNode.GetChildNodes | Aspose.Words for ...

    CompositeNode GetChildNodes method. Returns a live collection of child nodes that match the specified type in C#....is always in sync with the document. For example, if you selected...selected all sections in a document and enumerate through the collection...

    reference.aspose.com/words/net/aspose.words/com...
  10. RevisionCollection | Aspose.Words for Java

    A collection of Revision objects that represent revisions in the Document in Java....represent revisions in the document. To learn more, visit the...Track Changes in a Document documentation article. Remarks: You...

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