Sort Score
Result 10 results
Languages All
Labels All
Results 551 - 560 of 18,357 for

docx

(0.07 sec)
  1. FileFormatInfo.has_digital_signature property |...

    FileFormatInfo.has_digital_signature property. Returns ``True`` if this document contains a digital signature...docx' ) self . assertEqual ( '.docx' , aw . FileFormatUtil...src_file_name = MY_DIR + 'Document.docx' , dst_file_name = ARTIFACTS_DIR...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Aspose::Words::Fields::Field::Remove method | A...

    Aspose::Words::Fields::Field::Remove method. Removes the field from the document. Returns a node right after the field. If the field's end is the last child of its parent node, returns its parent paragraph. If the field is already removed, returns null in C++....docx format. auto doc = MakeObject...+ u "Field sample - PRIVATE.docx" ); // WordPerfect 5.x/6.x documents...

    reference.aspose.com/words/cpp/aspose.words.fie...
  3. Markdown to Image in Python – Markdown to JPG, ...

    Convert Markdown to Images using Aspose.HTML Python library. Consider Markdown to JPG, PNG, BMP, GIF, and TIFF conversion scenarios in Python examples....'GIF' 'PNG' 'TIFF' 'PDF' 'XPS' 'DOCX'}} document = Converter.con...{{/if_output}} {{#if_output 'DOCX'}} options = DocSaveOptions()...

    docs.aspose.com/html/python-net/convert-markdow...
  4. LoadOptions.UpdateDirtyFields | Aspose.Words fo...

    Discover how the LoadOptions UpdateDirtyFields property enhances data integrity by selectively updating fields marked as dirty for optimal performance.... Docx ); // The LoadOptions object...

    reference.aspose.com/words/net/aspose.words.loa...
  5. SaveOptions.temp_folder property | Aspose.Words...

    SaveOptions.temp_folder property. Specifies the folder for temporary files used when saving to a DOC or Docx file...used when saving to a DOC or DOCX file. By default this property...file_name = MY_DIR + 'Rendering.docx' ) # When we save a document...

    reference.aspose.com/words/python-net/aspose.wo...
  6. FieldMergeBarcode.DisplayText | Aspose.Words fo...

    Control barcode text display with FieldMergeBarcode's DisplayText property. Enhance readability and functionality in your applications effortlessly....docx" ); See Also class FieldMergeBarcode...

    reference.aspose.com/words/net/aspose.words.fie...
  7. Aspose::Words::Tables::Row::Row constructor | A...

    Aspose::Words::Tables::Row::Row constructor. Initializes a new instance of the Row class in C++....docx" ); } static SharedPtr < Table...for ISO / IEC 29500 compliant .docx documents (see the OoxmlCompliance...

    reference.aspose.com/words/cpp/aspose.words.tab...
  8. EmbeddedFontFormat | Aspose.Words for Java

    Specifies format of particular embedded font inside FontInfo object in Java....docx"); FontInfo embeddedFont = doc...Office XML format, including DOCX files. length public static...

    reference.aspose.com/words/java/com.aspose.word...
  9. NUMPAGES in TextBox in Table is not updated - F...

    Hi, I created document with section from other file. This section contains IF field with Textbox in Table in result. Probably this is similar situation to https://forum.aspose.com/t/numpages-in-textbox-is-not-updated/2…...docx"); var importedSection = (Section)document...Save(@"Test.docx"); Header3.docx (19.7 KB) Test.docx (26.3 KB)...

    forum.aspose.com/t/numpages-in-textbox-in-table...
  10. 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++....set_SaveFormat ( SaveFormat :: Docx ); doc -> Save ( ArtifactsDir..."OoxmlSaveOptions.Iso29500Strict.docx" , saveOptions ); // Our saved...

    reference.aspose.com/words/cpp/aspose.words.set...