Sort Score
Result 10 results
Languages All
Labels All
Results 4,771 - 4,780 of 20,609 for

2 of

(0.1 sec)
  1. AxisScaling.logBase property | Aspose.Words for...

    AxisScaling.logBase property. Gets or sets the logarithmic base for a logarithmic axis....value is greater than or equal to 2 and less than or equal to 1000.... add ( "Series 1" , [ 1.0 , 2.0 , 3.0 , 4.0 , 5.0 ], [ 1.0 ...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Chart lines disappear when the chart is saved a...

    Hello, I’m trying to save a line chart as an image, but during the process, the chart lines are getting lost. Is this a bug in Aspose? Workbook workbook = new Workbook(new FileInputStream("C:\\lines.xlsx")); Chart char…...Discourse February 19, 2025, 12:31pm 2 @dfinsolutions It seems you are...team. leoluo March 29, 2025, 2:02pm 4 Hi @dfinsolutions We have...

    forum.aspose.com/t/chart-lines-disappear-when-t...
  3. Working with Textures in PostScript | .NET

    How to add texture pattern to PS file is a question answered by Aspose.Page API solution. See how to use the functionality in .NET...stream for PostScript document 2 using (Stream outPsStream = new...Matrix transform = new Matrix(2, 0, 0, 1, 0, 0); 22 brush. Transform...

    docs.aspose.com/page/net/ps/working-with-textures/
  4. DigitalSignatureUtil Class | Aspose.Words for .NET

    Discover Aspose.Words.DigitalSignatures.DigitalSignatureUtil class to easily sign documents with secure digital signatures. Enhance document integrity today!... EqualTo ( 1 )); // 2 - Load from a document from a...LoadAndRemove.FromString.docx" ); // 2 - Determine the locations of both...

    reference.aspose.com/words/net/aspose.words.dig...
  5. How to Create a Flat ZIP Archive | Aspose.Zip D...

    Learn how to flatten nested zip archives into a single flat archive using Java tools....zip" )) { 2 entriesToDelete. add (entry);...byte [] b = new byte [ 8192 ] ; 2 int bytesRead; 3 InputStream entryStream...

    docs.aspose.com/zip/java/flatten-nested-zip/
  6. Chart.legend property | Aspose.Words for Python

    Chart.legend property. Provides access to the chart legend properties.... assertEqual ( 'Series 2' , chart . series [ 1 ] . name...'Series 3' , chart . series [ 2 ] . name ) # Move the chart's...

    reference.aspose.com/words/python-net/aspose.wo...
  7. CustomXmlPart class | Aspose.Words for Python

    aspose.words.markup.CustomXmlPart class. Represents a Custom XML Data Storage Part (custom XML data within a package)... custom_xml_parts [ 0 ]) # 2 - By GUID: self . assertEqual...xml_part_clone ) self . assertEqual ( 2 , doc . custom_xml_parts . count...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Render Unicode Supplementary characters in outp...

    Learn how to render Unicode Supplementary characters in output PDF using Aspose.Cells for C++....Normal Unicode characters are 2-bytes long while Unicode Supplementary...UTF-16 these characters require 2 surrogates (16-bit units). Render...

    docs.aspose.com/cells/cpp/render-unicode-supple...
  9. How do I extract the entire point with it's sub...

    Suppose this is the text I need to extract from a document NOW THEREFORE the parties agree as follows: 1. All information disclosed by one party to the other to evaluate the Project and/or Purpose that is designated in…...Discourse July 28, 2025, 11:44am 2 @ianjwilson To extract an entire...information. ianjwilson July 28, 2025, 2:06pm 5 input.docx (6.9 KB) There...

    forum.aspose.com/t/how-do-i-extract-the-entire-...
  10. LayoutCollector | Aspose.Words for Java

    This class allows to compute page numbers Of document nodes in Java....write("Section 2"); builder.insertBreak(BreakType...AGE); builder.write("Section 2"); builder.insertBreak(BreakType...

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