Sort Score
Result 10 results
Languages All
Labels All
Results 4,831 - 4,840 of 49,135 for

shape

(0.07 sec)
  1. 档案

    档案...SaveFormat::Docx); 自定义水平规则形状的格式 # Shape.HorizontalRuleFormat 属性现在在 Aspose...r>(); System::SharedPtr<Shape> shape = builder->InsertHorizontalRule();...

    blog.aspose.com/zh/words/aspose-words-for-cpp-1...
  2. Გადაიყვანეთ 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/ka/cpp/conversion/jpg...
  3. Გადაიყვანეთ JPG BMP C++

    გადაიყვანეთ JPG BMP C++ ფორმატში კოდით. შეინახეთ JPG როგორც BMP C++....auto shape = builder-> InsertImage ( u"Input.jpg" ); shape-> GetShapeRenderer...auto shape = builder->InsertImage(u"Input.jpg"); shape->GetS...

    products.aspose.com/words/ka/cpp/conversion/jpg...
  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. Manage Table Cells in Presentations Using C++|A...

    Effortlessly manage table cells in PowerPoint with Aspose.Slides for C++. Master accessing, modifying, and styling cells quickly for seamless slide automation....() -> idx_get ( 0 ) -> get_Shapes () -> idx_get ( 0 )); // assuming...assuming that Slide#0.Shape#0 is a table for ( int32_t i = 0 ;...

    docs.aspose.com/slides/cpp/manage-cells/
  6. LoadOptions.preserveIncludePictureField propert...

    LoadOptions.preserveIncludePictureField property. Gets or sets whether to preserve the INCLUDEPICTURE field when reading Microsoft Word formats...INCLUDEPICTURE field is converted into a shape object. You can override that...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. AxisTimeUnit | Aspose.Words for Java

    Specifies the unit of time for axes in Java....new DocumentBuilder(doc); Shape shape = builder.insertChart(ChartType...500.0, 300.0); Chart chart = shape.getChart(); // Clear the chart's...

    reference.aspose.com/words/java/com.aspose.word...
  8. Manage Table Cells in Presentations Using JavaS...

    Manage table cells in PowerPoint with Aspose.Slides for Node.js. Master accessing, modifying, and styling cells quickly for seamless slide automation....Shape#0 is a table for ( var i = 0... 30 , 30 ]); // Adds table shape to slide var tbl = sld . getShapes...

    docs.aspose.com/slides/nodejs-java/manage-cells/
  9. How to Create PowerPoint Presentation using C#

    We'll walk you through the steps in C# for how to create PowerPoint presentation using C#. By using a few lines of easy code in C# PPT presentation can be generated....Add a text frame inside added shape and set its textual properties...formatted inside the added shape before saving the presentation...

    kb.aspose.com/slides/net/how-to-create-powerpoi...
  10. TextBox.layout_flow property | Aspose.Words for...

    TextBox.layout_flow property. Determines the flow of the text layout in a Shape....flow of the text layout in a shape. @property def layout_flow (...) text_box_shape = builder . insert_shape ( shape_type = aw ...

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