Sort Score
Result 10 results
Languages All
Labels All
Results 1,291 - 1,300 of 164,005 for

new

(0.12 sec)
  1. SmartTag.AcceptStart | Aspose.Words for .NET

    Discover the SmartTag AcceptStart method—seamlessly welcome visitors to your SmartTag experience and enhance user engagement today!...void Create () { Document doc = new Document (); // A smart tag appears...underline. SmartTag smartTag = new SmartTag ( doc ); // Smart tags...

    reference.aspose.com/words/net/aspose.words.mar...
  2. Make DOCX Using Java

    Make a New DOCX in Java in a few steps. Easily create DOCX using Java library....the following example: Make a new DOCX using Java Copy Examples...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...

    products.aspose.com/words/java/make/docx/
  3. OdtSaveOptions.Password | Aspose.Words for .NET

    Secure your documents with OdtSaveOptions Password property. Easily set or retrieve a password for robust encryption and enhanced data protection....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder..."Hello world!" ); // Create a new OdtSaveOptions, and pass either...

    reference.aspose.com/words/net/aspose.words.sav...
  4. Aspose.PSD for .NET 23.12 - 发行说明|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms.... Save ( outputFile , new PngOptions ()); } PSDNET-1454...Image . Load ( sourceFile , new PsdLoadOptions ())) { Layer layer...

    docs.aspose.com/psd/zh/net/aspose-psd-for-net-2...
  5. 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..."Hello world!" ); // Create a new OdtSaveOptions, and pass either...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. SdtType Enum | Aspose.Words for .NET

    Discover Aspose.Words.Markup.SdtType enum, defining structured document tag types for enhanced document management and streamlined workflows....doc = new Document (); StructuredDocumentTa sdt = new StructuredDocumentTa...field. DocumentBuilder builder = new DocumentBuilder ( doc ); builder...

    reference.aspose.com/words/net/aspose.words.mar...
  7. ShapeRenderer | Aspose.Words for .NET

    Discover the ShapeRenderer constructor to easily create and customize shapes in your projects, enhancing visual appeal and functionality....ShapeRenderer constructor Initializes a new instance of this class. public...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.ren...
  8. LayoutOptions.callback property | Aspose.Words ...

    LayoutOptions.callback property. Gets or sets [IPageLayoutCallback](../../ipagelayoutcallback/) implementation used by page layout model....'PageLayoutCallback' , () => { let doc = new aw . Document (); doc . builtInDocumentPrope..."My Document" ; let builder = new aw . DocumentBuilder ( doc );...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. PageLayoutCallbackArgs.event property | Aspose....

    PageLayoutCallbackArgs.event property. Gets event....'PageLayoutCallback' , () => { let doc = new aw . Document (); doc . builtInDocumentPrope..."My Document" ; let builder = new aw . DocumentBuilder ( doc );...

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

    Class to specify additional options when saving a document into the SaveFormat.MARKDOWN format in Java....throws Exception { Document doc = new Document(getMyDir() + "Rendering...MarkdownSaveOptions saveOptions = new MarkdownSaveOptions(); // If...

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