Sort Score
Result 10 results
Languages All
Labels All
Results 4,361 - 4,370 of 152,074 for

2

(0.64 sec)
  1. java.lang.OutOfMemoryError: Java heap space Iss...

    Anyone I was using the POI HSMF for reading Outlook msg file. But I get an out of memory error reading anything above 10MB. Thinking of using APOSE for Java. Anyone knows if APOSE is the same. Will I be able to read the…...raza December 8, 2011, 3:44am 2 Hi Mohamad, Thank you for your...back. Msariman December 9, 2011, 2:03am 3 Hi, By the way my code...

    forum.aspose.com/t/java-lang-outofmemoryerror-j...
  2. Blurry image when docx save in html - Free Supp...

    Hello, I’ve tried to save a docx save in html, but some images are blurry in my output file. Aspose.WORD.NET 24.10.0 In attachment the code and the document I’ve used for the test. element.zip (8.7 MB) As you can se…...test and it’s work for “output1-2.html” but has some undesirable...document (output1-3.html and output2-2.html) but is there a way to make...

    forum.aspose.com/t/blurry-image-when-docx-save-...
  3. ChartFormat class | Aspose.Words for Python

    aspose.words.drawing.charts.ChartFormat class. Represents the formatting of a chart element...= [ 'Category 1' , 'Category 2' ] series . add ( series_name...= [ 1 , 2 ]) series . add ( series_name = 'Series 2' , categories...

    reference.aspose.com/words/python-net/aspose.wo...
  4. CustomPart.RelationshipType | Aspose.Words for ...

    Discover the CustomPart RelationshipType property to easily manage and define relationships between parent and custom parts for enhanced functionality.... EqualTo ( 2 )); // Clone the second part,...PackageCustomParts . RemoveAt ( 2 ); Assert . That ( doc . PackageCustomParts...

    reference.aspose.com/words/net/aspose.words.mar...
  5. CustomPart.relationship_type property | Aspose....

    CustomPart.relationship_type property. Gets or sets the relationship type from the parent part to this custom part.... assertEqual ( 2 , doc . package_custom_parts ...package_custom_parts . remove_at ( 2 ) self . assertEqual ( 2 , doc . package_custom_parts...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Aspose::Words::Fields::FieldAutoNum::get_Separa...

    Aspose::Words::Fields::FieldAutoNum::get_SeparatorCharacter method. Gets or sets the separator character to be used in C++....-> Writeln ( u " \t Paragraph 2." ); // The separator character...second AUTONUM field will display "2." in the document. ASSERT_TRUE...

    reference.aspose.com/words/cpp/aspose.words.fie...
  7. TabStopCollection.equals method | Aspose.Words ...

    TabStopCollection.equals method. Determines whether the specified [TabStopCollection](../) is equal in value to the current [TabStopCollection](../).... assertEqual ( 2 , tab_stops . count ) self . assertFalse...writeln ( 'Start \t Tab 1 \t Tab 2' ) paragraphs = doc . first_section...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Aspose::Words::DocumentBuilder::StartTable meth...

    Aspose::Words::DocumentBuilder::StartTable method. Starts a table in the document in C++....builder -> Write ( u "Row 1, Col 2" ); builder -> EndRow (); // Changing...(); builder -> Write ( u "Row 2, Col 1" ); builder -> InsertCell...

    reference.aspose.com/words/cpp/aspose.words/doc...
  9. Support for Evaluation of Functions in Formulas...

    The page describes the algorithm of formula evaluations used by Aspose.Tasks for .NET library for calculations....1 static void EvaluateSine () 2 { 3 Project project = CreateTestProjectWit();...); 4 5 // Set formula Sin(pi/2) 6 project. ExtendedAttributes...

    docs.aspose.com/tasks/net/support-for-evaluatio...
  10. Add Trend Lines to Presentation Charts in Java|...

    Quickly add and customize trend lines in PowerPoint charts with Aspose.Slides for Java — a practical guide to engage your audience....series 2. Adding moving average trend line for chart series 2. Adding...Logarithmic trend line for chart series 2 ITrendline tredLineLog = chart...

    docs.aspose.com/slides/java/trend-line/