Sort Score
Result 10 results
Languages All
Labels All
Results 611 - 620 of 22,377 for

docx

(0.04 sec)
  1. Document constructor | Aspose.Words for Python

    aspose.words.Document constructor...docx' ) # Loaded documents will have...file_name = MY_DIR + 'Encrypted.docx' , load_options = aw . loading...

    reference.aspose.com/words/python-net/aspose.wo...
  2. ExportHeadersFootersMode Enum | Aspose.Words fo...

    Discover the Aspose.Words ExportHeadersFootersMode enum for seamless HTML, MHTML, or EPUB header and footer exports. Optimize your document conversion today!...docx" ); // This document contains...when we open the document as a .docx using Microsoft Word. // If...

    reference.aspose.com/words/net/aspose.words.sav...
  3. LoadOptions.preserve_include_picture_field prop...

    LoadOptions.preserve_include_picture_field property. Gets or sets whether to preserve the INCLUDEPICTURE field when reading Microsoft Word formats... DOCX )) # We can set a flag in a...'Field.PreserveIncludePictu.docx' ) else : self . assertFalse...

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

    OoxmlSaveOptions.save_format property. Specifies the format in which the document will be saved if this save options object is used...DOCX , SaveFormat.DOCM , SaveFormat...save_format = aw . SaveFormat . DOCX doc . save ( file_name = ARTIFACTS_DIR...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Aspose::Words::Drawing::ShapeMarkupLanguage enu...

    Aspose::Words::Drawing::ShapeMarkupLanguage enum. Specifies Markup language used for the shape in C++....set_SaveFormat ( SaveFormat :: Docx ); doc -> Save ( ArtifactsDir..."OoxmlSaveOptions.Iso29500Strict.docx" , saveOptions ); // Our saved...

    reference.aspose.com/words/cpp/aspose.words.dra...
  6. SaveFormat enumeration | Aspose.Words for Node.js

    Aspose.Words.SaveFormat enumeration. Indicates the format in which the document is saved.... Docx Saves the document as an Office...Examples Shows how to convert from DOCX to HTML format. const doc =...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. JsonDataSource | Aspose.Words for Java

    Provides access to data of a JSON file or stream to be used within a report in Java....docx"); JsonDataLoadOptions options..."ReportingEngine.JsonDataString.docx"); Constructors Constructor...

    reference.aspose.com/words/java/com.aspose.word...
  8. FontInfoCollection.EmbedSystemFonts | Aspose.Wo...

    Discover how the FontInfoCollection EmbedSystemFonts property enhances your documents by embedding system fonts. Learn its default value and benefits!... This option works for DOC, DOCX and RTF formats only. Examples...Document ( MyDir + "Document.docx" ); FontInfoCollection fontInfos...

    reference.aspose.com/words/net/aspose.words.fon...
  9. Document.OriginalFileName | Aspose.Words for .NET

    Retrieve the original file name of your document effortlessly with the Document OriginalFileName property. Enhance your workflow and organization today!...docx" ); Assert . AreEqual ( MyDir + "Document.docx" , doc...Assert . AreEqual ( LoadFormat . Docx , doc . OriginalLoadFormat );...

    reference.aspose.com/words/net/aspose.words/doc...
  10. Document.original_file_name property | Aspose.W...

    Document.original_file_name property. Gets the original file name of the document....docx' ) self . assertEqual ( MY_DIR + 'Document.docx' , doc...assertEqual ( aw . LoadFormat . DOCX , doc . original_load_format...

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