Sort Score
Result 10 results
Languages All
Labels All
Results 2,691 - 2,700 of 27,011 for

x

(0.09 sec)
  1. Crop EPS | C# .NET API Solution

    Crop EPS functionality offered by Aspose.Page API solution for .NET 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/net/crop-eps/
  2. External LaTeX packages | Aspose.TeX for Java

    Aspose.TeX API for Java allows the use of eXternal packages, i.e. the ones that aren't included in the library itself like fancyboX or pgfplots packages....begin{Beqnarray} [ t ] 15 y & = & x ^ 2 \\ 16 a ^ 2 + 2ab + b ^ 2...addplot [ color = red ] {exp(x)}; 13 \ end{axis} 14 \ end{tikzpicture}...

    docs.aspose.com/tex/java/external-latex-packages/
  3. IsFiltered series and ChartCalculateOptions - F...

    Hi Aspose team, It seems we have an issue if I enable “filtered” series (so not visible in the chart) by changing IsFiltered to false, indeed after a full chart calculation the datapoints seems to be empty… I have a ch…...not expected… I need to get the X and Y pixels position… var pathWorkbook...point for {series.DisplayName}: X={point.ShapeXPx}, Y={point.ShapeYPx}");...

    forum.aspose.com/t/isfiltered-series-and-chartc...
  4. 使用Aspose-cad.jar,转PDF速度问题 - Free Support Forum ...

    您好,我试用了Aspose-cad.jar,实现将DWG模型空间的图纸转成独立的PDF页面,思路是先在DWG中定位需要转换的图框/图块的坐标和长宽,然后循环调用CadImage的save方法,将指定区域转成pdf格式,目前发现两种可用的方法: 1)在cadImage中设置minPoint和maXPoint; 2)按照官网示例实现指定坐标导出。然后外部采用循环实现逐页导出然后合并。 在试用时发现每次调用save方法,处理一个A3纸大…...fileNamePre + “第”+(++x)+“张图纸.pdf”; tempPDFFileNames[x-1] = fileName;...

    forum.aspose.com/t/aspose-cad-jar-pdf/313933
  5. Getting Font Weight and Font Style - Free Suppo...

    Hello, Trying to check the capabilities of Aspose.Font component in .NET. My basic requirement is, I have different types of font files like .ttf, .otf, .woff, .woff2, etc. Need to read each file from a file path, and …...x, 22.x)? Could you share a short code...

    forum.aspose.com/t/getting-font-weight-and-font...
  6. Chart Types with Node.js via C++|Documentation

    Learn about the various chart types supported by Aspose.Cells for Node.js. Our guide will walk you through the different types of charts available and show you how to create and modify them to enhance your worksheets....coordinate on a horizontal (“X”) and a vertical (“Y”) axis. The...charts are also based on the X, Y, and Z axes. These charts are...

    docs.aspose.com/cells/nodejs-cpp/chart-types/
  7. Limitation of number of rows or bug when saving...

    Hi! Developed a report generation and use to work fine up to now but when tried generating with a greater number of rows on feed files client encountered the error “Invalid column indeX” when saving the workbook. Teste…...GroupBy(x => x.Field(“order_ref”))) { counter++;...byChild in byParent.GroupBy(x => x.Field(“schedule”))) { counter++;...

    forum.aspose.com/t/limitation-of-number-of-rows...
  8. 使用矢量图形|Aspose.PDF for .NET

    本文描述了使用 C# 的 GraphicsAbsorber 工具的功能。...X}, {element.Position.Y})" ); Console...Move graphics by shifting its X and Y coordinates element . Position...

    docs.aspose.com/pdf/zh/net/working-with-vector-...
  9. Create Excel Charts and Embed Them in Presentat...

    Create EXcel charts and embed them as OLE objects in PowerPoint and OpenDocument presentations with C++. Step-by-step guide with code samples.... get_Height (); int32_t x = 0 ; System :: ArrayPtr < uint8_t...AddOleObjectFrame ( static_cast < float > ( x ), 0.0f , oleWidth , oleHeight...

    docs.aspose.com/slides/cpp/creating-excel-chart...
  10. Rule Builder – Configure SVG Style – Aspose.SVG...

    In this article, we consider the Rule Builder styling feature, which enables developers to apply CSS-like rules to SVG elements.... X (20). Y (60). Fill (Color. DarkRed...25 ) 26 . AddText (t => t 27 . X (20). Y (150) 28 . AddContent...

    docs.aspose.com/svg/net/rule-builder/