Sort Score
Result 10 results
Languages All
Labels All
Results 1,501 - 1,510 of 33,753 for

new

(0.22 sec)
  1. INodeChangingCallback | Aspose.Words for Java

    Implement this interface if you want to receive notifications when nodes are inserted or removed in the document in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...HandleNodeChangingFo callback = new HandleNodeChangingFo(); doc....

    reference.aspose.com/words/java/com.aspose.word...
  2. MemoryFontSource.FontData | Aspose.Words for .NET

    Discover MemoryFontSource's FontData property for seamless binary font integration. Enhance your projects with efficient font management solutions....MemoryFontSource memoryFontSource = new MemoryFontSource ( fontBytes...Document doc = new Document (); doc . FontSettings = new FontSettings...

    reference.aspose.com/words/net/aspose.words.fon...
  3. FieldAutoText | Aspose.Words for Java

    Implements the AUTOTEXT field in Java.... Document doc = new Document(); // Create a glossary...it. doc.setGlossaryDocument(new GlossaryDocument()); BuildingBlock...

    reference.aspose.com/words/java/com.aspose.word...
  4. Code Examples|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....ByteArrayOutputStrea outputStream = new ByteArrayOutputStrea (); BarcodeGenerator...BarcodeGenerator gen = new BarcodeGenerator ( EncodeTypes . PDF_417...

    docs.aspose.com/barcode/java/barcode-generation...
  5. DigitalSignatureDetails.CertificateHolder | Asp...

    Discover the DigitalSignatureDetails CertificateHolder property to manage your document's signing certificate effortlessly. Enhance security and streamline processes!... Document doc = new Document ( MyDir + "Document...digitalSignatureDeta = new DigitalSignatureDeta ( certificateHolder , new SignOptions...

    reference.aspose.com/words/net/aspose.words.sav...
  6. MailMerge.ExecuteWithRegions | Aspose.Words for...

    Streamline your document creation with the MailMerge ExecuteWithRegions method, enabling efficient mail merges from custom data sources and regions....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...customers = new CustomerList (); customers . Add ( new Customer...

    reference.aspose.com/words/net/aspose.words.mai...
  7. SaveOptions | Aspose.Words for Java

    This is an abstract base class for classes that allow the user to specify additional options when saving a document into a particular format in Java.... Document doc = new Document(getMyDir() + "Rendering...HtmlSaveOptions saveOptions = new HtmlSaveOptions(); saveOptions...

    reference.aspose.com/words/java/com.aspose.word...
  8. Aspose.PSD for .NET 21.2 - Release Notes|Docume...

    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....PSDNET-778 LayerGroup adding new layers in inverted order Bug...ShapeOriginSettings = new [] { originalSetting , new VectorShapeOriginSet...

    docs.aspose.com/psd/net/aspose-psd-for-net-21-2...
  9. ImageWatermarkOptions | Aspose.Words for Java

    Contains options that can be specified when adding a watermark with image in Java.... Document doc = new Document(); // Modify the image...ImageWatermarkOption imageWatermarkOption = new ImageWatermarkOption(); imageWatermarkOption...

    reference.aspose.com/words/java/com.aspose.word...
  10. Font.name property | Aspose.Words for Node.js

    Font.name property. Gets or sets the name of the font....let doc = new aw . Document (); let builder = new aw . DocumentBuilder..."#0000FF" ; font . name = "Courier New" ; font . underline = aw . Underline...

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