Sort Score
Result 10 results
Languages All
Labels All
Results 371 - 380 of 9,616 for

docx to doc

(0.14 sec)
  1. FieldMergeBarcode.FixCheckDigit | Aspose.Words ...

    Optimize your FieldMergeBarcode with the FixCheckDigit property To ensure accurate check digit validation and enhance data integrity effortlessly.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Insert a MERGEBARCODE field...

    reference.aspose.com/words/net/aspose.words.fie...
  2. FileFormatUtil.ContentTypeToLoadFormat | Aspose...

    Transform IANA content types inTo load format values effortlessly with the FileFormatUtil ContentTypeToLoadFormat method. Simplify your file handling Today!... Doc , FileFormatUtil . ContentTypeToLoadFor...Assert . AreEqual ( SaveFormat . Doc , FileFormatUtil . ContentTypeToSaveFor...

    reference.aspose.com/words/net/aspose.words/fil...
  3. Field.update method | Aspose.Words for Python

    aspose.words.fields.Field.update method... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) # Use a document builder to insert...

    reference.aspose.com/words/python-net/aspose.wo...
  4. LoadOptions.PreserveIncludePictureField | Aspos...

    Control the INCLUDEPICTURE field in Microsoft Word formats with LoadOptions PreserveIncludePictureField. Easily manage Document formatting for optimal results.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); FieldIncludePicture includePicture...

    reference.aspose.com/words/net/aspose.words.loa...
  5. Aspose::Words::Document::get_OriginalFileName m...

    Aspose::Words::Document::get_OriginalFileName method. Gets the original file name of the Document in C++.... auto doc = MakeObject < Document > ( MyDir..."Document.docx" ); ASSERT_EQ ( MyDir + u "Document.docx" , doc -> ...

    reference.aspose.com/words/cpp/aspose.words/doc...
  6. RtfSaveOptions | Aspose.Words for Java

    Can be used To specify additional options when saving a Document inTo the SaveFormat.RTF format in Java....Document doc = new Document(getMyDir() + "Rendering.docx"); // Create...setExportImagesForOl(exportImagesForOldRe); doc.save(getArtifactsDir() + "RtfSaveOptions...

    reference.aspose.com/words/java/com.aspose.word...
  7. Aspose::Words::Tables::Cell::Cell constructor |...

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

    reference.aspose.com/words/cpp/aspose.words.tab...
  8. Aspose::Words::Saving::SaveOptions::get_AllowEm...

    Aspose::Words::Saving::SaveOptions::get_AllowEmbeddingPostScriptFonts method. Gets or sets a boolean value indicating whether To allow embedding fonts with PostScript outlines when embedding TrueType fonts in a Document upon it is saved. The default value is false in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); builder -> get_Font () ->...

    reference.aspose.com/words/cpp/aspose.words.sav...
  9. Aspose::Words::Settings::CompatibilityOptions::...

    Aspose::Words::Settings::CompatibilityOptions::OptimizeFor method. Allows To optimize the Document contents as well as default Aspose.Words behavior To a particular versions of MS Word. Use this method To prevent MS Word from displaying "Compatibility mode" ribbon upon Document loading. (Note that you may also need To set the Compliance property To Iso29500_2008_Transitional or higher.) in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); // If we configure compatibility...

    reference.aspose.com/words/cpp/aspose.words.set...
  10. CsvDataSource | Aspose.Words for Java

    Provides access To data of a CSV file or stream To be used within a report in Java....template syntax reference( https://docs.aspose.com/display/wordsjava/Template+Syntax)...data source (string). Document doc = new Document(getMyDir() + "Reporting...

    reference.aspose.com/words/java/com.aspose.word...