Sort Score
Result 10 results
Languages All
Labels All
Results 3,571 - 3,580 of 164,094 for

new

(0.09 sec)
  1. PrimaryandSecondaryAxis.xlsx

    Sheet1 Region Sales Volume Growth Rate Peking 100 0.7 New York 80 0.8 Paris 140 1 Growth Rate Peking New York Paris 0.7 0.8 1 Sales Volume Peking New York Paris 100 80 140 2024-01-05T09:10:59Z 16.0......7 New York 80 0.8 Paris 140 1 Growth Rate Peking New York...7 0.8 1 Sales Volume Peking New York Paris 100 80 140 2024-01-05T09:10:59Z...

    docs.aspose.com/cells/it/java/primary-and-secon...
  2. VbaProject constructor | Aspose.Words for Python

    VbaProject constructor. Creates a blank [VbaProject](../).... Document () # Create a new VBA project. project = aw . vba...vba_project = project # Create a new module and specify a macro source...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Fill.PresetTexture | Aspose.Words for .NET

    Discover how to set the PresetTexture property effortlessly and enhance your designs with stunning fill options. Unlock your creative potential today!...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...OoxmlSaveOptions saveOptions = new OoxmlSaveOptions { Compliance...

    reference.aspose.com/words/net/aspose.words.dra...
  4. Story | Aspose.Words for Java

    Base class for elements that contain block-level nodes Paragraph and Table in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...throws Exception { Document doc = new Document(getMyDir() + "Hidden...

    reference.aspose.com/words/java/com.aspose.word...
  5. Font Licensing question - Free Support Forum - ...

    Hi am evaluating Aspose slides for Java for converting PPTx to PDF and this PPTx was built with licensed fonts like Arial/TImes New Roman/Verdena. And this conversion happens on Linux. I added code as addEmbeddedFont wit…...licensed fonts like Arial/TImes New Roman/Verdena. And this conversion...licensed fonts like Arial, Times New Roman, or Verdana, it is essential...

    forum.aspose.com/t/font-licensing-question/314379
  6. DocumentSavingArgs.estimatedProgress property |...

    DocumentSavingArgs.estimatedProgress property. Overall estimated percentage progress....saveFormat , ext ) => { let doc = new aw . Document ( base . myDir...Mhtml, Epub. let saveOptions = new aw . Saving . HtmlSaveOptions...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Convert PPTX to Word in C# | products.aspose.com

    Convert PPTX to Word in C#. Use .NET library API to convert PowerPoint to Word...presentation = new Presentation(); var doc = new Document(); var...var builder = new DocumentBuilder(doc); foreach ( var slide in...

    products.aspose.com/slides/net/conversion/pptx-...
  8. ChartDataLabelPosition Enum | Aspose.Words for ...

    Discover the Aspose.Words.ChartDataLabelPosition enum to easily customize your chart data labels for enhanced clarity and presentation....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...seriesColl . Add ( "Series 1" , new string [] { "Category 1" , "Category...

    reference.aspose.com/words/net/aspose.words.dra...
  9. Convert WORD To JPG C#

    Convert a Word document to JPG format in C# code. Save a Word document as JPG using C#....doc = new Document( "Input.docx" ); var saveOptions = new Imag...page++) { saveOptions.PageSet = new PageSet(page); doc.Save( $"Output_...

    products.aspose.com/words/net/conversion/word-t...
  10. Convert DOC To JPG C#

    Convert DOC to JPG format in C# code. Save DOC as JPG using C#....doc = new Document( "Input.doc" ); var saveOptions = new Imag...page++) { saveOptions.PageSet = new PageSet(page); doc.Save( $"Output_...

    products.aspose.com/words/net/conversion/doc-to...