Sort Score
Result 10 results
Languages All
Labels All
Results 1,911 - 1,920 of 43,062 for

shape

(0.09 sec)
  1. Manage TextBox|Aspose.Slides for Node.js via .N...

    Manage a text box or text frame in PowerPoint presentations using JavaScript...typically exist in text boxes or shapes. Therefore, to add a text to...class that allows you to add a shape containing some text. Info Aspose...

    docs.aspose.com/slides/nodejs-java/manage-textbox/
  2. Node.nextPreOrder method | Aspose.Words for Nod...

    Node.nextPreOrder method. Gets next node according to the pre-order tree traversal algorithm....and delete any encountered shape with an image. let doc = new...getChildNodes ( aw . NodeType . Shape , true ). toArray (). map (...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Aspose::Words::Saving::ImlRenderingMode enum | ...

    Aspose::Words::Saving::ImlRenderingMode enum. Specifies how ink (InkML) objects are rendered to fixed page formats in C++....Description Fallback 0 If fall-back shape is available for ink (InkML)...Aspose.Words renders fall-back shape instead of the InkML. InkML...

    reference.aspose.com/words/cpp/aspose.words.sav...
  4. ImageData.contrast property | Aspose.Words for ...

    ImageData.contrast property. Gets or sets the contrast for the specified picture...Examples Shows how to edit a shape’s image data. img_source_doc...MY_DIR + 'Images.docx' ) source_shape = img_source_doc . get_child_nodes...

    reference.aspose.com/words/python-net/aspose.wo...
  5. GradientVariant | Aspose.Words for Java

    Specifies the variant for a gradient fill in Java....Examples: Shows how to fill a shape with a gradients. Document doc...new DocumentBuilder(doc); Shape shape = builder.insertShape(ShapeType...

    reference.aspose.com/words/java/com.aspose.word...
  6. Refresh Values of Linked Shapes with Node.js vi...

    Learn how to refresh the values of linked Shapes in Excel using Aspose.Cells for Node.js via C++....Refresh Values of Linked Shapes with Node.js via C++ Contents...Sometimes, you have a linked shape in your Excel file which is...

    docs.aspose.com/cells/nodejs-cpp/refresh-values...
  7. 使用C++在非原始形状中插入数据|Documentation

    使用Aspose.Cells和C++访问和操作非原始形状中的数据。...您可以使用 Shape.AutoShapeType 属性检查它们的类型。 使用 Shape.GetPaths()...Accessing the user defined shape Shape shape = worksheet . GetShapes...

    docs.aspose.com/cells/zh/cpp/data-in-non-primit...
  8. TextBoxControl.type property | Aspose.Words for...

    TextBoxControl.type property. Gets type of Forms 2.0 control....docm' ) shape = doc . get_child ( aw . NodeType . SHAPE , 0 , True...True ) . as_shape () text_box_control = shape . ole_format ....

    reference.aspose.com/words/python-net/aspose.wo...
  9. Compress JPG In Java

    Compress JPG in Java without losing quality. Optimize JPG content, reduce file size easily....new DocumentBuilder (doc); Shape shape = builder.insertImage( "Input...saveOptions.setJpegQuality( 50 ); shape.getShapeRenderer().save( "Output...

    products.aspose.com/words/java/compress/jpg/
  10. OleFormat.IsLink | Aspose.Words for .NET

    Discover OleFormat IsLink property. Easily check if your OLE object is linked with SourceFullName for seamless data integration and management....creates shapes that store these objects. Shape [] shapes = doc...GetChildNodes ( NodeType . Shape , true ). OfType < Shape >(). ToArray ();...

    reference.aspose.com/words/net/aspose.words.dra...