Sort Score
Result 10 results
Languages All
Labels All
Results 9,901 - 9,910 of 157,067 for

doc

(0.12 sec)
  1. FieldMacroButton.DisplayText | Aspose.Words for...

    Discover how to customize the FieldMacroButton DisplayText property for enhanced macro execution. Set the perfect button text for seamless user commands!... Document doc = new Document ( MyDir + "Macro...DocumentBuilder ( doc ); Assert . IsTrue ( doc . HasMacros ); //...

    reference.aspose.com/words/net/aspose.words.fie...
  2. OdsoRecipientData.Clone | Aspose.Words for .NET

    Effortlessly create a deep clone of your OdsoRecipientData object with our Clone method. Enhance your data management with ease and efficiency!... Document doc = new Document ( MyDir + "Odso...OdsoRecipientDataCol dataCollection = doc . MailMergeSettings . Odso ....

    reference.aspose.com/words/net/aspose.words.set...
  3. Metered.IsMeteredLicensed | Aspose.Words for .NET

    Discover if your metered method is licensed with IsMetered. Ensure compliance and unlock the benefits of licensed services today!...Document doc = new Document ( MyDir + "Document.docx" ); doc . Save...

    reference.aspose.com/words/net/aspose.words/met...
  4. Aspose::Words::Loading::LoadOptions::get_MswVer...

    Aspose::Words::Loading::LoadOptions::get_MswVersion method. Allows to specify that the Document loading process should match a specific MS Word version. Default value is Word2019 in C++....MsWordVersion :: Word2007 ); auto doc = MakeObject < Document > ( MyDir...specification. ASSERT_NEAR ( 12.95 , doc -> get_Styles () -> get_DefaultParagraphForm...

    reference.aspose.com/words/cpp/aspose.words.loa...
  5. DocSaveOptions.SavePictureBullet | Aspose.Words...

    Discover how the DocSaveOptions SavePictureBullet property enhances your Document output. Control PictureBullet data saving effortlessly for optimal results.... Document doc = new Document ( MyDir + "Image...SaveFormat . Doc ); saveOptions . SavePictureBullet = false ; doc . Save...

    reference.aspose.com/words/net/aspose.words.sav...
  6. BuildingBlockCollection | Aspose.Words for Java

    A collection of BuildingBlock objects in the Document in Java....throws Exception { Document doc = new Document(); GlossaryDocument...getBuildingBlocks().getCount(), 5); doc.setGlossaryDocument(glossaryDoc);...

    reference.aspose.com/words/java/com.aspose.word...
  7. MetafileRenderingOptions.use_gdi_raster_operati...

    MetafileRenderingOptions.use_gdi_raster_operations_emulation property. Gets or sets a value determining whether or not to use the GDI+ for raster operations emulation.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . insert_image (...

    reference.aspose.com/words/python-net/aspose.wo...
  8. FieldDate.UseSakaEraCalendar | Aspose.Words for...

    Discover how FieldDate enhances your projects with Saka Era calendar support. Easily set or adjust your date formats for seamless integration.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // If we want the text in...

    reference.aspose.com/words/net/aspose.words.fie...
  9. FieldDate.UseLastFormat | Aspose.Words for .NET

    Discover how the FieldDate UseLastFormat property enhances your workflow by retaining the last used date format for seamless integration in your applications.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // If we want the text in...

    reference.aspose.com/words/net/aspose.words.fie...
  10. WebExtensionReference | Aspose.Words for Java

    Represents the reference to a web extension in Java.... Document doc = new Document(); // Create task...myScriptTaskPane = new TaskPane(); doc.getWebExtensionTaskP().add(myScriptTaskPane);...

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