Sort Score
Result 10 results
Languages All
Labels All
Results 7,321 - 7,330 of 17,113 for

docx to doc

(0.05 sec)
  1. | Aspose

    Sample code for JPEG2000 To XLS Java conversion. Use API example code for batch JPEG2000 files To XLS conversion within any Web or DeskTop Java based application....File) DOC (Documents generated by Microsoft Word) DOCX (Microsoft...

    products.aspose.com/ocr/cpp/conversion/jpeg2000...
  2. Aspose::Words::Document::Protect method | Aspos...

    Aspose::Words::Document::Protect method. Protects the Document from changes without changing the existing password or assigns a random password in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); builder -> Writeln ( u "Section...

    reference.aspose.com/words/cpp/aspose.words/doc...
  3. Aspose::Words::PageSetup::get_Orientation metho...

    Aspose::Words::PageSetup::get_Orientation method. Returns or sets the orientation of the page in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); // Modify the page setup properties...

    reference.aspose.com/words/cpp/aspose.words/pag...
  4. MailMerge.Execute | Aspose.Words for .NET

    Streamline your mailing process with the MailMerge Execute method, effortlessly merging data from cusTom sources for personalized communication....CustomDataSource () { Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . InsertField ( "...

    reference.aspose.com/words/net/aspose.words.mai...
  5. Aspose::Words::Settings::WriteProtection class ...

    Aspose::Words::Settings::WriteProtection class. Specifies write protection settings for a Document. To learn more, visit the Documentation article in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); builder -> Writeln ( u "Hello...

    reference.aspose.com/words/cpp/aspose.words.set...
  6. Aspose::Words::Fonts::FontInfo::GetEmbeddedFont...

    Aspose::Words::Fonts::FontInfo::GetEmbeddedFont method. Gets a specific embedded font file in C++.... auto doc = MakeObject < Document > ( MyDir...font.docx" ); SharedPtr < FontInfo > embeddedFont = doc -> get_FontInfos...

    reference.aspose.com/words/cpp/aspose.words.fon...
  7. WebExtensionReference.Version | Aspose.Words fo...

    Discover the WebExtensionReference Version property To define your web extension's version, ensuring compatibility and enhanced performance.... Document doc = new Document (); // Create...myScriptTaskPane = new TaskPane (); doc . WebExtensionTaskPane . Add...

    reference.aspose.com/words/net/aspose.words.web...
  8. Node.NextPreOrder | Aspose.Words for .NET

    Discover the Node NextPreOrder method for efficient tree traversal. Learn how To retrieve the next node using the preorder algorithm effectively!...Document doc = new Document ( MyDir + "Images.docx" ); Assert...Assert . AreEqual ( 9 , doc . GetChildNodes ( NodeType . Shape , true...

    reference.aspose.com/words/net/aspose.words/nod...
  9. BreakType Enum | Aspose.Words for .NET

    Discover the Aspose.Words.BreakType enum To enhance your Document formatting with precise break types for improved readability and layout control.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Specify that we want different...

    reference.aspose.com/words/net/aspose.words/bre...
  10. HyphenationOptions.HyphenationZone | Aspose.Wor...

    Optimize text layout with the HyphenationZone property. Control hyphenation distance from the right margin for cleaner, professional Documents.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Font . Size = 24...

    reference.aspose.com/words/net/aspose.words.set...