Sort Score
Result 10 results
Languages All
Labels All
Results 5,651 - 5,660 of 45,952 for

shape

(0.11 sec)
  1. Փոխարկել JPG TXT C++

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

    products.aspose.com/words/hy/cpp/conversion/jpg...
  2. Փոխարկել TEXT GIF C++

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

    products.aspose.com/words/hy/cpp/conversion/tex...
  3. Փոխարկել WORD PNG C++

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

    products.aspose.com/words/hy/cpp/conversion/wor...
  4. Փոխարկել HTML SVG C++

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

    products.aspose.com/words/hy/cpp/conversion/htm...
  5. Aspose::Words::BuildingBlocks::GlossaryDocument...

    Aspose::Words::BuildingBlocks::GlossaryDocument class. Represents the root element for a glossary document within a Word document. A glossary document is a storage for AutoText, AutoCorrect entries and Building Blocks. To learn more, visit the documentation article in C++....Gets or sets the background shape of the document. Can be null...System::SharedPtr<Aspose::Words::Drawing::Shape>&) Setter for Aspose::Words...

    reference.aspose.com/words/cpp/aspose.words.bui...
  6. CompareOptions.compare_moves property | Aspose....

    CompareOptions.compare_moves property. Specifies whether to compare differences between the two documents.... insert_shape ( shape_type = aw . drawing . ShapeType...aw . NodeType . SHAPE , 0 , True ) . as_shape () . first_paragraph...

    reference.aspose.com/words/python-net/aspose.wo...
  7. 用C++管理评论和注释|Documentation

    使用Aspose.Cells for C++插入和管理评论或注释。...CommentShape shape = comment . GetCommentShape (); shape . GetFill...

    docs.aspose.com/cells/zh/cpp/comments-and-notes/
  8. 提示框|Aspose.Slides 文档

    在C#或.NET中的PowerPoint图表提示框和数据标签... Shapes . AddChart ( ChartType . Pie...0 ]; IChart chart = slide . Shapes . AddChart ( ChartType . Doughnut...

    docs.aspose.com/slides/zh/net/callout/
  9. Using ActiveX Controls in Excel using Node.js

    Follow this article for using ActiveX controls in Excel using Node.js. It has IDE settings, steps, and a sample code for inserting ActiveX command button using Node.js....properties to customize the control shape and behavior. Steps to Insert...empty workbook and access the shapes collection in the target sheet...

    kb.aspose.com/cells/nodejs/using-activex-contro...
  10. BuildingBlock | Aspose.Words for Java

    Represents a glossary document entry such as a Building Block AutoText or an AutoCorrect entry in Java....Document(); // Add two runs and one shape as child nodes to the first..."Hello world! ")); Shape shape = new Shape(doc, ShapeType.RECTANGLE);...

    reference.aspose.com/words/java/com.aspose.word...