Sort Score
Result 10 results
Languages All
Labels All
Results 1,991 - 2,000 of 48,122 for

shape

(0.25 sec)
  1. GradientStop | Aspose.Words for Java

    Represents one gradient stop in Java....new DocumentBuilder(doc); Shape shape = builder.insertShape(ShapeType...insertShape(ShapeType.RECTANGLE, 80.0, 80.0); shape.getFill().twoColorGradient(Color...

    reference.aspose.com/words/java/com.aspose.word...
  2. Story.StoryType | Aspose.Words for .NET

    Discover the StoryType property to easily identify and categorize your stories, enhancing organization and improving your storytelling experience....Examples Shows how to remove all shapes from a node. Document doc =...DocumentBuilder to insert a shape. This is an inline shape, // which has a...

    reference.aspose.com/words/net/aspose.words/sto...
  3. 管理占位符|Aspose.Slides for PHP 文档

    使用PHP更改PowerPoint幻灯片中占位符的文本。使用PHP在PowerPoint幻灯片中设置占位符的提示文本。...getShapes () as $shape ) { if ( java_instanceof ( $shape -> getPlaceholder...getPlaceholder ()) != null && $shape , new JavaClass ( "com.aspose.slides...

    docs.aspose.com/slides/zh/php-java/manage-place...
  4. OlePackage.display_name property | Aspose.Words...

    OlePackage.display_name property. Gets or sets OLE Package display name....system by double-clicking on the shape that contains the OLE object...zip_file_bytes ) as stream : shape = builder . insert_ole_object...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Container Copy Styling Issues (continued) - Fre...

    Started here: After the 25.11 update I’m still seeing some issues with styling of copied containers. Issues: The first container copy is quite a bit wider than the original or the other copies. The style still doesn…...and messes up the contained shapes. Not sure why this is (and...specifically (as opposed to the shape). Here are the script, the source...

    forum.aspose.com/t/container-copy-styling-issue...
  6. OoxmlCompliance Enum | Aspose.Words for .NET

    Explore Aspose.Words.Saving.OoxmlCompliance enum to choose your preferred OOXML specification for optimal DOCX format saving. Enhance document quality today!...Examples Shows how to insert DML shapes into a document. Document doc...are two wrapping types that shapes may have. // 1 - Floating:...

    reference.aspose.com/words/net/aspose.words.sav...
  7. ThemeFonts | Aspose.Words for Java

    Represents a collection of fonts in the font scheme allowing to specify different fonts for different languages getLatin / setLatinjava.lang.String getEastAsian / setEastAsianjava.lang.String and getComplexScript / setComplexScriptjava.lang.String in Java....insert a shape, and then set a color for it via "Shape Format"...Format" -> "Shape Styles". ThemeColors colors = theme.getColors(); colors...

    reference.aspose.com/words/java/com.aspose.word...
  8. Working with Watermark in C#|Aspose.Words for .NET

    Document watermark manipulation using C#....can also be inserted using shape class as well. It is very easy...easy to insert any shape or image into a header or footer and...

    docs.aspose.com/words/net/working-with-watermark/
  9. Forms2OleControlCollection.count property | Asp...

    Forms2OleControlCollection.count property. Gets count of objects in the collection....docm' ) # Shapes store and display OLE objects...body. shape = doc . get_child ( aw . NodeType . SHAPE , 0 , True...

    reference.aspose.com/words/python-net/aspose.wo...
  10. 在 Java 中获取演示文稿的段落边界|Aspose.Slides 文档

    了解如何在 Aspose.Slides for Java 中检索段落和文本部分的边界,以优化 PowerPoint 演示文稿中的文本定位。... AutoShape shape = ( AutoShape ) pres . getSlides...TextFrame textFrame = ( TextFrame ) shape . getTextFrame (); for ( IParagraph...

    docs.aspose.com/slides/zh/java/paragraph/