Sort Score
Result 10 results
Languages All
Labels All
Results 981 - 990 of 199,947 for

new

(0.06 sec)
  1. Add Image stamps in PDF programmatically|Aspose...

    Add the Image Stamp in your PDF document using ImageStamp class with the Aspose.PDF for PHP via Java library....// Open document $document = new Document ( $inputFile ); $pages...Create image stamp $imageStamp = new ImageStamp ( $inputImageFile...

    docs.aspose.com/pdf/php-java/image-stamps-in-pd...
  2. Add Arc Object to PDF file|Aspose.PDF for .NET

    This article explains how to create a arc object to your PDF using Aspose.PDF for .NET....document using ( var document = new Aspose . Pdf . Document ()) {...certain dimensions var graph = new Aspose . Pdf . Drawing . Graph...

    docs.aspose.com/pdf/net/add-arc/
  3. PowerPoint Math Equations|Aspose.Slides Documen...

    PowerPoint Math Equations, PowerPoint Math Symbols, PowerPoint Formula, PowerPoint Math Text... Create new math expressions or edit previously...mathematical text: Presentation pres = new Presentation (); try { IAutoShape...

    docs.aspose.com/slides/androidjava/powerpoint-m...
  4. Font.Subscript | Aspose.Words for .NET

    Discover the Font Subscript property. Easily format text as subscript for enhanced readability and style in your documents. Boost your design today!... Document doc = new Document (); Paragraph para =...above the baseline. Run run = new Run ( doc , "Raised text. " );...

    reference.aspose.com/words/net/aspose.words/fon...
  5. Aspose.PSD for .NET 25.6 - 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.... Load ( sourceFile , new PsdLoadOptions ())) { psdImage...psdImage . Save ( outFile , new PngOptions () { ColorType = PngColorType...

    docs.aspose.com/psd/net/aspose-psd-for-net-25-6...
  6. IReplacingCallback class | Aspose.Words for Nod...

    Aspose.Words.Replacing.IReplacingCallback class. Implement this interface if you want to have your own custom method called during a find and replace operation....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...builder . writeln ( "Our new location in New York City is opening...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. OptionButtonControl | Aspose.Words for Java

    The OptionButton control enables a single choice in a limited set of mutually exclusive choices in Java.... Document doc = new Document(getMyDir() + "Radio...ActiveX control. Document doc = new Document(getMyDir() + "ActiveX...

    reference.aspose.com/words/java/com.aspose.word...
  8. How to add Smart Card signature to PDF|Aspose.P...

    Aspose.PDF for .NET allows you to sign PDF documents from a smart card using signature field....document stream using ( var fs = new FileStream ( dataDir + "blank...stream using ( var document = new Aspose . Pdf . Document ( fs...

    docs.aspose.com/pdf/net/sign-pdf-document-from-...
  9. FieldArgumentBuilder.AddText | Aspose.Words for...

    Enhance your arguments with the FieldArgumentBuilder AddText method. Effortlessly add plain text for improved clarity and functionality.... Document doc = new Document (); // Below are three...symbol. FieldBuilder builder = new FieldBuilder ( FieldType . FieldSymbol...

    reference.aspose.com/words/net/aspose.words.fie...
  10. 从流中打开电子表格文档|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....( stream , true ); // Add a new worksheet. WorksheetPart newWorksheetPart...newWorksheetPart . Worksheet = new Worksheet ( new SheetData ()); newWorksheetPart...

    docs.aspose.com/cells/zh/net/open-a-spreadsheet...