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

x

(0.19 sec)
  1. 使用 Node.js via C++ 在非原始形状的数据|Documentation

    了解如何在 Aspose.Cells for Node.js via C++ 中访问和操作非原始形状。... log ( "X: " + pathPoint . getX () + ",...

    docs.aspose.com/cells/zh/nodejs-cpp/data-in-non...
  2. How to Imprve performance below below Aspose.wo...

    Below is the C# code which is taking longer time to eXecute public void CreatePDFFile() { try { var logger = log4net.LogManager.GetLogger(System.Reflection.MethodBase.GetCurrentMethod().DeclaringType); …...QRcodeImagePath)) { /* Adjesting x and y co-ordinates of QR Code...FooterPrimary] .Range.Replace("{PAGE_X_OF_Y}", "", options); sec.Hea...

    forum.aspose.com/t/how-to-imprve-performance-be...
  3. AxisCrosses enumeration | Aspose.Words for Python

    aspose.words.drawing.charts.AXisCrosses enumeration. Specifies the possible crossing points for an aXis....series with categories for the X-axis and respective numeric values... and tick marks. x_axis = chart . axis_x x_axis . category_type...

    reference.aspose.com/words/python-net/aspose.wo...
  4. 将 SVG 转换为 JPG – Aspose.HTML for Java

    使用 Aspose.HTML for Java 将 SVG 转换为 JPG。考虑将 SVG 转换为 JPG 的各种情况,并学习如何使用 ImageSaveOptions 自定义输出。...fill='RoyalBlue'>" + 7 " <rect x='100' y='100' rx='25' ry='25'...width='200' height='56' />" + 8 " <rect x='100' y='100' rx='25' ry='25'...

    docs.aspose.com/html/zh/java/convert-svg-to-jpg/
  5. Working with Gradient in PS file | Python

    Adding gradient in PS file is a functionality supported by Aspose.Page API solution. See how to use the functionality in Python...options, False) 20 21 offset_x = 200. 22 offset_y = 100. 23 width...pydrawing . RectangleF (offset_x, offset_y, width, height)) 29...

    docs.aspose.com/page/python-net/ps/working-with...
  6. Aspose::Words::Fonts::FontInfo::get_Pitch metho...

    Aspose::Words::Fonts::FontInfo::get_Pitch method. The pitch indicates if the font is fiXed pitch, proportionally spaced, or relies on a default setting in C++....( System :: String ( u " \t\t X-Height: " ) + fontInfo -> get_Panose...

    reference.aspose.com/words/cpp/aspose.words.fon...
  7. Aspose::Words::Fonts::FontInfo::get_AltName met...

    Aspose::Words::Fonts::FontInfo::get_AltName method. Gets or sets the alternate name for the font in C++....( System :: String ( u " \t\t X-Height: " ) + fontInfo -> get_Panose...

    reference.aspose.com/words/cpp/aspose.words.fon...
  8. 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/
  9. Aspose::Words::Drawing::Charts::AxisTickLabels:...

    Aspose::Words::Drawing::Charts::AXisTickLabels::get_Font method. Provides access to font formatting of the tick labels in C++....series with categories for the X-axis and respective numeric values...

    reference.aspose.com/words/cpp/aspose.words.dra...
  10. Text out of tables converting pdf to docx - Fre...

    Hi converting from pdf the teXt in docX file is unformatted in docX output file. this the code to convert from pdf to docX. string fileSource = @"C:\temp\XXX.pdf"; Aspose.Words.Document X = new Aspose.Words.Document(fil…...Document x = new Aspose.Words.Document(fileSource);...ChangeExtension(fileSource, "docx"); x.Save(fileName); is there a way...

    forum.aspose.com/t/text-out-of-tables-convertin...