Sort Score
Result 10 results
Languages All
Labels All
Results 2,411 - 2,420 of 223,186 for

new

(0.47 sec)
  1. Hyperlink|Aspose.Slides Documentation

    Add and manage hyperlinks in Aspose.Slides for Android: link text, shapes, and images, set targets and actions for PPT, PPTX, and ODP with Java examples....Presentation presentation = new Presentation (); try { ISlide...getPortionFormat (). setHyperlinkClick ( new Hyperlink ( "https://www.aspose...

    docs.aspose.com/slides/androidjava/examples/ele...
  2. Font.highlightColor property | Aspose.Words for...

    Font.highlightColor property. Gets or sets the highlight (marker) color.... let doc = new aw . Document (); let run = new aw . Run ( doc...font ; font . name = "Courier New" ; font . size = 36 ; font ....

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Aspose.PDF Search text from PDF file using C# |...

    Document doc = New Document(inputPdfPath); var absorber = New TextFragmentAbsorber(“(713) 853-4737”); TextSearchOptions textSearchOptions = New TextSearchOptions(true); absorber.TextSearchOptions = textSearchOptions; …...Document doc = new Document(inputPdfPath); var absorber = new TextFr...TextSearchOptions textSearchOptions = new TextSearchOptions(true); absorber...

    forum.aspose.com/t/aspose-pdf-search-text-from-...
  4. Add Attachments to PDF using PHP | Aspose.PDF

    PHP sample code for adding attachments to PDF documents on any platform.... Create a new PHP project. Add a reference...$document = new Document ( $inputFile ); // Set up a new file to...

    products.aspose.com/pdf/php-java/attachments/add/
  5. Exception while saving a specific document to d...

    Office Printer_Range guide_EM.PDF (3.4 MB) Using the Aspose.PDF.Drawing 26.2.0 and the attached PDF. When trying to save the document with DocSaveOptions.DocForm.DocX and Mode DocSaveOptions.RecognitionMode.EnhancedFlo…...code to reproduce: var doc = new Pdf.Document("Office Printer_Range...guide_EM.PDF"); var docOptions = new DocSaveOptions { Format = DocSaveOptions...

    forum.aspose.com/t/exception-while-saving-a-spe...
  6. CustomDocumentProperties.AddLinkToContent | Asp...

    Discover the CustomDocumentProperties AddLinkToContent method to effortlessly create linked custom document properties for enhanced document management....AddLinkToContent method Creates a new linked to content custom document...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.pro...
  7. Font.allCaps property | Aspose.Words for Node.js

    Font.allCaps property. True if the font is formatted as all capital letters.... let doc = new aw . Document (); let para =...regular capitals: let run = new aw . Run ( doc , "all capitals"...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Font.smallCaps property | Aspose.Words for Node.js

    Font.smallCaps property. True if the font is formatted as small capital letters.... let doc = new aw . Document (); let para =...regular capitals: let run = new aw . Run ( doc , "all capitals"...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Working with Signature in PDF File|Aspose.PDF f...

    This section explains how to to extract signature information, extract image from signature, change language, and etc using PdfFileSignature class....using ( var pdfFileSignature = new Aspose . Pdf . Facades . PdfFileSignature...) { using ( FileStream fs = new FileStream ( dataDir + "extracted_cert...

    docs.aspose.com/pdf/net/working-with-signature-...
  10. Slide Transition|Aspose.Slides Documentation

    Master slide transitions in Aspose.Slides for .NET: add, customize, and sequence effects and durations with C# examples for PPT, PPTX, and ODP presentations....() { using var presentation = new Presentation (); var slide =...() { using var presentation = new Presentation (); var slide =...

    docs.aspose.com/slides/net/examples/elements/sl...