Sort Score
Result 10 results
Languages All
Labels All
Results 481 - 490 of 21,076 for

x

(0.06 sec)
  1. Portion|Aspose.Slides Documentation

    Get portion in PowerPoint presentation in C# or .NET...NewLine + "Corrdinates X =" + point . X + " Corrdinates Y =" +...

    docs.aspose.com/slides/net/portion/
  2. Render Slide as Thumbnail to JPEG by User Defin...

    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....Get the X and Y scaling factors based on user defined X and Y dimensions...800 ; //Getting scaled value of X and Y float scaleX = ( float )(...

    docs.aspose.com/slides/net/render-slide-as-thum...
  3. ChartAxisType Enum | Aspose.Words for .NET

    Discover the Aspose.Words.Drawing.Charts.ChartAXisType enum to easily define chart aXis types and enhance your document's data visualization....grouped and banded along the X-axis by category: Chart chart...Categories are distributed along the X-axis, and values are distributed...

    reference.aspose.com/words/net/aspose.words.dra...
  4. Ինչպես փոխարկել PDF-ը PDF X1A-ին Java-ում

    Այս կարճ ուղեցույցը նկարագրում է գործընթացը, թե ինչպես փոխարկել PDF-ը PDF X1A-ի Java-ում: Այն պարունակում է մանրամասներ IDE-ի տեղադրման վերաբերյալ, ծրագրավորման առաջադրանքները սահմանող քայլերի ցանկ և գործարկվող կոդ՝ PDF-ից PDF X 1A փոխարկիչ Java-ում մշակելու համար:...և գործարկվող կոդը՝ PDF-ից PDF X 1A փոխարկիչը Java -ում գործարկելու...մեջ, որը պետք է փոխակերպվի PDF/X-1a-ի Ստեղծեք PdfFormatConversionO...

    kb.aspose.com/hy/pdf/java/how-to-convert-pdf-to...
  5. ShapeBase.LocalToParent | Aspose.Words for .NET

    Transform local coordinates to parent shape space with the ShapeBase LocalToParent method. Enhance precision in your 3D modeling projects today!...Examples Shows how to translate the x and y coordinate location on a...the right of // the document's x and Y coordinate origin point...

    reference.aspose.com/words/net/aspose.words.dra...
  6. PowerPoint Math Equations|Aspose.Slides for PHP...

    PowerPoint Math Equations, PowerPoint Math Symbols, PowerPoint Formula, PowerPoint Math TeXt...$fraction = new MathematicalText ( "x" ) -> divide ( "y" ); $mathParagraph...$fraction = new MathematicalText ( "x" ) -> divide ( "y" ); $mathParagraph...

    docs.aspose.com/slides/php-java/powerpoint-math...
  7. WrapSide enumeration | Aspose.Words for Python

    aspose.words.drawing.WrapSide enumeration. Specifies what side(s) of the shape or picture the teXt wraps around.... 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...
  8. 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...
  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. 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/