Sort Score
Result 10 results
Languages All
Labels All
Results 8,541 - 8,550 of 18,450 for

docx to doc

(1.16 sec)
  1. FieldXE.Text | Aspose.Words for .NET

    Manage your FieldXE text property effortlessly. Easily get or set entry text for seamless data handling and enhanced user experience.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Create an INDEX field which...

    reference.aspose.com/words/net/aspose.words.fie...
  2. DocumentBuilder.startBookmark method | Aspose.W...

    DocumentBuilder.startBookmark method. Marks the current position in the Document as a bookmark start.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // A valid bookmark needs...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. DocumentBuilder.endBookmark method | Aspose.Wor...

    DocumentBuilder.endBookmark method. Marks the current position in the Document as a bookmark end.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // A valid bookmark needs...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Aspose::Words::Replacing::FindReplaceOptions::g...

    Aspose::Words::Replacing::FindReplaceOptions::get_IgnoreOfficeMath method. Gets or sets a boolean value indicating either To ignore text inside OfficeMath/>. The default value is true in C++.... auto doc = System :: MakeObject < Aspose..."Office math.docx" ); ASSERT_EQ ( u "i+b-c≥iM+bM-cM" , doc -> get_FirstSection...

    reference.aspose.com/words/cpp/aspose.words.rep...
  5. Fill.SetImage | Aspose.Words for .NET

    Enhance your design with the SetImage method. Easily switch To a single image fill type for stunning visuals and seamless integration.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // There are several ways...

    reference.aspose.com/words/net/aspose.words.dra...
  6. 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...
  7. OdtSaveOptions | Aspose.Words for .NET

    Discover the OdtSaveOptions construcTor To effortlessly save Documents in ODT format. Streamline your workflow with this powerful Tool!...Document doc = new Document ( MyDir + "Rendering.docx" ); OdtSaveOptions...IsStrictSchema11 = exportToOdt11Specs }; doc . Save ( ArtifactsDir + "OdtSaveOptions...

    reference.aspose.com/words/net/aspose.words.sav...
  8. Font | Aspose.Words for Java

    Contains font attributes font name font size color and so on for an object in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); builder.getFont().getBorder()...

    reference.aspose.com/words/java/com.aspose.word...
  9. ImageType Enum | Aspose.Words for .NET

    Discover the Aspose.Words.Drawing.ImageType enum To easily manage image formats in Microsoft Word Documents. Enhance your Document's visual appeal!... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); Shape imgShape = builder ...

    reference.aspose.com/words/net/aspose.words.dra...
  10. CellFormat.clear_formatting method | Aspose.Wor...

    CellFormat.clear_formatting method. Resets To default cell formatting... doc = aw . Document ( file_name =...= MY_DIR + 'Tables.docx' ) # Below are two ways of getting a...

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