Sort Score
Result 10 results
Languages All
Labels All
Results 2,231 - 2,240 of 43,066 for

shape

(0.52 sec)
  1. OleFormat.IconCaption | Aspose.Words for .NET

    Discover the OleFormat IconCaption property to easily retrieve and customize OLE object icon captions for enhanced document presentation....creates shapes that store these objects. Shape [] shapes = doc...GetChildNodes ( NodeType . Shape , true ). OfType < Shape >(). ToArray ();...

    reference.aspose.com/words/net/aspose.words.dra...
  2. OleControl.name property | Aspose.Words for Python

    OleControl.name property. Gets or sets name of the ActiveX control....docx' ) shape = doc . get_child ( aw . NodeType . SHAPE , 0 , True...True ) . as_shape () ole_control = shape . ole_format . ole_control...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Aspose.Cells 16.10.0中的公共API更改|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....0已经暴露了ReflectionEffect类以及Shape.Reflection属性,以控制形状对象的反射效果。R...ReflectionEffect.Type: 获取/设置预设的反射效果。 Shape.Reflection 属性的简单使用场景如下。 请查看有关...

    docs.aspose.com/cells/zh/net/public-api-changes...
  4. AxisTickLabels.rotation property | Aspose.Words...

    AxisTickLabels.rotation property. Gets or sets the rotation of the tick labels in degrees.... let shape = builder . insertChart ( aw..., 252 ); let xTickLabels = shape . chart . axisX . tickLabels...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. 在Java中创建或管理PowerPoint SmartArt形状节点|Aspose.Slide...

    在Java中管理PowerPoint演示文稿中的智能艺术节点和子节点...遍历第一个幻灯片中的每个形状 for ( IShape shape : pres . getSlides (). get_Item...{ // 检查形状是否为SmartArt类型 if ( shape instanceof SmartArt ) { // 将形状强制转换为SmartArt...

    docs.aspose.com/slides/zh/androidjava/manage-sm...
  6. GradientStop.Position | Aspose.Words for .NET

    Discover the GradientStop Position property, easily set and adjust gradient stop positions from 0% to 100% for stunning visual effects in your designs....DocumentBuilder ( doc ); Shape shape = builder . InsertShape (...ShapeType . Rectangle , 80 , 80 ); shape . Fill . TwoColorGradient (...

    reference.aspose.com/words/net/aspose.words.dra...
  7. TextBoxControl Class | Aspose.Words for .NET

    Discover the Aspose.Words.Drawing.Ole.TextBoxControl class to effortlessly display organized text from data or user input. Enhance your document management today!...docm" ); Shape shape = ( Shape ) doc . GetChild ( NodeType...NodeType . Shape , 0 , true ); TextBoxControl textBoxControl...

    reference.aspose.com/words/net/aspose.words.dra...
  8. SignatureLine.ProviderId | Aspose.Words for .NET

    Discover the SignatureLine ProviderId property to easily manage signature provider identifiers. Simplify your workflow with our default setup....docx" ); Shape shape = ( Shape ) doc . GetChild ( NodeType...NodeType . Shape , 0 , true ); signatureLine = shape . SignatureLine...

    reference.aspose.com/words/net/aspose.words.dra...
  9. 在Ruby Visio Diagram 中添加一个新Layer|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms.... new ( data_dir + "Basic_Shapes.vsd" ) \ # get Visio page page...( layer ) \ # add a new shape shape_id = page . addShape ( 3...

    docs.aspose.com/diagram/zh/java/add-a-new-layer...
  10. Rendering Timeline with C++|Documentation

    Manage timelines of Excel files with Aspose.Cells with C++....supports the rendering of timeline shape without using office 2013, office...existing timeline. Get the shape object according to the name...

    docs.aspose.com/cells/cpp/rendering-timeline/