Sort Score
Result 10 results
Languages All
Labels All
Results 1,901 - 1,910 of 213,050 for

new

(0.13 sec)
  1. Font.position property | Aspose.Words for Node.js

    Font.position property. Gets or sets the position of text (in points) relative to the base line... let doc = new aw . Document (); let para =...above the baseline. let run = new aw . Run ( doc , "Raised text...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. 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...
  3. Convert Doc to HTML in Ruby|Aspose.Words for Java

    Converting Doc to HTML using Ruby in Java.... new ( data_dir + "TestFile.doc" ) ### options = new HtmlSaveOptions();...aspose.words.HtmlSaveOptions' ) . new \ # HtmlSaveOptions.ExportRoundtripInfor...

    docs.aspose.com/words/java/convert-doc-to-html-...
  4. ChartDataTable.HasLegendKeys | Aspose.Words for...

    Discover the ChartDataTable HasLegendKeys property to easily control legend key visibility in your data table. Enhance clarity with customizable settings!...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...Clear (); double [] xValues = new double [] { 2020 , 2021 , 2022...

    reference.aspose.com/words/net/aspose.words.dra...
  5. Chart.DataTable | Aspose.Words for .NET

    Access and customize your chart's DataTable properties effortlessly. Enhance data visualization with the Show property for clear insights....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...Clear (); double [] xValues = new double [] { 2020 , 2021 , 2022...

    reference.aspose.com/words/net/aspose.words.dra...
  6. DocumentLoadingArgs.EstimatedProgress | Aspose....

    Track progress effortlessly with DocumentLoadingArgs' EstimatedProgress property, providing real-time percentage updates for enhanced efficiency....LoadingProgressCallb progressCallback = new LoadingProgressCallb (); LoadOptions...LoadOptions loadOptions = new LoadOptions { ProgressCallback = progressCallback...

    reference.aspose.com/words/net/aspose.words.loa...
  7. Javascript not working in HTML to PNG conversio...

    Hi, Below are the HTML template and the .Net 8 code we are using to render and convert the HTML. The Javascript output is not reflected in the image - I believe it is not being executed. The output PNG is attached. Ho…..."RoundedRectangle", { strokeWidth: 0 }, new go.Binding("fill", "color"))...$(go.TextBlock, { margin: 8 }, new go.Binding("text", "name")) );...

    forum.aspose.com/t/javascript-not-working-in-ht...
  8. Support for TLS 1.2 and AutodiscoverService|Doc...

    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..../*ITokenProvider provider = new ITokenProvider() { @Override...NetworkCredential credentials = new OAuthNetworkCredenti(provider);*/...

    docs.aspose.com/email/java/support-for-tls-1-2-...
  9. FieldGlossary | Aspose.Words for Java

    Implements the GLOSSARY field in Java.... Document doc = new Document(); // Create a glossary...it. doc.setGlossaryDocument(new GlossaryDocument()); BuildingBlock...

    reference.aspose.com/words/java/com.aspose.word...
  10. FieldSubject | Aspose.Words for Java

    Implements the SUBJECT field in Java.... Document doc = new Document(); // Set a value for...property. DocumentBuilder builder = new DocumentBuilder(doc); FieldSubject...

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