Sort Score
Result 10 results
Languages All
Labels All
Results 7,171 - 7,180 of 155,315 for

2

(0.21 sec)
  1. 用Node.js通过C++区分X轴和类别轴的差异|Documentation

    了解如何区分Aspose.Cells for Node.js via C++中的X轴和类别轴。我们的指南将帮助您理解它们在使用和属性上的差异,以及如何根据需要配置它们。... putValue ( 2.5 ); worksheet . getCells ()....(). get ( "D5" ). putValue ( 2 ); // Create Line Chart: X as...

    docs.aspose.com/cells/zh/nodejs-cpp/x-axis-vs-c...
  2. X Axis Vs. Category Axis with JavaScript via C+...

    Learn how to differentiate between the X axis and the Category axis in Aspose.Cells for JavaScript via C++. Our guide will help you understand the differences in their usage and properties, and how to configure them according to your needs.... putValue ( 2.5 ); worksheet . cells . get (...cells . get ( "D5" ). putValue ( 2 ); // Create Line Chart: X as...

    docs.aspose.com/cells/javascript-cpp/x-axis-vs-...
  3. Creating ATTRIB / ATTDEF programmatically using...

    Hello, I am currently evaluating Aspose.CAD for Java and I have a technical question regarding working with attributes in DWG/DXF files. My use case is to generate CAD files programmatically and include attributes such…...novochadlo March 19, 2026, 2:30pm 1 Hello, I am currently evaluating...gorokhovatskyi March 19, 2026, 7:55pm 2 @rhodolfo.novochadlo , Hi, we...

    forum.aspose.com/t/creating-attrib-attdef-progr...
  4. Missing text in labels - Free Support Forum - a...

    Hi, when I try to get an image from a chart in Excel, only parts of the labels are picked. In the example, you will see that ‘Type…’ is missing. Here is the code: Aspose.Cells.License lic = new Cells.License(); lic…...zhao March 28, 2025, 2:09pm 2 @Nachti We have opened the...

    forum.aspose.com/t/missing-text-in-labels/310539
  5. Table.first_row property | Aspose.Words for Python

    Table.first_row property. Returns the first [Row](../../row/) node in the table.... assertEqual ( 2 , tables [ 1 ] . rows . count...first_section . body . tables [ 0 ] # 2 - Using the "GetChild" method:...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Aspose::Words::Drawing::ImageSize::get_HeightPi...

    Aspose::Words::Drawing::ImageSize::get_HeightPixels method. Gets the height of the image in pixels in C++....imageSize -> get_WidthPoints () * 2 ); shape -> set_Height ( imageSize...imageSize -> get_HeightPoints () * 2 ); doc -> Save ( get_ArtifactsDir...

    reference.aspose.com/words/cpp/aspose.words.dra...
  7. Exception when loading a license file with Aspo...

    Hi, I have a big problem using Aspose E-Mail for Java 25.6 and higher. The version 25.5 works without problems. Every time i try to set our license with License.setLicense() i’m getting a strange exception i cannot debu…...glasenhardt December 2, 2025, 4:55pm 1 Hi, I have a big...implementation 'com.sag:sagodm:2.2.0' -> Includes bouncycastle implementation...

    forum.aspose.com/t/exception-when-loading-a-lic...
  8. RenderedDocument Code Sample Floating Shape Not...

    https://forum.aspose.com/t/rendereddocument-code-sample-floating-shape-not-allowed-inside-textbox-exception/254889/2 Hello, Alexey! I have a problem with Word doc where lines are grouped and placed on a top of Text are…...noskov November 11, 2022, 2:25pm 2 @giantcodemonkey Aspose.Words...giantcodemonkey November 11, 2022, 2:29pm 3 @alexey.noskov thanks,...

    forum.aspose.com/t/rendereddocument-code-sample...
  9. Aspose::Words::Drawing::Charts::ChartSeriesGrou...

    Aspose::Words::Drawing::Charts::ChartSeriesGroup::get_DoughnutHoleSize method. Gets or sets the hole size of the parent doughnut chart as a percentage in C++....u "Category 1" , u "Category 2" , u "Category 3" }); chart ->...:: MakeArray < double > ({ 4 , 2 , 5 })); // Format the Doughnut...

    reference.aspose.com/words/cpp/aspose.words.dra...
  10. ComparisonExpression | Aspose.Words for Java

    The comparison expression in Java.... // 2. " COMPARE %s %s %s ". Field field...assertEquals(expectedRightExpress, arguments[2]); return this; } private final...

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