Sort Score
Result 10 results
Languages All
Labels All
Results 631 - 640 of 26,934 for

x

(0.26 sec)
  1. JSRectangle class | Aspose.Words for Node.js

    Aspose.Words.JSRectangle class. Stores a set of four integers that represent the location and size of a rectangle....JSRectangle(x, y, width, height) Properties Name Description X Y height...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Aspose::Words::Document::RenderToScale method |...

    Aspose::Words::Document::RenderToScale method. Renders a document page into a Graphics object to a specified scale in C++....Graphics > & graphics , float x , float y , float scale ) Parameter...object where to render to. x float The X coordinate (in world units)...

    reference.aspose.com/words/cpp/aspose.words/doc...
  3. Get Paragraph Bounds from Presentations in Pyth...

    Learn how to retrieve paragraph and teXt-portion bounds in Aspose.Slides for Python via .NET to optimize teXt positioning in PowerPoint and OpenDocument presentations....][ 1 ] x = tbl . X + tbl . rows [ 1 ][ 1 ] . offset_x y = tbl...ShapeType . RECTANGLE , rect . x + x , rect . y + y , rect . width...

    docs.aspose.com/slides/python-net/paragraph/
  4. StructuredDocumentTag.word_open_xml property | ...

    StructuredDocumentTag.word_open_Xml property. Gets a string that represents the XML contained within the node in the [SaveFormat.FLAT_OPC](../../../aspose.words/saveformat/#FLAT_OPC) format.... of_type ( lambda x : x . as_structured_document_tag...

    reference.aspose.com/words/python-net/aspose.wo...
  5. IStructuredDocumentTag.word_open_xml property |...

    IStructuredDocumentTag.word_open_Xml property. Gets a string that represents the XML contained within the node in the [SaveFormat.FLAT_OPC](../../../aspose.words/saveformat/#FLAT_OPC) format.... of_type ( lambda x : x . as_structured_document_tag...

    reference.aspose.com/words/python-net/aspose.wo...
  6. 高级功能|Aspose.PDF for .NET

    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...."$123456789+\\sqrt{1}+\\int_a^b f(x)dx$" ; var cell = row . Cells...\begin{align} (x+y)^3&=(x+y)(x+y)^2 (x+y)(x^2+2xy+y^2)\\ &=x^3+3x^2y+3xy^3+x^3...

    docs.aspose.com/pdf/zh/net/advanced-features/
  7. Using Charts to Represent Sequential Data|Aspos...

    Use charts to represent your sequential data when building a report in Java....on the type of the chart, add x tags to the chart title or chart...series’ names as follows. << x [ x_value_expression >> For a scatter...

    docs.aspose.com/words/java/using-charts-to-repr...
  8. AxisScaling.type property | Aspose.Words for Py...

    AXisScaling.type property. Gets or sets scaling type of the aXis....clear () # Insert a series with X/Y coordinates for five points...( series_name = 'Series 1' , x_values = [ 1 , 2 , 3 , 4 , 5 ]...

    reference.aspose.com/words/python-net/aspose.wo...
  9. AxisScaling.Type | Aspose.Words for .NET

    Discover the AXisScaling Type property to easily customize your aXis scaling. Enhance your data visualization with fleXible settings for optimal clarity....Clear (); // Insert a series with X/Y coordinates for five points...160000.0 }); // The scaling of the X-axis is linear by default, //...

    reference.aspose.com/words/net/aspose.words.dra...
  10. Add Data in Cells|Documentation

    This article eXplains how to add data in cells using Aspose.Cells for .NET APIs.... Worksheets [ 0 ]; int x = 1 ; for ( int i = 1 ; i <= 15...worksheet . Cells [ i , j ]. Value = x ++; } } workbook . Save ( "test...

    docs.aspose.com/cells/net/add-data-in-cells/