Sort Score
Result 10 results
Languages All
Labels All
Results 591 - 600 of 21,273 for

x

(0.04 sec)
  1. 部分|Aspose.Slides 文档

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, EXcel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, LinuX, MacOS & Android platforms.... println ( "X: " + point . x + " Y: " + point . y );...

    docs.aspose.com/slides/zh/java/portion/
  2. Print Barcodes in Report|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, EXcel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, LinuX, MacOS & Android platforms...."1742" > < line > < reportElement x = "0" y = "0" width = "515" height...< textField > < reportElement x = "0" y = "10" width = "515" height...

    docs.aspose.com/barcode/jasperreports/print-bar...
  3. How to Convert PDF to PDF X1A using C#

    This article teaches how to convert PDF to PDF X1A using C#. It provides the IDE settings, the program logic and a runnable sample code to transform PDF to PDF X1A using C#.... Steps to Convert PDF to PDF X 1A using C# Set the IDE to add...Document class for conversion to PDF/X-1a Create an object of PdfFormatConversionO...

    kb.aspose.com/pdf/net/how-to-convert-pdf-to-pdf...
  4. Printing Barcodes in Report Using Data Source|D...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, EXcel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, LinuX, MacOS & Android platforms...."30" > < line > < reportElement x = "0" y = "0" width = "515" height...< textField > < reportElement x = "0" y = "10" width = "515" height...

    docs.aspose.com/barcode/jasperreports/printing-...
  5. Creating a Table on PowerPoint Slide|Aspose.Sli...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, EXcel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, LinuX, MacOS & Android platforms....article shows how to create a 15 x 15 table with a font size of 10...to the presentation. Add a 15 x 15 table to the slide. Add text...

    docs.aspose.com/slides/net/creating-a-table-on-...
  6. Comment.replies property | Aspose.Words for Python

    Comment.replies property. Returns a collection of [Comment](../) objects that are immediate children of the specified comment.... of_type ( lambda x : x . as_comment (), b ), list (...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Wrong coordinates of rotated shape imported fro...

    Hello, we noticed a problem with Aspose.Words versions 24.12 and 25.2 which were not present in 24.9. Using the newest version when importing rotated shapes (eXcluding 0 or 180 degrees) X, Y coordinates are shifted by co…...degrees) X, Y coordinates are shifted by constant value (x + constant...java.awt.geom.Rectangle2D$Float[ x=142.60002, y=134.33392, w=131...

    forum.aspose.com/t/wrong-coordinates-of-rotated...
  8. Ինչպես փոխարկել PDF-ը PDF X1A-ին՝ օգտագործելով C#

    Այս հոդվածը սովորեցնում է, թե ինչպես փոխարկել PDF-ը PDF X1A-ի՝ օգտագործելով C#: Այն ապահովում է IDE կարգավորումները, ծրագրի տրամաբանությունը և գործարկվող կոդ՝ PDF-ը PDF X1A-ի վերածելու համար՝ օգտագործելով C#:...հարմարեցնելու համար: PDF-ը PDF X 1A-ի փոխարկելու քայլեր՝ օգտագործելով...օգտագործելով Document դասը PDF/X-1a-ի փոխակերպման համար Ստեղծեք...

    kb.aspose.com/hy/pdf/net/how-to-convert-pdf-to-...
  9. ChartAxis | Aspose.Words for Java

    Represents the aXis options of the chart in Java....series with categories for the X-axis and respective numeric values...containing date/time values for the X-axis, and respective decimal values...

    reference.aspose.com/words/java/com.aspose.word...
  10. 高斯模糊 – SVG 滤镜 – C# 代码

    了解如何为高斯模糊滤镜编写 SVG 代码,并查看 C# 示例以对 SVG 元素和位图实现高斯模糊效果。...过滤器基元所需的属性是 x、y、width、height 和 id 。他们设置将应用滤镜的图片区域。属性...属性指定表征模糊操作的标准偏差的数字。如果提供两个数字,第一个 数字 表示沿坐标系 x 轴的标准偏差值,第二个数字表示 y 轴上的标准偏差值。每个...

    docs.aspose.com/svg/zh/net/gaussian-blur/