Sort Score
Result 10 results
Languages All
Labels All
Results 1,631 - 1,640 of 12,941 for

shape

(0.08 sec)
  1. 管理 SmartArt 形状节点|Aspose.Slides for Python 文档

    Python 中的 PowerPoint 演示文稿中的 Smart 节点和子节点...遍历第一张幻灯片中的每个形状 for shape in pres . slides [ 0 ] . shapes : # 检查形状是否为...检查形状是否为 SmartArt 类型 if type ( shape ) is art . SmartArt : # 添加一个新的 SmartArt...

    docs.aspose.com/slides/zh/python-net/manage-sma...
  2. NodeCollection | Aspose.Words for Java

    Represents a collection of nodes of a specific type in Java....replace all textbox shapes with image shapes. Document doc = new...getChildNodes(NodeType.SHAPE, true).toArray()) .filter(Shape.class::isInstance)...

    reference.aspose.com/words/java/com.aspose.word...
  3. Aspose::Words::Drawing::ImageData::get_Title me...

    Aspose::Words::Drawing::ImageData::get_Title method. Defines the title of an image in C++....Examples Shows how to edit a shape’s image data. auto imgSourceDoc...= System :: ExplicitCast < Shape > ( imgSourceDoc -> GetChildNodes...

    reference.aspose.com/words/cpp/aspose.words.dra...
  4. Aspose::Words::Drawing::ImageData::get_ChromaKe...

    Aspose::Words::Drawing::ImageData::get_ChromaKey method. Defines the color value of the image that will be treated as transparent in C++....Examples Shows how to edit a shape’s image data. auto imgSourceDoc...= System :: ExplicitCast < Shape > ( imgSourceDoc -> GetChildNodes...

    reference.aspose.com/words/cpp/aspose.words.dra...
  5. ForEach | Aspose.Slides for .NET API 参考

    表示一组用于迭代不同Presentation../aspose.slides/presentation模型对象的方法 如果您需要迭代和更改某些 Presentation 元素的格式或内容这些方法会很有用 例如更改每个部分的格式...static Shape (BaseSlide, ForEachShapeCallback) 迭代每个 Shape 在 BaseSlide...static Shape (Presentation, ForEachShapeCallback) 迭代每个 Shape 在 Presentation...

    reference.aspose.com/slides/zh/net/aspose.slide...
  6. SignatureLine.Instructions | Aspose.Words for .NET

    Discover how to customize signer instructions with the SignatureLine property. Enhance the signing experience by adding clear, personalized guidance...."Senior Manager" }; // Insert a shape that will contain a signature...created above. // If we insert a shape whose coordinates originate...

    reference.aspose.com/words/net/aspose.words.dra...
  7. ChartDataTable | Aspose.Words for Java

    Allows to specify properties of a chart data table in Java....new DocumentBuilder(doc); Shape shape = builder.insertChart(ChartType...432.0, 252.0); Chart chart = shape.getChart(); ChartSeriesCollectio...

    reference.aspose.com/words/java/com.aspose.word...
  8. 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...
  9. CheckBoxControl.type property | Aspose.Words fo...

    CheckBoxControl.type property. Gets type of Forms 2.0 control....docx' ) shape = doc . get_child ( aw . NodeType . SHAPE , 0 , True...True ) . as_shape () check_box_control = shape . ole_format ...

    reference.aspose.com/words/python-net/aspose.wo...
  10. DmlRenderingMode enumeration | Aspose.Words for...

    aspose.words.saving.DmlRenderingMode enumeration. Specifies how DrawingML Shapes are rendered to fixed page formats....enumeration Specifies how DrawingML shapes are rendered to fixed page...Description FALLBACK If fall-back shape is available for DrawingML,...

    reference.aspose.com/words/python-net/aspose.wo...