Sort Score
Result 10 results
Languages All
Labels All
Results 2,701 - 2,710 of 28,973 for

x

(0.79 sec)
  1. Aspose::Words::Fields::FieldDisplayBarcode::get...

    Aspose::Words::Fields::FieldDisplayBarcode::get_PosCodeStyle method. Gets or sets the style of a Point of Sale barcode (barcode types UPCA|UPCE|EAN13|EAN8). The valid values (case insensitive) are [STD|SUP2|SUP5|CASE] in C++....501234567890 EAN13 \\ t \\ p CASE \\ x" , field -> GetFieldCode ());...

    reference.aspose.com/words/cpp/aspose.words.fie...
  2. PPT的圆角矩形在导出PDF时左边框会消失 - Free Support Forum - as...

    产品和版本:Aspose.Slides for Python via. NET (Version: 25.7.0) 编程语言和版本: Python 3.8 部署环境: Ubuntu 20.04.6 LTS 问题描述:在ppt中绘制圆角矩形,导出的jpg图片中圆角矩形左边框消失 导出JPG图片样式: image.png (3.4 KB)...dpi_x / dpi_y 升级库(可选) 该问题在 25.9.x 及以后版本的渲染引擎中已得到修复,若仍有异常请尝试升级到最新的...jpeg_opts.image_save_options.dpi_x = 144 jpeg_opts.image_save_options...

    forum.aspose.com/t/ppt-pdf/322438
  3. Word Content Control (Checkbox) get auto checke...

    Hi, I have a Word file with Content Control (checkboX) when I convert the Word file to PDF using ASPOSE Word 20.2 some checkboX gets checked (has ‘X’ within) and the checkboX can’t be changed afterward. We are using a li…...some checkbox gets checked (has ‘X’ within) and the checkbox can’t...the checkbox does not have an ‘X’ sign when generated from windows...

    forum.aspose.com/t/word-content-control-checkbo...
  4. Add PDF Page Stamp|Aspose.PDF for Java

    Learn how to add page stamps, such as teXt or image stamps, to eXisting PDF documents using Aspose.PDF for Java....page number like “Page X of N” while X being the current page...

    docs.aspose.com/pdf/java/add-pdf-page-stamp/
  5. 档案

    档案...for (int x = 0; x < table->get_Rows()->get_Count(); x++) { SharedPtr<IRow>...= table->get_Rows()->idx_get(x); for (int y = 0; y < row->get_Count();...

    blog.aspose.com/zh/slides/create-powerpoint-pre...
  6. Crop EPS using Java API Solution

    Crop EPS functionality offered by Aspose.Page API solution for Java 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/java/crop-eps/
  7. 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/
  8. 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...
  9. 使用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
  10. FieldAdvance | Aspose.Words for Java

    Implements the ADVANCE field in Java....getFieldCode(), " ADVANCE \\x -100 \\y 200"); builder.write("This...assertEquals(field.getFieldCode(), " ADVANCE \\x -100 \\y 200"); builder.write("This...

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