Sort Score
Result 10 results
Languages All
Labels All
Results 2,521 - 2,530 of 27,080 for

x

(0.07 sec)
  1. Public API Changes in Aspose.Cells 8.5.2|Docume...

    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....pageIndex, Graphics g, float x, float y) SheetRender.ToImage(int...pageIndex, Graphics g, float x, float y, float width, float height)...

    docs.aspose.com/cells/net/public-api-changes-in...
  2. How to Replace an Existing Table in DOCX (Find ...

    Hello Team, I am using Aspose.Words for Node.js and I need to detect and replace a specific table inside a DOCX file. :heavy_check_mark: My Requirement I want to: Find a table by indeX OR by bookmark OR by matching…...x and 21.x), let us know the exact Aspose...

    forum.aspose.com/t/how-to-replace-an-existing-t...
  3. ChartAxis.format property | Aspose.Words for Py...

    ChartAXis.format property. Provides access to line formatting of the aXis and fill of the tick labels....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. ChartAxis.major_unit property | Aspose.Words fo...

    ChartAXis.major_unit property. Returns or sets the distance between major tick marks....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...
  5. ChartAxis.reverse_order property | Aspose.Words...

    ChartAXis.reverse_order property. Returns or sets a flag indicating whether values of aXis should be displayed in reverse order, i.e...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...
  6. ChartAxis.crosses property | Aspose.Words for P...

    ChartAXis.crosses property. Specifies how this aXis crosses the perpendicular 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...
  7. 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...
  8. 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...
  9. Working with Protection|Documentation

    This section eXplains how to set protection in the diagram with Aspose.Diagram....protection include width, height, x-position, y-position, rotation...

    docs.aspose.com/diagram/net/working-with-protec...
  10. Flip Image in Python

    This tutorial discusses how to flip image in Python. It eXplains the system configuration, the stepwise process, and a sample code to mirror image in Python....90, 180, or 270 degrees along X, Y, or both XY axes before writing...

    kb.aspose.com/imaging/python/flip-image-in-python/