Sort Score
Result 10 results
Languages All
Labels All
Results 801 - 810 of 29,860 for

x

(0.22 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 DrawObject...Sample Code Console Output [ X ]: 153 . 6035 [ Y ]: 82 . 94118...

    docs.aspose.com/cells/net/get-drawobject-and-bo...
  2. <mstyle> Xhtml tag causing issue in Document - ...

    Hi Team, I am facing issue while printing Xhtml content in Word File… I do see changes in output for the same Xhtml file in version 25.4v words and 26.3v Words. Why this kind of behaviour in latest version of words? Is…...w><mi>F</mi></mrow><mrow><mi>x</mi></mrow></msub></mrow><mro...w><mrow><mo>&#x2202;</mo><mi>x</mi></mrow></mfrac><mo>)</mo></mrow><mstyle...

    forum.aspose.com/t/mstyle-xhtml-tag-causing-iss...
  3. AxisScaleType | Aspose.Words for Java

    Specifies the possible scale types for an 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...
  4. Minimal XDimension|Documentation

    Learn how to use MinimalXDimension together with XDimension mode to control recognition of very small barcode modules....USE_MINIMAL_X_DIMENSION) QualitySettings.se...XDimensionMode is set to USE_MINIMAL_X_DIMENSION . For all other XDimension...

    docs.aspose.com/barcode/java/developer-guide/ba...
  5. FieldMergeBarcode.FixCheckDigit | Aspose.Words ...

    Optimize your FieldMergeBarcode with the FiXCheckDigit property to ensure accurate check digit validation and enhance data integrity effortlessly....MyEAN13Barcode EAN13 \\t \\p CASE \\x" )); builder . Writeln (); //...\"501234567890\" EAN13 \\t \\p CASE \\x" )); Assert . That ( doc . Range...

    reference.aspose.com/words/net/aspose.words.fie...
  6. AxisScaling.maximum property | Aspose.Words for...

    AXisScaling.maXimum property. Gets or sets the maXimum value of the aXis....containing date/time values for the X-axis, and respective decimal values...lower and upper bounds for the X-axis. let xAxis = chart . axisX...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. 从 PHP 演示文稿中获取段落边界|Aspose.Slides for PHP 文档

    了解如何在 Aspose.Slides for PHP via Java 中检索段落和文本部分的边界,以优化 PowerPoint 演示文稿中的文本定位。...-> getRect (); echo ( "X: " . $rect -> $x . " Y: " . $rect -> $y...get_Item ( 1 ) -> get_Item ( 1 ); $x = $tbl -> getX () + $tbl -> getRows...

    docs.aspose.com/slides/zh/php-java/paragraph/
  8. Apply or Change Slide Layouts in C++|Aspose.Sli...

    Manage and customize slide layouts in Aspose.Slides for C++. EXplore layout types, placeholder control, and footer visibility through C++ code eXamples....Method AddContentPlaceholde(float x, float y, float width, float height)...height) AddVerticalContentPl(float x, float y, float width, float height)...

    docs.aspose.com/slides/cpp/slide-layout/
  9. Aspose::Words::Replacing::FindReplaceOptions::g...

    Aspose::Words::Replacing::FindReplaceOptions::get_IgnoreOfficeMath method. Gets or sets a boolean value indicating either to ignore teXt inside OfficeMath/>. The default value is true in C++....get_Range () -> Replace ( u "b" , u "x" , options ); if ( isIgnoreOfficeMath...()); } else { ASSERT_EQ ( u "i+x-c≥iM+xM-cM" , doc -> get_FirstSection...

    reference.aspose.com/words/cpp/aspose.words.rep...
  10. Get Paragraph Bounds from Presentations in Java...

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

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