Sort Score
Result 10 results
Languages All
Labels All
Results 111 - 120 of 4,404 for

trim document

(0.58 sec)
  1. SectionCollection | Aspose.Words for Java

    A collection of Section objects in the Document in Java....of Section objects in the document. To learn more, visit the...the Working with Sections documentation article. Remarks: A Microsoft...

    reference.aspose.com/words/java/com.aspose.word...
  2. Aspose::Words::ControlChar::Cr method | Aspose....

    Aspose::Words::ControlChar::Cr method. Carriage return character: "\x000d" or "\r". Same as ParagraphBreak in C++.... auto doc = MakeObject < Document > (); auto builder = MakeObject...again!" ); // Converting the document to text form reveals that...

    reference.aspose.com/words/cpp/aspose.words/con...
  3. ListLabel | Aspose.Words for Java

    Defines properties specific to a list label in Java....the Working with Lists documentation article. Examples: Shows...are list items. Document doc = new Document(getMyDir() + "Rendering...

    reference.aspose.com/words/java/com.aspose.word...
  4. Aspose::Words::Lists::ListLabel Class Reference...

    Defines properties specific to a list label.... auto doc = MakeObject<Document>(MyDir + u "Rendering.docx"...the paragraph list. In our document, our list uses plain Arabic...

    reference.aspose.com/words/cpp/class/aspose.wor...
  5. TxtLeadingSpacesOptions | Aspose.Words for Java

    Specifies available options for leading space handling during import from LoadFormat.TEXT file in Java....how to trim whitespace when loading plaintext documents. String...object, which we can pass to a document's constructor // to modify...

    reference.aspose.com/words/java/com.aspose.word...
  6. Section | Aspose.Words for Java

    Represents a single section in a Document in Java....Represents a single section in a document. To learn more, visit the...the Working with Sections documentation article. Remarks: Section...

    reference.aspose.com/words/java/com.aspose.word...
  7. NodeCollection.RemoveAt | Aspose.Words for .NET...

    NodeCollection 方法. 从集合和文档中删除指定索引处的节点... Document doc = new Document (); DocumentBuilder...1\x000cSection 2" , doc . GetText (). Trim ()); // 从文档中删除第一部分。 doc . Sections...

    reference.aspose.com/words/zh/net/aspose.words/...
  8. RevisionCollection.Count | Aspose.Words for .NET

    RevisionCollection Count property. Returns the number of revisions in the collection in C#....revisions in a document. Document doc = new Document (); DocumentBuilder...); // Normal editing of the document does not count as a revision...

    reference.aspose.com/words/net/aspose.words/rev...
  9. Revision.RevisionType | Aspose.Words for .NET

    Revision RevisionType property. Gets the type of this revision in C#....revisions in a document. Document doc = new Document (); DocumentBuilder...); // Normal editing of the document does not count as a revision...

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

    Provides typed access to a collection of Cell nodes in Java....the Working with Tables documentation article. Examples: Shows...the document and print the contents of each cell. Document doc...

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