Sort Score
Result 10 results
Languages All
Labels All
Results 561 - 570 of 26,463 for

x

(0.07 sec)
  1. Get DrawObject and Bound while rendering to PDF...

    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.... x : Left coordinate of the DrawObject...DrawObjectEventHandl { draw ( drawObject , x , y , width , height ) { console...

    docs.aspose.com/cells/javascript-cpp/get-drawob...
  2. 9. Displayed equations

    Learn about the way to display math formulas of a large size or a big amount of formulas using commands provided by LaTeX....combined as follows: Copy 1 $$ \ X_n = X_k \ qquad \ hbox{ if and only...closely to each other than to the X part. Let’s look at the following...

    docs.aspose.com/tex/java/latex-math-displayed-e...
  3. 在单元格中添加数据|Documentation

    本文介绍了如何使用Aspose.Cells for .NET API向单元格中添加数据。... Worksheets [ 0 ]; int x = 1 ; for ( int i = 1 ; i <= 15...worksheet . Cells [ i , j ]. Value = x ++; } } workbook . Save ( "test...

    docs.aspose.com/cells/zh/net/add-data-in-cells/
  4. Shape.has_smart_art property | Aspose.Words for...

    Shape.has_smart_art property. Returns ``True`` if this [Shape](../) has a SmartArt object....has_smart_art , list ( map ( lambda x : x . as_shape (), list ( doc ....

    reference.aspose.com/words/python-net/aspose.wo...
  5. ChartAxisType enumeration | Aspose.Words for Py...

    aspose.words.drawing.charts.ChartAXisType enumeration. Specifies type of chart aXis....grouped and banded along the X-axis by category: chart = append_chart...Categories are distributed along the X-axis, and values are distributed...

    reference.aspose.com/words/python-net/aspose.wo...
  6. ChartXValueCollection class | Aspose.Words for ...

    aspose.words.drawing.charts.ChartXValueCollection class. Represents a collection of X values for a chart series....class Represents a collection of X values for a chart series. Remarks...collection allows only changing X values. To add or insert new values...

    reference.aspose.com/words/python-net/aspose.wo...
  7. CertificateHolder.create method | Aspose.Words ...

    Aspose.Words.DigitalSignatures.CertificateHolder.create method...array that contains data from an X.509 certificate. password The...password required to access the X.509 certificate data. Returns...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Aspose::Words::DigitalSignatures::CertificateHo...

    Aspose::Words::DigitalSignatures::CertificateHolder::Create method. Creates CertificateHolder object using byte array of PKCS12 store and its password in C++....array that contains data from an X.509 certificate. password const...password required to access the X.509 certificate data. ReturnValue...

    reference.aspose.com/words/cpp/aspose.words.dig...
  9. ShapeRenderer Class | Aspose.Words for .NET

    Discover Aspose.Words.Rendering.ShapeRenderer to effortlessly convert Shapes and GroupShapes into high-quality raster or vector images for your projects....AddShapeToRenderToSc ( ShapeBase shape , float x , float y , float scale ) { mShapesToRender... float []>( shape , new [] { x , y , scale })); } public void...

    reference.aspose.com/words/net/aspose.words.ren...
  10. Manage Table Cells in Presentations Using C++|A...

    Effortlessly manage table cells in PowerPoint with Aspose.Slides for C++. Master accessing, modifying, and styling cells quickly for seamless slide automation....pairs of cells (1, 1) x (2, 1) and (1, 2) x (2, 2), the resulting...int x = 0 ; x < table -> get_Rows () -> get_Count (); x ++ )...

    docs.aspose.com/slides/cpp/manage-cells/