Sort Score
Result 10 results
Languages All
Labels All
Results 271 - 280 of 9,609 for

docx to doc

(0.03 sec)
  1. Aspose::Words::Fonts::FontInfoCollection::get_E...

    Aspose::Words::Fonts::FontInfoCollection::get_EmbedSystemFonts method. Specifies whether or not To embed System fonts inTo the Document. Default value for this property is false. This option works only when EmbedTrueTypeFonts option is set To true in C++.... This option works for DOC, DOCX and RTF formats only. Examples...embedded TrueType fonts. auto doc = MakeObject < Document > ( MyDir...

    reference.aspose.com/words/cpp/aspose.words.fon...
  2. Aspose::Words::Saving::SaveOptions::get_Progres...

    Aspose::Words::Saving::SaveOptions::get_ProgressCallback method. Called during saving a Document and accepts data about saving progress in C++....saving to Docx , FlatOpc , Docm , Dotm , Dotx , Doc , Dot , Html...

    reference.aspose.com/words/cpp/aspose.words.sav...
  3. PageSetup.text_orientation property | Aspose.Wo...

    PageSetup.text_orientation property. Allows To specify [PageSetup.text_orientation](./) for the whole page...Word native formats DOCX, WML, RTF and DOC. Examples Shows how...how to set text orientation. doc = aw . Document () builder = aw...

    reference.aspose.com/words/python-net/aspose.wo...
  4. OoxmlSaveOptions.compliance property | Aspose.W...

    OoxmlSaveOptions.compliance property. Specifies the OOXML version for the output Document... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // If we configure compatibility...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. LoadFormat enumeration | Aspose.Words for Node.js

    Aspose.Words.LoadFormat enumeration. Indicates the format of the Document that is To be loaded.... Doc Microsoft Word 95 or Word 97...support loading such documents. Docx Office Open XML WordprocessingML...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. IDocumentSavingCallback Interface | Aspose.Word...

    Implement the Aspose.Words.Saving.IDocumentSavingCallback interface To create cusTom save methods for Documents, enhancing your Document management solutions....Document doc = new Document ( MyDir + "Big document.docx" ); //...OperationCanceledExc >(() => doc . Save ( ArtifactsDir + $"HtmlSaveOptions...

    reference.aspose.com/words/net/aspose.words.sav...
  7. How to calculate paragraphs in word occupy a fe...

    LayoutEnumeraTor Please provide me with a case, thanks...Document doc = new Document("path/to/your/document.docx"); // Create...layoutEnumerator = new LayoutEnumerator(doc); // Move to the first paragraph...

    forum.aspose.com/t/how-to-calculate-paragraphs-...
  8. Aspose::Words::Tables::Row::Row constructor | A...

    Aspose::Words::Tables::Row::Row construcTor. Initializes a new instance of the Row class in C++....DocumentBase > & doc ) Parameter Type Description doc const Syste...CreateNestedTable () { auto doc = MakeObject < Document > ();...

    reference.aspose.com/words/cpp/aspose.words.tab...
  9. LoadFormat | Aspose.Words for Java

    Indicates the format of the Document that is To be loaded in Java....getLoadFormat()); Document doc = new Document(getMyDir() + "Missing... Shape imageShape = (Shape) doc.getChildNodes(NodeType.SHAPE...

    reference.aspose.com/words/java/com.aspose.word...
  10. How to Remove Blank Page in Word using C#

    This tuTorial guides on how To remove blank page in Word using C#. It provides configuration details along with the steps and a runnable sample code To remove blank pages from Word Document using C#....page in Word using C# like DOCX , DOC , etc. It provides details...

    kb.aspose.com/words/net/how-to-remove-blank-pag...