Sort Score
Result 10 results
Languages All
Labels All
Results 7,551 - 7,560 of 18,472 for

docx to doc

(0.21 sec)
  1. List.HasSameTemplate | Aspose.Words for .NET

    Discover the HasSameTemplate method, easily check if two lists share the same template, ensuring consistency and efficiency in your data management....Document doc = new Document ( MyDir + "Different lists.docx" ); Assert...Assert . That ( doc . Lists [ 0 ]. HasSameTemplate ( doc . Lists [...

    reference.aspose.com/words/net/aspose.words.lis...
  2. Watermark Word Files Online or using Android Mo...

    Free online app To Watermark different Word files. Android watermark library Java code for Word Documents....with Android Add Watermark to DOC (Microsoft Word Binary Format)...Format) Add Watermark to DOCX (Office 2007+ Word Document) Add Watermark...

    products.aspose.com/total/android-java/watermar...
  3. Watermark ODT Files Online or using Android Mob...

    Free online app To Watermark different ODT files. Android watermark library Java code for ODT Documents....with Android Add Watermark to DOC (Microsoft Word Binary Format)...Format) Add Watermark to DOCX (Office 2007+ Word Document) Add Watermark...

    products.aspose.com/total/android-java/watermar...
  4. TextPath.On | Aspose.Words for .NET

    Discover how TextPath enhances property text display, ensuring clarity and engagement in your designs. Optimize your visuals Today!...InsertTextPaths () { Document doc = new Document (); // Insert...Shape shape = AppendWordArt ( doc , "Hello World! This text is...

    reference.aspose.com/words/net/aspose.words.dra...
  5. TextPath.Kerning | Aspose.Words for .NET

    Discover the TextPath Kerning property To enhance typography by controlling kerning settings for improved text readability and design quality....InsertTextPaths () { Document doc = new Document (); // Insert...Shape shape = AppendWordArt ( doc , "Hello World! This text is...

    reference.aspose.com/words/net/aspose.words.dra...
  6. TextPath.FontFamily | Aspose.Words for .NET

    Discover the TextPath FontFamily property To effortlessly define and cusTomize your text paths for stunning typography in web design....InsertTextPaths () { Document doc = new Document (); // Insert...Shape shape = AppendWordArt ( doc , "Hello World! This text is...

    reference.aspose.com/words/net/aspose.words.dra...
  7. Body.parentSection property | Aspose.Words for ...

    Body.parentSection property. Gets the parent section of this sTory...., () => { let doc = new aw . Document (); doc . removeAllChildren...endnotes at its end. expect ( doc . endnoteOptions . position )...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Bookmarking all the static text inside a docume...

    Hello Team, I will be uploading an Document which will contain static text and aspose syntax in it and I want tp iterate through each and every line even for table… example prop.check = <<[prop.check]>> prop.example…...Combine(_rootPath, templatePath); Document doc = new Document(path); // Remove...content) while (doc.Range.Bookmarks.Count > 0) { doc.Range.Bookmarks[0]...

    forum.aspose.com/t/bookmarking-all-the-static-t...
  9. TextColumnCollection | Aspose.Words for Java

    A collection of TextColumn objects that represent all the columns of text in a section of a Document in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); TextColumnCollection columns...

    reference.aspose.com/words/java/com.aspose.word...
  10. ListCollection.add method | Aspose.Words for Py...

    aspose.words.lists.ListCollection.add method... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) self . assertFalse ( builder...

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