Sort Score
Result 10 results
Languages All
Labels All
Results 121 - 130 of 37,395 for

new

(0.07 sec)
  1. IFieldUpdateCultureProvider | Aspose.Words for ...

    When implemented provides a CultureInfo object that should be used during the update of a particular field in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...getFieldOptions().setFieldUpdateCultur(new FieldUpdateCulturePr()); FieldTime...

    reference.aspose.com/words/java/com.aspose.word...
  2. Font Replacement - PowerPoint Java API|Aspose.S...

    Learn how to replace fonts using the explicit replacement method in PowerPoint using the Java API....font will be replaced by the new font. Aspose.Slides allows you...that will be replaced. Load the new font. Replace the font. Write...

    docs.aspose.com/slides/androidjava/font-replace...
  3. VbaModuleType Enum | Aspose.Words for .NET

    Discover the Aspose.Words.Vba.VbaModuleType enum, defining model types in VBA projects for enhanced automation and streamlined document management....for a new object. Each instance of a class creates a new object...Document doc = new Document (); // Create a new VBA project. VbaProject...

    reference.aspose.com/words/net/aspose.words.vba...
  4. WatermarkArtifact API not working on given PDF ...

    Hi , For given attached PDF the watermark code is not working. No error displayed but watermark is missing. using (Aspose.Pdf.Document pdfDocument = New Aspose.Pdf.Document(fileStream)) …...Document pdfDocument = new Aspose.Pdf.Document(fileStream))...WatermarkArtifact artifact = new WatermarkArtifact() { ArtifactVerticalAlig...

    forum.aspose.com/t/watermarkartifact-api-not-wo...
  5. ImageSaveOptions | Aspose.Words for Java

    Allows to specify additional options when rendering document pages or shapes to images in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...builder.getFont().setName("Times New Roman"); builder.getFont().setSize(24...

    reference.aspose.com/words/java/com.aspose.word...
  6. Images conversion without borders - Free Suppor...

    Hello, when i try to convert images (Photoshop, tiff, jpg, bmp, etc) into PDF, i obtain some black borders in pdf pages. How can i use all pdf page to occupy entire page space for image? (see attached image originale and…...MemoryStream oMTempStream = new MemoryStream(); Aspose.Imaging...ImageOptions.PngOptions OptionsI = new Aspose.Imaging.ImageOptions.PngOptions();...

    forum.aspose.com/t/images-conversion-without-bo...
  7. Document.Save | Aspose.Words for .NET

    Effortlessly save your documents with our smart save method, automatically selecting the right format based on the file extension for seamless storage.... Document doc = new Document ( MyDir + "Document...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...

    reference.aspose.com/words/net/aspose.words/doc...
  8. Aspose.PSD for .NET 21.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.... Load ( src , new PsdLoadOptions () { ReadOnlyMode...PsdImage ) Image . Load ( srcFile , new PsdLoadOptions () { LoadEffectsResource...

    docs.aspose.com/psd/zh/net/aspose-psd-for-net-2...
  9. PageRange | Aspose.Words for .NET

    Create customized page ranges effortlessly with our PageRange constructor. Enhance your document management with precision and flexibility....PageRange constructor Creates a new page range object. public PageRange...page ranges. Document doc = new Document ( MyDir + "Images.docx"...

    reference.aspose.com/words/net/aspose.words.sav...
  10. PageSet | Aspose.Words for Java

    Describes a random set of pages in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);... ImageSaveOptions options = new ImageSaveOptions(SaveFormat.JPEG);...

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