Sort Score
Result 10 results
Languages All
Labels All
Results 2,641 - 2,650 of 42,835 for

shape

(0.05 sec)
  1. 部分|Aspose.Slides 文档

    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....{ // 重塑演示文稿的上下文 IAutoShape shape = ( IAutoShape ) pres . getSlides...textFrame = ( ITextFrame ) shape . getTextFrame (); for ( IParagraph...

    docs.aspose.com/slides/zh/androidjava/portion/
  2. Compress HTML In Python

    Compress HTML in Python without losing quality. Optimize HTML content, reduce file size easily....cleanup() shapes = [node.as_shape() for node in doc.get_child_nodes(aw...NodeType.SHAPE, True )] for shape in shapes: if shape.isImage:...

    products.aspose.com/words/python-net/compress/h...
  3. Შეკუმშოს WORD C#

    შეკუმშოს WORD C# ში ხარისხის დაკარგვის გარეშე. გააუმჯობესეთ WORD კონტენტი, შეამცირეთ ფაილის ზომა მარტივად....Shape, true ); foreach (Shape shape in nodes) { if...if (shape.IsImage) { // დეველოპერს ევალება აირჩიოს ბიბლიოთეკა...

    products.aspose.com/words/ka/net/compress/word/
  4. Შეკუმშოს DOCX C#

    შეკუმშოს DOCX C# ში ხარისხის დაკარგვის გარეშე. გააუმჯობესეთ DOCX კონტენტი, შეამცირეთ ფაილის ზომა მარტივად....Shape, true ); foreach (Shape shape in nodes) { if...if (shape.IsImage) { // დეველოპერს ევალება აირჩიოს ბიბლიოთეკა...

    products.aspose.com/words/ka/net/compress/docx/
  5. 在Aspose.Cells中为图表添加WordArt水印|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....//Add a WordArt watermark (shape) to the chart's plot area. Aspose...Cells . Drawing . Shape wordart = chart . Shapes . AddTextEffectInChart...

    docs.aspose.com/cells/zh/net/add-wordart-waterm...
  6. 使用 Aspose.Slides 的 Hello World 应用程序|Aspose.Slid...

    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....添加一个矩形类型的 AutoShape auto shape = slide -> get_Shapes () -> AddAutoShape...50.0f ); // 向矩形添加 TextFrame shape -> AddTextFrame ( u "Hello World"...

    docs.aspose.com/slides/zh/cpp/hello-world-appli...
  7. Forms2OleControl class | Aspose.Words for Python

    aspose.words.drawing.ole.Forms2OleControl class. Represents Microsoft Forms 2.0 OLE 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...
  8. ChartDataPoint.ClearFormat | Aspose.Words for .NET

    Discover how the ChartDataPoint ClearFormat method resets your data point's format to default, enhancing clarity and consistency in your charts....DocumentBuilder ( doc ); Shape shape = builder . InsertChart (...500 , 350 ); Chart chart = shape . Chart ; Assert . AreEqual...

    reference.aspose.com/words/net/aspose.words.dra...
  9. Working with Masters|Documentation

    This section explains how to add master or get master information with Aspose.Diagram....Retrieving Master Information A shape master is another name for a...Master object represents a Shape object’s master in a diagram...

    docs.aspose.com/diagram/net/working-with-masters/
  10. Convert PowerPoint to Word|Aspose.Slides Docume...

    Convert PowerPoint Presentation to Word in Java...( IShape shape : slide . getShapes ()) { if ( shape instanceof...builder . writeln ((( AutoShape ) shape ). getTextFrame (). getText...

    docs.aspose.com/slides/java/convert-powerpoint-...