Sort Score
Result 10 results
Languages All
Labels All
Results 2,381 - 2,390 of 48,774 for

shape

(0.21 sec)
  1. TextBoxWrapMode enumeration | Aspose.Words for ...

    aspose.words.drawing.TextBoxWrapMode enumeration. Specifies how text wraps inside a Shape....Specifies how text wraps inside a shape. Members Name Description SQUARE...inside a shape. NONE Text does not wrap inside a shape. Examples...

    reference.aspose.com/words/python-net/aspose.wo...
  2. 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...
  3. 在 Android 上的演示文稿中管理 SmartArt 形状节点|Aspose.Slides 文档

    使用 Aspose.Slides for Android 在 PPT 和 PPTX 中管理 SmartArt 形状节点。获取清晰的 Java 代码示例和技巧,以简化您的演示文稿。...遍历第一张幻灯片中的每个形状 for ( IShape shape : pres . getSlides (). get_Item...// 检查形状是否为 SmartArt 类型 if ( shape instanceof SmartArt ) { // 将形状强制转换为...

    docs.aspose.com/slides/zh/androidjava/manage-sm...
  4. Automate Presentation Localization on Android|A...

    Automate PowerPoint and OpenDocument slide localization in Java with Aspose.Slides for Android, using practical code samples and tips for faster global rollout....Language for a Presentation and Shape Text Create an instance of Presentation..."test.pptx" ); try { IAutoShape shape = pres . getSlides (). get_Item...

    docs.aspose.com/slides/androidjava/presentation...
  5. 使用Node.js通过C++在工作表内旋转带有形状的文本|Documentation

    了解如何使用Aspose.Cells for Node.js via C++在Excel工作表内旋转带有形状的文本。..."Text is not rotating with shape because RotateTextWithShape..." ); // Access first shape. const shape = worksheet . getShapes...

    docs.aspose.com/cells/zh/nodejs-cpp/rotate-text...
  6. ChartFormat.shape_type property | Aspose.Words ...

    ChartFormat.Shape_type property. Gets or sets the Shape type of the parent chart element....shape_type property ChartFormat.shape_type property Gets or sets...sets the shape type of the parent chart element. @property def...

    reference.aspose.com/words/python-net/aspose.wo...
  7. 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...
  8. ChartDataLabelCollection.orientation property |...

    ChartDataLabelCollection.orientation property. Gets or sets the text orientation of the data labels of the entire series....DocumentBuilder ( doc = doc ) shape = builder . insert_chart ( chart_type...432 , height = 252 ) series = shape . chart . series [ 0 ] data_labels...

    reference.aspose.com/words/python-net/aspose.wo...
  9. ChartDataPointCollection | Aspose.Words for Java

    Represents collection of a ChartDataPoint in Java....new DocumentBuilder(doc); Shape shape = builder.insertChart(ChartType...500.0, 350.0); Chart chart = shape.getChart(); Assert.assertEquals(3...

    reference.aspose.com/words/java/com.aspose.word...
  10. 使用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...