Sort Score
Result 10 results
Languages All
Labels All
Results 2,151 - 2,160 of 48,106 for

shape

(0.11 sec)
  1. Add WordArt Watermark to Worksheet with C++|Doc...

    Learn how to add WordArt watermarks to Excel worksheets using Aspose.Cells for C++....and make text fit a preset shape, or apply text to an Excel sheet...shows how to add a WordArt shape to set a background watermark...

    docs.aspose.com/cells/cpp/add-wordart-watermark...
  2. CompositeNode.getShape method | Aspose.Words fo...

    CompositeNode.getShape method. Returns an Nth child [Shape](../../../aspose.words.drawing/Shape/) node....isDeep) Returns an Nth child Shape node. getShape ( index : number...Zero based index of the child Shape node to select. Negative indexes...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. System.NullReferenceException on Shape.Hyperlin...

    Hi Philip, I hope you are doing fine. I have a problem when adding hyperlink to a Shape in a VSD template file with the latest version of Aspose.Diagram for .NET (version 25.11.0). I am using C# with .NET Framework 4.8…...NullReferenceExcepti on Shape.Hyperlinks collection when adding...when adding hyperlink to a shape in a VSD template file with...

    forum.aspose.com/t/system-nullreferenceexceptio...
  4. GradientStopCollection.removeAt method | Aspose...

    GradientStopCollection.removeAt method. Removes a [GradientStop](../../gradientstop/) from the collection at a specified index....DocumentBuilder ( doc ); let shape = builder . insertShape ( aw...ShapeType . Rectangle , 80 , 80 ); shape . fill . twoColorGradient (...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. NodeType | Aspose.Words for Java

    Specifies the type of a Word document node 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...
  6. Content is still being sliced on the right when...

    public void generatePdfFromEmail(File inputFile, OutputStream outputStream, String filename, List<Long> pages) { try { MailMessage mailMessage; String extension = FilenameUtils.getExte…...NodeCollection<Shape> shapes = doc.getChildNodes(NodeType.SHAPE, true);...true); for (Shape shape : shapes) { if (shape.hasImage()) { maxContentWidth...

    forum.aspose.com/t/content-is-still-being-slice...
  7. 使用Node.js通过C++设置形状或文本框段落的行间距|Documentation

    学习如何使用Aspose.Cells for Node.js via C++设置形状或文本框中段落的行间距。...first shape which is a text box and set its text const shape = ws.... getShapes (). get ( 0 ); shape . setText ( "Sign up for your...

    docs.aspose.com/cells/zh/nodejs-cpp/set-line-sp...
  8. Add ActiveX Controls using Aspose.Cells with C+...

    Learn how to add ActiveX controls to Excel worksheets programmatically using Aspose.Cells for C++....ActiveX control inside the shape collection, you can access the...ActiveX control object via the Shape::get_ActiveXControl() method...

    docs.aspose.com/cells/cpp/add-activex-controls-...
  9. ShapeBase.boundsInPoints2 property | Aspose.Wor...

    ShapeBase.boundsInPoints2 property. Gets the location and size of the containing block of the Shape in points, relative to the anchor of the topmost Shape....the containing block of the shape in points, relative to the anchor...anchor of the topmost shape. get boundsInPoints2 () : Aspose...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Excel打印线条缺失 - Free Support Forum - aspose.com

    excel转pdf问题.zip (34.0 KB) 在使用25.4版本的apose.cells去打印一个excel文档,打印完成后发现有线条的缺失。虚拟打印机Foxit以及实际打印的都存在这个问题。后尝试将excel转pdf,发现同样是有问题。这里提供了转pdf的代码以及相关输入和输出的文件,请帮忙复现排查一下是什么问题。...时,部分线条(尤其是手绘线条、文本框等 Shape)可能在输出中缺失。这是该版本渲染某些绘图对象时的已知缺陷。 出现原因 Shape 渲染缺陷 –...PDF(或打印)时,可能会忽略 TextBox、线条等 Shape,导致它们在最终文档中不显示。官方论坛已有 “TextBox...

    forum.aspose.com/t/excel/321351