Sort Score
Result 10 results
Languages All
Labels All
Results 351 - 360 of 33,712 for

new

(0.07 sec)
  1. TextWatermarkOptions | Aspose.Words for Java

    Contains options that can be specified when adding a watermark with text in Java.... Document doc = new Document(); // Add a plain text...TextWatermarkOptions textWatermarkOptions = new TextWatermarkOptions(); textWatermarkOptions...

    reference.aspose.com/words/java/com.aspose.word...
  2. Common conversion options

    Describes options common for convertions of Microsoft Project MPP file to PDF, TIFF, PNG, SVG, HTML formats....Support Blog Knowledge Base New Releases Status Websites aspose...Support Blog Knowledge Base New Releases Status Websites aspose...

    docs.aspose.com/tasks/net/common-conversions-op...
  3. SdtListItem class | Aspose.Words for Node.js

    Aspose.Words.Markup.SdtListItem class. This element specifies a single list item within a parent [SdtType.ComboBox](../sdttype/#ComboBox) or [SdtType.DropDownList](../sdttype/#DropDownList) structured document tag...SdtListItem(displayText, value) Initializes a new instance of this class. SdtListItem(value)...SdtListItem(value) Initializes a new instance of this class. Properties...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. MergeFieldImageDimension Class | Aspose.Words f...

    Discover the Aspose.Words.Fields.MergeFieldImageDimension class for precise image sizing in mail merges. Enhance your document automation today!...MergeFieldImageDimen () { Document doc = new Document (); // Insert a MERGEFIELD...merge. DocumentBuilder builder = new DocumentBuilder ( doc ); FieldMergeField...

    reference.aspose.com/words/net/aspose.words.fie...
  5. FieldMacroButton | Aspose.Words for Java

    Implements the MACROBUTTON field in Java.... Document doc = new Document(getMyDir() + "Macro...docm"); DocumentBuilder builder = new DocumentBuilder(doc); Assert...

    reference.aspose.com/words/java/com.aspose.word...
  6. Image|Aspose.Slides Documentation

    Add image to PowerPoint slide or presentation in C# or .NET...using ( Presentation pres = new Presentation ()) { ISlide slide...using ( Presentation pres = new Presentation ()) { ISlide slide...

    docs.aspose.com/slides/net/image/
  7. TxtSaveOptionsBase | Aspose.Words for Java

    The base class for specifying additional options when saving a document into a text based formats in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...TxtSaveOptions txtSaveOptions = new TxtSaveOptions(); Assert.ass...

    reference.aspose.com/words/java/com.aspose.word...
  8. Aspose.PSD for .NET 23.7 - 发布说明|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....Timeline ; Frame [] frames = new Frame [ framesCount ]; for (...[ i ] = new Frame (); LayerState [] layerStates = new LayerState...

    docs.aspose.com/psd/zh/net/aspose-psd-for-net-2...
  9. VbaModuleCollection | Aspose.Words for Java

    Represents a collection of VbaModule objects in Java.... Document doc = new Document(getMyDir() + "VBA project...getSourceCode())); } // Set new source code for VBA module. You...

    reference.aspose.com/words/java/com.aspose.word...
  10. Manage Blob|Aspose.Slides Documentation

    Add blob to PowerPoint presentation in C# or .NET. Export blob. Add Image as blob...avi" ; // Creates a new presentation to which the video...using ( Presentation pres = new Presentation ()) { using ( FileStream...

    docs.aspose.com/slides/net/manage-blob/