Sort Score
Result 10 results
Languages All
Labels All
Results 2,481 - 2,490 of 46,177 for

shape

(0.05 sec)
  1. 通过 C++ 使用 Node.js 锁定或解锁形状|Documentation

    本文展示了如何使用 Aspose.Cells 库通过 C++ 在 Node.js 中锁定或解锁形状以保护它们的代码。... get ( 0 ); let shape = worksheet . getShapes ()...., 30 , 100 ); shape . setText ( text ); shape = worksheet . getShapes...

    docs.aspose.com/cells/zh/nodejs-cpp/lock-or-unl...
  2. ImageData.imageBytes property | Aspose.Words fo...

    ImageData.imageBytes property. Gets or sets the raw bytes of the image stored in the Shape....of the image stored in the shape. get imageBytes () : number...will remove the image from the shape. Returns null if the image is...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. 用C++在工作表内旋转文本和形状|Documentation

    学习如何在Excel工作表中使用形状控制文本旋转,使用编号Aspose.Cells for C++。..."Text is not rotating with shape because RotateTextWithShape...false." ); // Access first shape Shape sh = ws . GetShapes (). Get...

    docs.aspose.com/cells/zh/cpp/rotate-text-with-s...
  4. Aspose::Words::Drawing::TextPath class | Aspose...

    Aspose::Words::Drawing::TextPath class. Defines the text and formatting of the text path (of a WordArt object). To learn more, visit the documentation article in C++....more, visit the Working with Shapes documentation article. class...the text fits the path of a shape. get_FitShape () Defines whether...

    reference.aspose.com/words/cpp/aspose.words.dra...
  5. Cutting off right side after converting email t...

    i am facing same issue applied this code but not working, could you please help me on this for local testing we are using evaluation one but for higher env we are using licensed one. below is my code: public void gen…...NodeCollection<Shape> shapes = doc.getChildNodes(NodeType.SHAPE, true);...true); for (Shape shape : shapes) { if (shape.hasImage()) { maxContentWidth...

    forum.aspose.com/t/cutting-off-right-side-after...
  6. DocumentBuilder.insert_forms_2_ole_control meth...

    DocumentBuilder.insert_forms_2_ole_control method. Inserts [Forms2OleControl](../../../aspose.words.drawing.ole/forms2olecontrol/) object into current position....forms_2_ole_control Forms2OleControl Returns Shape object that contains passed...ole . CommandButtonControl () shape = builder . insert_forms_2_ole_control...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Compress JPG In C#

    Compress JPG in C# without losing quality. Optimize JPG content, reduce file size easily....new DocumentBuilder(doc); var shape = builder.InsertImage( "Input...Jpeg) { JpegQuality = 50 }; shape.GetShapeRenderer().Save( "Output...

    products.aspose.com/words/net/compress/jpg/
  8. Compress HTML In Javascript

    Compress HTML in JavaScript without losing quality. Optimize HTML content, reduce file size easily....cleanup(); var shapes = doc.getChildNodes(aw.NodeType.Shape, true )...) for ( var shape of shapes) { if (shape.hasImage()) { // It's...

    products.aspose.com/words/nodejs-net/compress/h...
  9. Display text content on top of a cell with a fi...

    Step 1: Write content into a cell. Step 2: Fill the cell with a background color Step 3: Overlay text on top of the filled color (new text ) I am using aspose cells gid js for python via dotnet ,I want to apply the ch…...background color, and then using a shape to overlay the text. Here’s...of the filled color using a shape. Code Here’s a sample code snippet...

    forum.aspose.com/t/display-text-content-on-top-...
  10. DocumentBuilder.InsertOleObject | Aspose.Words ...

    Effortlessly enhance your documents with the DocumentBuilder InsertOleObject method, allowing seamless embedding of OLE objects from streams.... public Shape InsertOleObject ( Stream stream...predefined images. Return Value Shape node containing Ole object and...

    reference.aspose.com/words/net/aspose.words/doc...