Sort Score
Result 10 results
Languages All
Labels All
Results 7,471 - 7,480 of 89,980 for

doc format

(0.47 sec)
  1. Convert DOCM to POTX via C++ or with free Onlin...

    Export DocM to POTX in your C++ applications without using Microsoft Word of PowerPoint or online. Test free DocM to POTX online converter quickly before integrating the code....Why to Convert The DOCM file format is a Microsoft Word document...PowerPoint presentation file format. How Aspose.Total Helps for...

    products.aspose.com/total/cpp/conversion/docm-t...
  2. FieldRef class | Aspose.Words for Python

    aspose.words.fields.FieldRef class. Implements the REF field... (Inherited from Field ) format Gets a FieldFormat object that...provides typed access to field’s formatting. (Inherited from Field )...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Find and Replace in Python|Aspose.Words for Pyt...

    Find a string or regular expression pattern in your Document and replace it with the text you want using Python....speed up many typing and formatting tasks, potentially saving...with the string “James Bond” : doc = aw . Document () builder =...

    docs.aspose.com/words/python-net/find-and-replace/
  4. Convert DOTX to POWERPOINT via C++ or with free...

    Export DOTX to POWERPOINT in your C++ applications without using Microsoft Word of PowerPoint or online. Test free DOTX to POWERPOINT online converter quickly before integrating the code....file that contains a set of formatting and layout information for...file Save the document to PPTX format using Save method and set Pptx...

    products.aspose.com/total/cpp/conversion/dotx-t...
  5. Aspose::Words::Fields::FieldImport class | Aspo...

    Aspose::Words::Fields::FieldImport class. Implements the IMPORT field. To learn more, visit the Documentation article in C++.... get_Format () Gets a FieldFormat object...provides typed access to field’s formatting. get_GraphicFilter () Gets...

    reference.aspose.com/words/cpp/aspose.words.fie...
  6. FieldData Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FieldData class, your key to efficiently implementing DATA fields in Documents. Enhance your Document automation today!... Format { get; } Gets a FieldFormat...provides typed access to field’s formatting. IsDirty { get; set; } Gets...

    reference.aspose.com/words/net/aspose.words.fie...
  7. FieldOcx Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FielDocx class for seamless integration of OCX fields, enhancing Document automation and efficiency in your applications.... Format { get; } Gets a FieldFormat...provides typed access to field’s formatting. IsDirty { get; set; } Gets...

    reference.aspose.com/words/net/aspose.words.fie...
  8. Convert Word to Excel in Java|Aspose.Words for ...

    Convert XML to Excel, Word to Excel (including DocX to Excel) in Java. Save a Document in various Formats to XLSX using Java....Converting documents from one format to another is the flagship...any available load format also to XLSX format. Convert a Document...

    docs.aspose.com/words/java/convert-a-document-t...
  9. FieldAddIn Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FieldAddIn class to enhance Document automation with powerful ADDIN field capabilities. Boost your productivity today!... Format { get; } Gets a FieldFormat...provides typed access to field’s formatting. IsDirty { get; set; } Gets...

    reference.aspose.com/words/net/aspose.words.fie...
  10. Convert docx to pdf Chinese garbled - Free Supp...

    Convert Docx to pdf,Chinese garbled,English normal. code: file_name = download_file(filepath) file_name_without_ext = Path(file_name).stem file_path = base_dir / "file" / file_name new_file_name = file_name_without_…...new_file_name doc = aw.Document(str(file_path)) doc.save(str(new_file_path))...aw # Load the Word document doc = aw.Document("input.docx") #...

    forum.aspose.com/t/convert-docx-to-pdf-chinese-...