Sort Score
Result 10 results
Languages All
Labels All
Results 691 - 700 of 26,573 for

x

(0.06 sec)
  1. Aspose::Words::Drawing::Charts::AxisBound::get_...

    Aspose::Words::Drawing::Charts::AXisBound::get_ValueAsDate method. Returns value of aXis bound represented as datetime in C++....The first array contains the X-values, // and the second contains...scaling is applied to the graph's X and Y-axes, // so that both their...

    reference.aspose.com/words/cpp/aspose.words.dra...
  2. 1. Simple formulas

    This article discusses how to create simple atomic math eXpressions for more compleX formulas with TeX and LaTeX....formula is a single letter ‘ x ’ or a single digit ‘4’. To insert...into a LaTeX text, you type $x$ or $4$ , respectively. All math...

    docs.aspose.com/tex/java/latex-math-simple-form...
  3. SVG Path – Code Examples – Aspose.SVG Guide

    Learn with Aspose.SVG how to use SVG paths – a group of commands to draw outlines or shapes by combining SVG lines, SVG arcs, and Bezier curves....begins with the moveto M (x,y) command. x and y coordinates indicate...one: L (x, y) – the command takes two parameters – x and y coordinates...

    docs.aspose.com/svg/net/drawing-basics/svg-path...
  4. AxisBound.value_as_date property | Aspose.Words...

    AXisBound.value_as_date property. Returns value of aXis bound represented as datetime....The first array contains the X-values, # and the second contains...( series_name = 'Series 1' , x_values = [ 1.1 , 5.4 , 7.9 , 3...

    reference.aspose.com/words/python-net/aspose.wo...
  5. ShapeBase.BoundsWithEffects | Aspose.Words for ...

    Discover the ShapeBase BoundsWithEffects property to get the final eXtent of your shape after applying drawing effects, measured in points for precision.... X , Is . EqualTo ( 200 )); Assert...( shape . BoundsWithEffects . X , Is . EqualTo ( 0 )); Assert...

    reference.aspose.com/words/net/aspose.words.dra...
  6. SVG Text – text element, textPath – Aspose.SVG ...

    Learn about SVG glyphs, fonts, and characters, and how to display, format, and style SVG teXt using the teXt, tspan, and teXtPath elements....org/2000/svg" > 2 < text x = "10" y = "6" fill = "red" >...fully visible </ text > 3 < text x = "10" y = "30" fill = "green"...

    docs.aspose.com/svg/net/drawing-basics/svg-text/
  7. Extracting text inside a rectangle|Documentation

    EXtract teXt located inside areas of the image provided by coordinates....Coordinates Extracted text Name {X=231, Y=101, Width=430, Height=42}...SAMPLE AVERY JOSEPH Expiry date {X=546, Y=224, Width=123, Height=26}...

    docs.aspose.com/ocr/cpp/image-regions-extract/
  8. 使用Type1字体|的文本渲染| .NET

    C#API用于开发人员操纵和字体文件。了解有关如何在.NET产品中渲染1型字体的基础知识。... X = ( float )moveTo. X ; 16 _currentPoint...lineTo) 20 { 21 float x = ( float )lineTo. X ; 22 float y = ( float...

    docs.aspose.com/font/zh/net/text-rendering-type...
  9. NodeCollection.to_array method | Aspose.Words f...

    NodeCollection.to_array method. Copies all nodes from the collection to a new array of nodes.... 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. Get Paragraph Bounds from Presentations in PHP|...

    Learn how to retrieve paragraph and teXt-portion bounds in Aspose.Slides for PHP via Java to optimize teXt positioning in PowerPoint presentations....-> getRect (); echo ( "X: " . $rect -> $x . " Y: " . $rect -> $y...get_Item ( 1 ) -> get_Item ( 1 ); $x = $tbl -> getX () + $tbl -> getRows...

    docs.aspose.com/slides/php-java/paragraph/