Sort Score
Result 10 results
Languages All
Labels All
Results 5,801 - 5,810 of 423,823 for

document

(0.11 sec)
  1. Aspose::Words::Loading::LoadOptions::get_TempFo...

    Aspose::Words::Loading::LoadOptions::get_TempFolder method. Allows to use temporary files when reading Document. By default this property is null and no temporary files are used in C++....temporary files when reading document. By default this property...Examples Shows how to load a document using temporary files. //...

    reference.aspose.com/words/cpp/aspose.words.loa...
  2. HtmlSaveOptions.save_format property | Aspose.W...

    HtmlSaveOptions.save_format property. Specifies the format in which the Document will be saved if this save options object is used...Specifies the format in which the document will be saved if this save...when saving a document to .epub. doc = aw . Document ( file_name...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Aspose::Words::DigitalSignatures::DigitalSignat...

    Aspose::Words::DigitalSignatures::DigitalSignatureUtil::RemoveAllSignatures method. Removes all digital signatures from Document in source stream and writes unsigned Document to destination stream. Output will be written to the start of stream and stream size will be updated with content length.The following formats are compatible for digital signature removal: Doc, Dot, Docx, Dotx, Docm, Dotm, Odt, Ott in C++....from document in source stream and writes unsigned document to...signatures from a digitally signed document. // There are two ways of...

    reference.aspose.com/words/cpp/aspose.words.dig...
  4. Aspose::Words::StyleCollection::idx_get method ...

    Aspose::Words::StyleCollection::idx_get method. Gets a built-in style by its locale independent identifier in C++....Shows how to add a Style to a document’s styles collection. auto...MakeObject < Aspose :: Words :: Document > (); System :: SharedPtr...

    reference.aspose.com/words/cpp/aspose.words/sty...
  5. Aspose::Words::Saving::OoxmlSaveOptions::get_Co...

    Aspose::Words::Saving::OoxmlSaveOptions::get_CompressionLevel method. Specifies the compression level used to save Document. The default value is Normal in C++....compression level used to save document. The default value is Normal...use while saving an OOXML document. auto doc = System :: MakeObject...

    reference.aspose.com/words/cpp/aspose.words.sav...
  6. SaveOptions.updateLastSavedTimeProperty propert...

    SaveOptions.updateLastSavedTimeProperty property. Gets or sets a value determining whether the [BuiltInDocumentProperties.lastSavedTime](../../../aspose.words.properties/builtinDocumentproperties/lastSavedTime/) property is updated before saving....determine whether to preserve the document’s “Last saved time” property...doc = new aw . Document ( base . myDir + "Document.docx" ); expect...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Working with Form Fields in Python|Aspose.Words...

    Insert, obtain, or format a form field in a Document using Python....format form fields in a Word document using Aspose.Words for Python...applying font formatting. A document that contains fill-in blanks...

    docs.aspose.com/words/python-net/working-with-f...
  8. ImportFormatOptions.resolve_theme_colors proper...

    ImportFormatOptions.resolve_theme_colors property. Gets or sets a boolean value that specifies whether to resolve theme colors of the shapes forcibly...ones they had in the original document. The reason for this is the...the source and destination documents. Setting this option to True...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Differentiation between Comments and Reference ...

    Hello Everyone and @alexey.noskov, In my Java code I remove comments from my Document. When converting word to PDF using Aspose.words: com.aspose.words.NodeCollection comments = (com.aspose.words.NodeCollection)doc.ge…...I remove comments from my document. When converting word to PDF...PageCollection pageCollection = document.getPages(); int index; PdfAnnotationEditor...

    forum.aspose.com/t/differentiation-between-comm...
  10. NodeType enumeration | Aspose.Words for Node.js

    Aspose.Words.NodeType enumeration. Specifies the type of a Word Document node....Specifies the type of a Word document node. Members Name Description...select all children. Document A Document object that, as the root...

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