Sort Score
Result 10 results
Languages All
Labels All
Results 4,271 - 4,280 of 42,861 for

shape

(0.06 sec)
  1. Public API Changes in Aspose.Diagram 6.6.0|Docu...

    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 shape of the Visio diagram by ID Shape OLE_Shape = page...); // filter shapes by type Foreign if ( OLE_Shape . getType ()...

    docs.aspose.com/diagram/java/public-api-changes...
  2. Convert JPG To JPG C++

    Convert JPG to JPG format in C++ code. Save JPG as JPG using C++....auto shape = builder-> InsertImage ( u"Input.jpg" ); shape-> GetShapeRenderer...auto shape = builder->InsertImage(u"Input.jpg"); shape->GetS...

    products.aspose.com/words/cpp/conversion/jpg-to...
  3. 格式化文本|Aspose.Slides 文档

    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....( 1 ); //访问第三个形状 Shape shp = slide . Shapes [ 2 ]; //将其文本字体更改为...//访问第三个形状 PowerPoint . Shape shp = slide . Shapes [ 3 ]; //将其文本字体更改为...

    docs.aspose.com/slides/zh/net/format-text/
  4. Փոխարկել JPG TIFF C++

    Փոխարկեք JPG ը TIFF ձևաչափի C++ կոդով: Պահեք JPG որպես TIFF օգտագործելով C++:...auto shape = builder-> InsertImage ( u"Input.jpg" ); shape-> GetShapeRenderer...auto shape = builder->InsertImage(u"Input.jpg"); shape->GetS...

    products.aspose.com/words/hy/cpp/conversion/jpg...
  5. Aspose::Words::DocumentVisitor::VisitRowEnd met...

    Aspose::Words::DocumentVisitor::VisitRowEnd method. Called when enumeration of a table row has ended in C++....SharedPtr < Shape > shape ) override { if ( shape -> get_Font...get_Font () -> get_Hidden ()) { shape -> Remove (); } return VisitorAction...

    reference.aspose.com/words/cpp/aspose.words/doc...
  6. 在 VSTO 和 Aspose.Slides 中添加带动画的图片框架|Aspose.Slide...

    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.... Shape PicFrame = sld . Shapes . AddPicture ( "pic...pic ); //添加图片框架 Shape PicFrame = slide . Shapes . AddPictureFrame...

    docs.aspose.com/slides/zh/net/adding-picture-fr...
  7. Draw Pentagon using C#

    Follow this article to draw pentagon using C#. It has the details to set the IDE, a list of steps, and a sample code for drawing of a pentagon Shape using C#.... Steps to Draw a Pentagon Shape using C# Set the IDE to use...article has taught us pentagon shape drawing using C# . To scale...

    kb.aspose.com/drawing/net/draw-pentagon-using-c...
  8. Ինչպես չափափոխել նկարը Word-ում՝ օգտագործելով C#

    Այս հոդվածը նկարագրում է, թե ինչպես փոխել նկարի չափը Word-ում՝ օգտագործելով C#: Այն կիսում է մանրամասներ IDE-ի կազմաձևման, քայլ առ քայլ գործընթացի և գործարկվող օրինակելի կոդի մասին՝ Word-ում նկարի չափը փոխելու համար՝ օգտագործելով C#:...հղումը պատկերին Shape դասի օբյեկտում։ Shape դասի օբյեկտը օգտագործվում...

    kb.aspose.com/hy/words/net/how-to-resize-a-pict...
  9. ChartSeriesGroup class | Aspose.Words for Node.js

    Aspose.Words.Drawing.Charts.ChartSeriesGroup class. Represents properties of a chart series group, that is, the properties of chart series of the same type associated with the same axes....DocumentBuilder ( doc ); let shape = builder . insertChart ( aw..., 450 , 250 ); let chart = shape . chart ; let series = chart...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. ChartSeriesGroup class | Aspose.Words for Python

    aspose.words.drawing.charts.ChartSeriesGroup class. Represents properties of a chart series group, that is, the properties of chart series of the same type associated with the same axes....DocumentBuilder ( doc = doc ) shape = builder . insert_chart ( chart_type...450 , height = 250 ) chart = shape . chart series = chart . series...

    reference.aspose.com/words/python-net/aspose.wo...