Sort Score
Result 10 results
Languages All
Labels All
Results 3,501 - 3,510 of 81,336 for

doc format

(0.19 sec)
  1. TxtSaveOptions class | Aspose.Words for Python

    aspose.words.saving.TxtSaveOptions class. Can be used to specify additional options when saving a Document into the [SaveFormat.TEXT](../../aspose.words/saveFormat/#TEXT) Format...TEXT format. To learn more, visit the Specify...when exporting in plain text format. allow_embedding_post_script_fonts...

    reference.aspose.com/words/python-net/aspose.wo...
  2. ShadowFormat.clear method | Aspose.Words for Py...

    ShadowFormat.clear method. Clears shadow Format....method clear() Clears shadow format. def clear ( self ): ... Examples...work with a shadow formatting for the shape. doc = aw . Document...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Working with Images in Python|Aspose.Words for ...

    Create and manage images of various Formats in a Document using Python....metafile format. All other images will be stored in PNG format. The...cursor position into a document: doc = aw . Document () builder =...

    docs.aspose.com/words/python-net/working-with-i...
  4. ImageSaveOptions.use_gdi_emf_renderer property ...

    ImageSaveOptions.use_gdi_emf_renderer property. Gets or sets a value determining whether to use GDI+ or Aspose.Words metafile renderer when saving to EMF....written directly to the metafile format with Aspose.Words. Has effect...converting a document to .emf. doc = aw . Document () builder =...

    reference.aspose.com/words/python-net/aspose.wo...
  5. ImageSaveOptions.jpeg_quality property | Aspose...

    ImageSaveOptions.jpeg_quality property. Gets or sets a value determining the quality of the generated JPEG images....images when saving in JPEG format. The value may vary from 0...saving a document as a JPEG. doc = aw . Document () builder =...

    reference.aspose.com/words/python-net/aspose.wo...
  6. FieldDate.use_last_format property | Aspose.Wor...

    FieldDate.use_last_Format property. Gets or sets whether to use a Format last used by the hosting application when inserting a new DATE field....use_last_format property FieldDate.use_last_format property Gets...Gets or sets whether to use a format last used by the hosting application...

    reference.aspose.com/words/python-net/aspose.wo...
  7. FootnoteSeparatorType enumeration | Aspose.Word...

    aspose.words.notes.FootnoteSeparatorType enumeration. Specifies the type of the footnote/endnote separator.... doc = aw . Document ( file_name =...docx' ) endnote_separator = doc . footnote_separators . get_...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Create New Document in Apache POI and Aspose.Wo...

    Create a new Document easily and fast instead of using Apache POI.... class ); Document doc = new Document (); // DocumentBuilder...builder = new DocumentBuilder ( doc ); // Write a new paragraph in...

    docs.aspose.com/words/java/create-new-document-...
  9. SaveOptions.UpdateLastSavedTimeProperty | Aspos...

    Optimize your SaveOptions with the UpdateLastSavedTimeProperty. Control LastSavedTime updates for efficient data management and enhanced performance.... Document doc = new Document ( MyDir + "Document..."Document.docx" ); Assert . That ( doc . BuiltInDocumentPrope . LastSavedTime...

    reference.aspose.com/words/net/aspose.words.sav...
  10. OdtSaveOptions.password property | Aspose.Words...

    OdtSaveOptions.password property. Gets or sets a password to encrypt Document.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); builder . writeln ( "Hello...

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