Sort Score
Result 10 results
Languages All
Labels All
Results 2,081 - 2,090 of 42,521 for

shape

(0.05 sec)
  1. 通过C++和Node.js更新ActiveX组合框控件|Documentation

    学习如何使用Aspose.Cells for Node.js via C++读取和写入ActiveX组合框控件的值。...请通过 Shape.getActiveXControl() 属性访问ActiveX控件,并通过...Access first shape from first worksheet const shape = wb . getWorksheets...

    docs.aspose.com/cells/zh/nodejs-cpp/update-acti...
  2. How to Set Text to Header in Presentation Using...

    Hi everyone again; We need your help. We use Aspose Slides for .Net version 18.3, and we try to set text to header. I look this : Presentation Header and Footer|Aspose.Slides Documentation But visual studio doesn’t f…...(var shape in slide.NotesSlideManager.NotesSlide.Shapes) { if...if (shape.Placeholder != null && shape.Placeholder.Type == PlaceholderType...

    forum.aspose.com/t/how-to-set-text-to-header-in...
  3. Compress WORD In C#

    Compress WORD in C# without losing quality. Optimize WORD content, reduce file size easily....Shape, true ); foreach (Shape shape in nodes) { if...if (shape.IsImage) { // It's up to developer to choose the library...

    products.aspose.com/words/net/compress/word/
  4. Compress DOCX In C#

    Compress DOCX in C# without losing quality. Optimize DOCX content, reduce file size easily....Shape, true ); foreach (Shape shape in nodes) { if...if (shape.IsImage) { // It's up to developer to choose the library...

    products.aspose.com/words/net/compress/docx/
  5. 形状格式化|Aspose.Slides 文档

    在 C++ 中格式化 PowerPoint 演示文稿中的形状...添加矩形类型的自动形状 auto shape = slide -> get_Shapes () -> AddAutoShape...150 , 75 ); // 设置矩形形状的填充颜色 shape -> get_FillFormat () -> set_FillType...

    docs.aspose.com/slides/zh/cpp/shape-formatting/
  6. ChartMultilevelValue | Aspose.Words for .NET

    Discover the ChartMultilevelValue constructor, designed to create a powerful three-level value instance for enhanced data visualization and analysis.... Shape shape = builder . InsertChart (...450 , 280 ); Chart chart = shape . Chart ; chart . Title . Text...

    reference.aspose.com/words/net/aspose.words.dra...
  7. Manage Placeholder|Aspose.Slides Documentation

    Change Placeholder text and prompt text in PowerPoint presentations in C++... Iterate through the shapes to find the placeholder. Typecast...Typecast the placeholder shape to an AutoShape and change the...

    docs.aspose.com/slides/cpp/manage-placeholder/
  8. 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...
  9. 用C++改变Excel文本框或形状的字符间距|Documentation

    学习如何用Aspose.Cells和C++改变Excel文本框或形状的字符间距。...also a shape object from shapes collection Shape shape = wb ....GetCharacters() method FontSetting fs = shape . GetRichFormattings ()[ 0 ];...

    docs.aspose.com/cells/zh/cpp/change-character-s...
  10. 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...