Sort Score
Result 10 results
Languages All
Labels All
Results 2,681 - 2,690 of 26,582 for

x

(0.18 sec)
  1. CellsException: Invalid shift option with inser...

    When I use the insertCutCells method eXactly as outlined here and I provide the ShiftType.NONE option, I always get the error: com.aspose.cells.CellsEXception: Invalid shift option. I want to do a cut, but not insert t…...selecting range 2) shortcut ctrl + x 3) selecting another range 4)...you want to mimic the Ctrl + X and Ctrl + V functionality from...

    forum.aspose.com/t/cellsexception-invalid-shift...
  2. PHP Barcode Generator & Reader API | Aspose.Bar...

    Generate and read 80+ barcode symbologies in PHP using a Java-based engine. Install via Composer, run the included Java Apache Thrift server, and create or decode 1D, 2D, and postal barcodes across Windows, LinuX, macOS, and Solaris....128 GS1 Code128 Text 1234567 X-dimension Border color Image format...Template-friendly output: control X-dimension, margins, rotation,...

    products.aspose.com/barcode/php-java/
  3. DocumentBuilder.InsertOleObject | Aspose.Words ...

    Effortlessly enhance your documents with the DocumentBuilder InsertOleObject method, allowing seamless embedding of OLE objects from streams.... // 3 - Image icon that's 32 x 32 pixels or smaller from the... // 3 - Image icon that's 32 x 32 pixels or smaller from the...

    reference.aspose.com/words/net/aspose.words/doc...
  4. Crop EPS | API Solution for C++

    Crop EPS functionality offered by Aspose.Page API solution for C++ is eXplained and illustrated with the code snippets here....x0, y0, x, y, where x0 - left margin, y0 - top margin, x - (x0...

    docs.aspose.com/page/cpp/crop-eps/
  5. Wrong indentation of bulleted lists in ODT to P...

    Hi, We are receiving several reports from our customers of problems converting to PDF of ODT documents containing bulleted lists. The indentation of bullet points is incorrect. The problem has been reproduced with ver…... X/000 del 14 dicembre 2010, la Giunta...23/2015, con deliberazione n. X/000 del 14 dicembre 2010, la Giunta...

    forum.aspose.com/t/wrong-indentation-of-bullete...
  6. My dox file getting currepted if chart creates ...

    [image]...DebugLog("X-Min-Scaling val:" + xAxisMin.ToString());...ToString()); OLogMessages.DebugLog("X-Max Scaling val:" + xAxisMax.ToString());...

    forum.aspose.com/t/my-dox-file-getting-currepte...
  7. Aspose::Words::Drawing::Charts::ChartDataLabelC...

    Aspose::Words::Drawing::Charts::ChartDataLabelCollection::get_Separator method. Gets or sets string separator used for the data labels of the entire series. The default is a comma, eXcept for pie charts showing only category name and percentage, when a line break shall be used instead in C++....(); // Add a custom series with X/Y coordinates and diameter of...

    reference.aspose.com/words/cpp/aspose.words.dra...
  8. 通过 C++ 使用 Node.js 操作图表的位置、大小和设计图|Documentation

    学习如何使用Aspose.Cells for Node.js via C++有效操作 Microsoft EXcel 中的位置、大小和设计图。我们的指南将演示如何调整这些属性以改善布局和可视化。...的高度和宽度,或以新的 X 和 Y 坐标重新定位。 控制图表的位置和大小 要更改图表的位置(X、Y坐标)或大小(高度,宽度),请使用以下属性:...

    docs.aspose.com/cells/zh/nodejs-cpp/manipulate-...
  9. Constant segmentation faults on Excel -> HTML o...

    Hi, As I’ve reported many times before (e.g Aspose.Cells Segmentation Fault when saving to HTML), I often get segmentation faults when using aspose.cells.node (this time using the latest version, 25.12.0). Just using a…...x) which contains a preliminary...tried the latest build (25.13.x) which contains a preliminary...

    forum.aspose.com/t/constant-segmentation-faults...
  10. SVG 缩放 – C# 示例

    SVG 缩放的 C# 示例。考虑在变换属性和变换矩阵中使用比例函数的情况。... scale(sx, sy) 变换函数允许沿 x 轴和 y 轴缩放图像。 sy 缩放因子值是可选的,如果省略,则假定等于...函数。特别是,“scale(2)”表示将 <circle> 元素在 x 和 y 维度上缩放 2 倍。 要将 circleElement...

    docs.aspose.com/svg/zh/net/svg-scaling/