Sort Score
Result 10 results
Languages All
Labels All
Results 91 - 100 of 2,597 for

trim document

(0.02 sec)
  1. Story.LastParagraph | Aspose.Words for .NET

    Story LastParagraph property. Gets the last paragraph in the story in C#.... Document doc = new Document (); DocumentBuilder...Writeln ( "Run 1. " ); // The document builder has a cursor, which...

    reference.aspose.com/words/net/aspose.words/sto...
  2. NodeCollection.Remove | Aspose.Words for .NET

    NodeCollection Remove method. Removes the node from the collection and from the Document in C#....the collection and from the document. public void Remove ( Node...NodeCollection. Document doc = new Document (); DocumentBuilder...

    reference.aspose.com/words/net/aspose.words/nod...
  3. RevisionType | Aspose.Words for Java

    Specifies the type of change being tracked in Revision in Java....revisions in a document. Document doc = new Document(); DocumentBuilder... // Normal editing of the document does not count as a revision...

    reference.aspose.com/words/java/com.aspose.word...
  4. Search and replace text in MHTML document via J...

    Java source code to redact sensitive information in MHTML file on Java Runtime Environment for JSP/JSF Application and Desktop Applications....and high performance MHTML document sensitive redaction information...MHTML Files in Java A basic document search and replace text in...

    products.aspose.com/words/java/redaction/mhtml/
  5. Search and replace text in XHTML document via J...

    Java source code to redact sensitive information in XHTML file on Java Runtime Environment for JSP/JSF Application and Desktop Applications....and high performance XHTML document sensitive redaction information...XHTML Files in Java A basic document search and replace text in...

    products.aspose.com/words/java/redaction/xhtml/
  6. Aspose::Words::Loading::TxtLoadOptions::get_Tra...

    Aspose::Words::Loading::TxtLoadOptions::get_TrailingSpacesOptions method. Gets or sets preferred option of a trailing space handling. Default value is Trim in C++.... Default value is Trim . Aspose :: Words :: Loading...how to trim whitespace when loading plaintext documents. String...

    reference.aspose.com/words/cpp/aspose.words.loa...
  7. Run Class | Aspose.Words for .NET

    Aspose.Words.Run class. Represents a run of characters with the same font formatting in C#....the Programming with Documents documentation article. public class...identifier. virtual Document { get; } Gets the document to which this...

    reference.aspose.com/words/net/aspose.words/run/
  8. Aspose::Words::NodeCollection::Remove method | ...

    Aspose::Words::NodeCollection::Remove method. Removes the node from the collection and from the Document in C++....the collection and from the document. void Aspose :: Words :: NodeCollection.... auto doc = MakeObject < Document > (); auto builder = MakeObject...

    reference.aspose.com/words/cpp/aspose.words/nod...
  9. Node.Range | Aspose.Words for .NET

    Node Range property. Returns a Range object that represents the portion of a Document that is contained in this node in C#....represents the portion of a document that is contained in this...nodes from a range. Document doc = new Document (); DocumentBuilder...

    reference.aspose.com/words/net/aspose.words/nod...
  10. How to find image counts - Aspose.Words Product...

    Dear team, we are extracting images from Documents using aspose, here we are finding total images counts from docx, and we are using below mentioned source code for find image count but below Document we are not able to…...are extracting images from documents using aspose, here we are...find image count but below document we are not able to find figure...

    forum.aspose.com/t/how-to-find-image-counts/244952