Sort Score
Result 10 results
Languages All
Labels All
Results 2,941 - 2,950 of 349,303 for

document

(0.08 sec)
  1. Aspose::Words::Saving::ColorMode enum | Aspose....

    Aspose::Words::Saving::ColorMode enum. Specifies how colors are rendered in C++.... auto doc = MakeObject < Document > ( MyDir + u "Images.docx"...object that we can pass to the document's "Save" method // to modify...

    reference.aspose.com/words/cpp/aspose.words.sav...
  2. SaveOptions.updateCreatedTimeProperty property ...

    SaveOptions.updateCreatedTimeProperty property. Gets or sets a value determining whether the [BuiltInDocumentProperties.createdTime](../../../aspose.words.properties/builtinDocumentproperties/createdTime/) property is updated before saving...Examples Shows how to update a document’s “CreatedTime” property when...saving. let doc = new aw . Document (); doc . builtInDocumentPrope...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. RtfLoadOptions.recognizeUtf8Text property | Asp...

    RtfLoadOptions.recognizeUtf8Text property. When set to ``true``, will try to detect UTF8 characters, they will be preserved during import....characters while loading an RTF document. // Create an "RtfLoadOptions"...modify how we load an RTF document. let loadOptions = new aw...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. ParagraphFormat.bidi property | Aspose.Words fo...

    ParagraphFormat.bidi property. Gets or sets whether this is a right-to-left paragraph....Shows how to detect plaintext document text direction. // Create...object, which we can pass to a document's constructor // to modify...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. StyleCollection.default_font property | Aspose....

    StyleCollection.default_font property. Gets Document default text formatting....default_font property Gets document default text formatting. @property...Font : ... Remarks Note that document-wide defaults were introduced...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Aspose::Words::Saving::OdtSaveOptions::get_Meas...

    Aspose::Words::Saving::OdtSaveOptions::get_MeasureUnit method. Allows to specify units of measure to apply to Document content. The default value is Centimeters in C++....units of measure to apply to document content. The default value...saved ODT document. auto doc = MakeObject < Document > ( MyDir...

    reference.aspose.com/words/cpp/aspose.words.sav...
  7. Delete Bookmarks|Aspose.Words for Java

    Delete bookmarks from a Document easily and fast instead of using docx4j.... Java Document doc = new Document ( dataDir + "Aspose_Bookmark...true)); org . docx4j . wml . Document wmlDocumentEl = ( org . docx4j...

    docs.aspose.com/words/java/delete-bookmarks/
  8. ViewOptions.display_background_shape property |...

    ViewOptions.display_background_shape property. Controls display of the background shape in print layout view....Shows how to hide/display document background images in view...HTML string to create a new document with a flat background color...

    reference.aspose.com/words/python-net/aspose.wo...
  9. PdfDigitalSignatureDetails.location property | ...

    PdfDigitalSignatureDetails.location property. Gets or sets the location of the signing....generated PDF document. let doc = new aw . Document (); let builder...object that we can pass to the document's "Save" method // to modify...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. StyleCollection | Aspose.Words for Java

    A collection of Style objects that represent both the built-in and user-defined styles in a Document in Java....and user-defined styles in a document. To learn more, visit the...with Styles and Themes documentation article. Examples: Shows...

    reference.aspose.com/words/java/com.aspose.word...