Sort Score
Result 10 results
Languages All
Labels All
Results 521 - 530 of 26,445 for

x

(0.05 sec)
  1. 7. Presize adjustments to the layout

    This article discusses fine-tuning the math layout - automatic sizing and spacing, big delimiters, precise alignment....\ varepsilon} 4 L_{x, y ^ x(s)} \ varphi(x) \ , ds \ biggr) \...\ varepsilon} 7 L_{x, y ^ x(s)} \ varphi(x) \ , ds \ biggr) \...

    docs.aspose.com/tex/java/latex-math-fine-tuning/
  2. AxisScaling | Aspose.Words for Java

    Represents the scaling options of the aXis in Java....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/java/com.aspose.word...
  3. Create your Lithophane from BMP File Formats vi...

    Sample Java lithophane code for BMP file. Use this eXample code to create your lithophane from BMP file within any Web or Desktop Java based application....int x = 0 ; x < widthSegs; x++) { float dx = ( float )x / widthSegs;...row; for ( int x = 0 ; x < widthSegs - 1 ; x++) { mesh.createPolygon(ptr...

    products.aspose.com/3d/java/lithophane/bmp/
  4. Create your Lithophane from GIF File Formats vi...

    Sample Java lithophane code for GIF file. Use this eXample code to create your lithophane from GIF file within any Web or Desktop Java based application....int x = 0 ; x < widthSegs; x++) { float dx = ( float )x / widthSegs;...row; for ( int x = 0 ; x < widthSegs - 1 ; x++) { mesh.createPolygon(ptr...

    products.aspose.com/3d/java/lithophane/gif/
  5. Get Paragraph Bounds from Presentations in .NET...

    Learn how to retrieve paragraph and teXt-portion bounds in Aspose.Slides for .NET to optimize teXt positioning in PowerPoint presentations....Rows [ 1 ][ 1 ]; double x = tbl . X + tbl . Rows [ 1 ][ 1 ]....ShapeType . Rectangle , rect . X + ( float ) x , rect . Y + ( float )...

    docs.aspose.com/slides/net/paragraph/
  6. ShapeBase.bounds_with_effects property | Aspose...

    ShapeBase.bounds_with_effects property. Gets final eXtent that this shape object has after applying drawing effects... of_type ( lambda x : x . as_shape (), b ), list ( doc...assertEqual ( 200 , rectangle_f_out . x ) self . assertEqual ( 200 , rectangle_f_out...

    reference.aspose.com/words/python-net/aspose.wo...
  7. ChartAxis.type property | Aspose.Words for Node.js

    ChartAXis.type property. Returns type of the aXis....grouped and banded along the X-axis by category: let chart =...Categories are distributed along the X-axis, and values are distributed...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Aspose::Words::Drawing::FlipOrientation enum | ...

    Aspose::Words::Drawing::FlipOrientation enum. Possible values for the orientation of a shape in C++....reversing the x-coordinates. Vertical 2 Flip along the x-axis, reversing...3 Flip along both the y- and x-axis. Examples Shows how to flip...

    reference.aspose.com/words/cpp/aspose.words.dra...
  9. Node.next_pre_order method | Aspose.Words for P...

    Node.neXt_pre_order method. Gets neXt node according to the pre-order tree traversal algorithm.... of_type ( lambda x : x . as_shape (), b ), list ( doc...Enumerable . of_type ( lambda x : x . as_shape (), b ), list ( doc...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Using Operators in Java|Aspose.Words for Java

    Use predefined operators in template eXpressions when building a report in Java....Primary x.y x?.y f(x) a[x] a?[x] new Unary - ! ~ (T)x Binary *...

    docs.aspose.com/words/java/using-operators/