Sort Score
Result 10 results
Languages All
Labels All
Results 1,441 - 1,450 of 28,978 for

x

(0.16 sec)
  1. Rectangle for hyperlink - Free Support Forum - ...

    Hi We need to add hyperlink annotation at right bottom with 10 as margin from both side. The rectangle gives only position from left and top. It will be very kind if someone help us to get this code, how to set positio…...pageWidth - margin; // Lower-left x float lly = margin; // Lower-left...urx = pageWidth; // Upper-right x float ury = pageHeight - margin;...

    forum.aspose.com/t/rectangle-for-hyperlink/312974
  2. Working with PDF File Metadata in C#|Aspose.PDF...

    EXplore how to eXtract and manage PDF metadata, such as author and title, in .NET using Aspose.PDF. Includes PDF 2.0 support....x : Metadata is stored in the Info...XmpValue objects. Convert PDF 1.x to PDF 2.0 with Metadata You can...

    docs.aspose.com/pdf/net/pdf-file-metadata/
  3. SVG 滤镜和渐变 – SVG Filters and Gradients – Aspose....

    您将学习如何编写 SVG 代码来创建 svg 滤镜、高斯模糊、阴影效果、灯光效果或线性渐变和径向渐变。... <filter> 元素有一组属性,以下是其中一些: x、y、width、height、filterUnits、primitiveUnits...结果可以作为另一滤镜的图像来源。 过滤器基元所需的属性为 x、y、width 和 height 。他们设置将应用滤镜的图...

    docs.aspose.com/svg/zh/net/drawing-basics/filte...
  4. PresentationML (PPTX, XML)|Aspose.Slides for PH...

    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....<a:off x= "0" y= "0" /> <a:ext cx= "0" cy= "0" /> <a:chOff x= "0"...</p:nvSpPr> <p:spPr> <a:xfrm> <a:off x= "2819400" y= "2590800" /> <a:ext...

    docs.aspose.com/slides/php-java/presentationml-...
  5. Aspose::Words::Drawing::Charts::Chart::get_Axis...

    Aspose::Words::Drawing::Charts::Chart::get_AXisX method. Provides access to properties of the primary X aXis of the chart in C++....to properties of the primary X axis of the chart. System :: SharedPtr...series with categories for the X-axis and respective numeric values...

    reference.aspose.com/words/cpp/aspose.words.dra...
  6. How to Zip Files Without Compression via Python...

    How to add files to archives without compression for enhanced file management, providing convenience in transportation, quick access, and compatibility across various applications by Python.NET...zip" , 'x' ) as zipFile: store_settings...io . FileIO( "archive.7z" , 'x' ) as szFile: store_settings =...

    products.aspose.com/zip/python-net/advanced-api...
  7. 使用Type1字体|的文本渲染| C++

    C ++ API用于开发人员操纵和字体文件。了解有关如何在C ++产品中渲染1型字体的基本原理。... set_X (( float )moveTo -> get_X()); 11 _currentPoint...lineTo) 15 { 16 float x = ( float )lineTo -> get_X(); 17 float y =...

    docs.aspose.com/font/zh/cpp/text-rendering-type...
  8. Generate Code128|Documentation

    Learn how to generate Code128 barcodes using Aspose.BarCode for Java with eXamples of size control, styling, and optimization techniques....dimensions of your barcode using X-Dimension (narrow bar width) and...CODE_128 , "SIZE-DEMO-123" ); // X-Dimension: width of the narrowest...

    docs.aspose.com/barcode/java/developer-guide/ba...
  9. How can I convert the entire Excel file into a ...

    @amjad.sahi, @Professionalize.Discourse, @John.He, @simon.zhao 新規工事件名シート(1)_250702~260830 (23).zip (502.5 KB) How can I convert the entire EXcel file into a single-page SVG without cutting off any content? Sample in z…...DrawObjectEventHandl , then get x,y offset of Cell. //Print the...Cell) { Console.WriteLine("[X]: " + x + " [Y]: " + y + " [Width]:...

    forum.aspose.com/t/how-can-i-convert-the-entire...
  10. Customize Presentation Shapes on Android|Aspose...

    Create and customize shapes in PowerPoint presentations with Aspose.Slides for Android via Java: geometry paths, curved corners, composite shapes....); public void lineTo ( float x , float y ); Add a line to a specified...); public void lineTo ( float x , float y , long index ); Add...

    docs.aspose.com/slides/androidjava/custom-shape/