Sort Score
Result 10 results
Languages All
Labels All
Results 711 - 720 of 4,404 for

trim document

(0.24 sec)
  1. Paragraph.ParagraphFormat | Aspose.Words for .NET

    Paragraph ParagraphFormat property. Provides access to the paragraph formatting properties in C#....Words document by hand. Document doc = new Document (); // A...A blank document contains one section, one body and one paragraph...

    reference.aspose.com/words/net/aspose.words/par...
  2. Inline.Font | Aspose.Words for .NET

    Inline Font property. Provides access to the font formatting of this object in C#....Words document by hand. Document doc = new Document (); // A...A blank document contains one section, one body and one paragraph...

    reference.aspose.com/words/net/aspose.words/inl...
  3. IReplacingCallback.Replacing | Aspose.Words for...

    IReplacingCallback 方法. 用户定义的方法在替换操作期间为在替换之前找到的每个匹配项调用... { Document doc = new Document (); DocumentBuilder...opening!" , doc . GetText (). Trim ()); Assert . AreEqual ( "\"New...

    reference.aspose.com/words/zh/net/aspose.words....
  4. Aspose::Words::Loading::RtfLoadOptions Class Re...

    Allows to specify additional options when loading Rtf Document into a Document object....options when loading Rtf document into a Document object. Examples Shows...characters while loading an RTF document. // Create an "RtfLoadOptions"...

    reference.aspose.com/words/cpp/class/aspose.wor...
  5. Aspose::Words::Loading::RtfLoadOptions Class Re...

    Allows to specify additional options when loading Rtf Document into a Document object....options when loading Rtf document into a Document object. Examples Shows...characters while loading an RTF document. // Create an "RtfLoadOptions"...

    reference.aspose.com/words/cpp/class/aspose.wor...
  6. Revision.ParentStyle | Aspose.Words for .NET

    Revision ParentStyle property. Gets the immediate parent style owner of this revision. This property will work for only for the StyleDefinitionChange revision type in C#....revision relates to changes on document nodes, use ParentNode instead...work with a document’s collection of revisions. Document doc = new...

    reference.aspose.com/words/net/aspose.words/rev...
  7. List.ListId | Aspose.Words for .NET

    List ListId property. Gets the unique identifier of the list in C#....verify owner document properties of lists. Document doc = new Document...Document (); ListCollection lists = doc . Lists ; Assert . AreEqual...

    reference.aspose.com/words/net/aspose.words.lis...
  8. RevisionCollection.Groups | Aspose.Words for .NET

    RevisionCollection Groups property. Collection of revision groups in C#....work with a document’s collection of revisions. Document doc = new...new Document ( MyDir + "Revisions.docx" ); RevisionCollection...

    reference.aspose.com/words/net/aspose.words/rev...
  9. RevisionGroupCollection.GetEnumerator | Aspose....

    RevisionGroupCollection GetEnumerator method. Returns an enumerator object in C#....work with a document’s collection of revisions. Document doc = new...new Document ( MyDir + "Revisions.docx" ); RevisionCollection...

    reference.aspose.com/words/net/aspose.words/rev...
  10. Having Issue to read the level numbers from doc...

    Having Issue to read the level numbers from docx , which is having only levels, not the headers. I am able to read the Level text, but not the Level Numbers. I am using Trial version of Aspose java. Can you please pro…...you please find the attached document and suggest me. I am using...in C#, private void Logic(Document doc) { var countByLevel =...

    forum.aspose.com/t/having-issue-to-read-the-lev...