Sort Score
Result 10 results
Languages All
Labels All
Results 2,171 - 2,180 of 19,375 for

2 of

(0.06 sec)
  1. TotalFloat and FreeFloat - Free Support Forum -...

    Hi, I have encountered an issue where importing XER with TotalFloat or FreeFloat being a decimal for example 32,5 would be read as 0, but when the value is 32 then it would be read, could it be that the value expected i…...Family Herrington May 20, 2025, 2:24pm 1 Hi, I have encountered...Professionalize.Discourse May 20, 2025, 2:24pm 2 @Herrington Could you please...

    forum.aspose.com/t/totalfloat-and-freefloat/312924
  2. The image Aspose.Cell captures does not look li...

    Hey Aspose Team, I’ve been noticing a weird behavior in my code when I capture the picture Of range. The image aspose captures look nothing like the excel chart when I open the excel chart and view it. public virtual S…...EndAddress = CoordinateParts[2]; //R8C2 //Processing Start Address...Excel_Charts.zip (8.2 MB) Word_Outputs.zip (2.4 MB) Error: Shape...

    forum.aspose.com/t/the-image-aspose-cell-captur...
  3. Working with OneNote Notebook

    Products Aspose.Total Product Solution Aspose.Words Product Solution Aspose.PDF Product Solution Aspose.Cells Product...... 2 String dataDir = Utils. getSharedDataDir...the document into Aspose.Note. 2 String dataDir = Utils. getSharedDataDir...

    docs.aspose.com/note/java/working-with-onenote-...
  4. Aspose::Words::Fields::FieldArgumentBuilder::Ad...

    Aspose::Words::Fields::FieldArgumentBuilder::AddText method. Adds a plain text to the argument in C++....field -> GetFieldCode ()); // 2 - Nested field: // Use a field...leftExpression -> AddArgument ( 2 ); leftExpression -> AddArgument...

    reference.aspose.com/words/cpp/aspose.words.fie...
  5. ChartMarker.Symbol | Aspose.Words for .NET

    Discover the ChartMarker Symbol property to easily customize your chart markers. Enhance your data visualization with unique symbols for better insights.... AreEqual ( "Series 2" , chart . Series [ 1 ]. Name..."Series 3" , chart . Series [ 2 ]. Name ); // Emphasize the chart's...

    reference.aspose.com/words/net/aspose.words.dra...
  6. TextColumnCollection class | Aspose.Words for N...

    Aspose.Words.TextColumnCollection class. A collection Of [TextColumn](../textcolumn/) objects that represent all the columns Of text in a section Of a document... setCount ( 2 ); builder . writeln ( "Column...); builder . writeln ( "Column 2." ); doc . save ( base . artifactsDir...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. ChartType Enum | Aspose.Words for .NET

    Explore the Aspose.Words.Drawing.Charts.ChartType enum to discover various chart types and enhance your document's data visualization effortlessly.... AreaPercentStacked 2 100% Stacked Area chart. Area3D...= { "Category 1" , "Category 2" , "Category 3" }; // Insert two...

    reference.aspose.com/words/net/aspose.words.dra...
  8. FindReplaceOptions.UseLegacyOrder | Aspose.Word...

    Discover the UseLegacyOrder property in FindReplaceOptions. Enable sequential text searches for better accuracy. Default is false. Optimize your text processing!... Writeln ( "[tag 2]" ); builder . MoveTo ( textBox..."[tag 2]" } : new List < string > { "[tag 1]" , "[tag 2]" , "[tag...

    reference.aspose.com/words/net/aspose.words.rep...
  9. Aspose::Words::Fields::FieldCollection::idx_get...

    Aspose::Words::Fields::FieldCollection::idx_get method. Returns a field at the specified index in C++....example -1 means the last item, -2 means the second before last and... fields -> get_Count ()); // 2 - Get the collection to remove...

    reference.aspose.com/words/cpp/aspose.words.fie...
  10. Section | Aspose.Words for Java

    Represents a single section in a document in Java....write("Section 2"); builder.insertBreak(BreakType...section = doc.getSections().get(2); Assert.assertEquals("Section...

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