Sort Score
Result 10 results
Languages All
Labels All
Results 3,181 - 3,190 of 213,057 for

new

(0.23 sec)
  1. Compress TIFF In Javascript

    Compress TIFF in JavaScript without losing quality. Optimize TIFF content, reduce file size easily....); var doc = new aw.Document() var builder = new aw.DocumentBuilder(doc)..."Input.tiff" ) var saveOptions = new aw.Saving.ImageSaveOptions(aw...

    products.aspose.com/words/nodejs-net/compress/t...
  2. Aspose::Words::Layout::LayoutEnumerator::Layout...

    Aspose::Words::Layout::LayoutEnumerator::LayoutEnumerator constructor. Initializes New instance of this class in C++....tor constructor Initializes new instance of this class. Aspose...updated and new page layout model is created, a new enumerator...

    reference.aspose.com/words/cpp/aspose.words.lay...
  3. StyleCollection.DefaultParagraphFormat | Aspose...

    Discover the StyleCollection DefaultParagraphFormat property to easily access and customize your document's default paragraph formatting for enhanced readability.... Document doc = new Document (); StyleCollection...// Set default parameters for new styles that we may later add...

    reference.aspose.com/words/net/aspose.words/sty...
  4. FindReplaceOptions.LegacyMode | Aspose.Words fo...

    Discover the FindReplaceOptions LegacyMode property to easily toggle the classic find/replace algorithm for enhanced functionality and seamless user experience....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...money to Paul." ); Regex regex = new Regex ( @"([A-z]+) gave money...

    reference.aspose.com/words/net/aspose.words.rep...
  5. ChartDataPoint.Marker | Aspose.Words for .NET

    Discover the ChartDataPoint Marker property to enhance your charts with customizable data markers for clearer insights and impactful visualizations....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...Series 1" , new [] { 0.7 , 1.8 , 2.6 , 3.9 }, new [] { 2.7 , 3...

    reference.aspose.com/words/net/aspose.words.dra...
  6. Extract Text From All the Pages of a PDF Docume...

    Discover how to extract text from all pages of a PDF document in PHP using Aspose.PDF for text analysis....Open the target document $pdf = new Document ( $dataDir . 'input1...extract text $text_absorber = new TextAbsorber (); # accept the...

    docs.aspose.com/pdf/java/extract-text-from-all-...
  7. DocumentBuilder.CurrentStructuredDocumentTag | ...

    Discover the CurrentStructuredDocumentTag property in DocumentBuilder. Easily access the selected structured document tag for efficient document management.... Document doc = new Document ( MyDir + "Structured...); DocumentBuilder builder = new DocumentBuilder ( doc ); // There...

    reference.aspose.com/words/net/aspose.words/doc...
  8. SmartArt|Aspose.Slides Documentation

    Build and edit SmartArt in C# with Aspose.Slides: add nodes, change layouts and styles, convert to shapes with precision, and export for PPT, PPTX and ODP....Add_SmartArt () { using var pres = new Presentation (); var slide =...Access_SmartArt () { using var pres = new Presentation (); var slide =...

    docs.aspose.com/slides/net/examples/elements/sm...
  9. StructuredDocumentTag.StyleName | Aspose.Words ...

    Discover the StyleName property of StructuredDocumentTag. Easily manage and customize styles for your documents to enhance organization and clarity....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...StructuredDocumentTa sdtPlainText = new StructuredDocumentTa ( doc ,...

    reference.aspose.com/words/net/aspose.words.mar...
  10. Converting Worksheet to SVG in PHP|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.... PHP Code $saveFormat = new SaveFormat (); $path = $dataDir...the template file $workbook = new Workbook ( $path ); // Convert...

    docs.aspose.com/cells/java/converting-worksheet...