Sort Score
Result 10 results
Languages All
Labels All
Results 3,001 - 3,010 of 45,924 for

shapes

(0.06 sec)
  1. Table constructor | Aspose.Words for Python

    Table constructor. Initializes a new instance of the [Table](../) class....typical elements such as runs, shapes, and even other tables. # Calling...

    reference.aspose.com/words/python-net/aspose.wo...
  2. DocumentBuilder class | Aspose.Words for Node.js

    Aspose.Words.DocumentBuilder class. Adapts [DocumentBuilder](./) class public API for Node.js porting....insertGroupShape(shapes) Groups the shapes passed as a parameter...top, width, height, shapes) Groups the shapes passed as a parameter...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. How to possible top row color set like z-index ...

    @John.He , @amjad.sahi, @peyton.xu // Example: Apply background color priority - Top, Middle, Bottom Style topStyle = worksheet.Workbook.CreateStyle(); topStyle.ForegroundColor = Color.LightGreen; topStyle.Pattern = Bac…...or effects, consider using shapes or images as overlays. Please...

    forum.aspose.com/t/how-to-possible-top-row-colo...
  4. Font templates | Comprehensive knowledge base

    Discover how font templates streamline typeface creation with grids, stroke variations, and more. Create unique, professional fonts efficiently....templates typically include: Basic shapes such as rectangles, circles...characters that indicate the general shape and proportions of each glyph...

    docs.aspose.com/font/net/fonts-templates/
  5. X-Axis Title Is Cut Off When Converting a Prese...

    Hi Team, I have a sample PPTX with a single slide having a single shape. When I get an image of this shape using Aspose, I see that the text “Time, t, in seconds” appears to be cut. I am using Aspose 25.5 version. Code…...having a single shape. When I get an image of this shape using Aspose...Slides[slideIndex]; // Process each shape in the current slide foreach...

    forum.aspose.com/t/x-axis-title-is-cut-off-when...
  6. PdfLoadOptions class | Aspose.Words for Python

    aspose.words.loading.PdfLoadOptions class. Allows to specify additional options when loading Pdf document into a [Document](../../aspose.words/document/) object...from LoadOptions ) convert_shape_to_office_math Gets or sets...sets whether to convert shapes with EquationXML to Office Math objects...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Presentation Header and Footer|Aspose.Slides Do...

    PowerPoint header and footer in C# or .NET...foreach ( IShape shape in master . Shapes ) { if ( shape . Placeholder...Placeholder != null ) { if ( shape . Placeholder . Type == PlaceholderType...

    docs.aspose.com/slides/net/presentation-header-...
  8. CompositeNode.get_child method | Aspose.Words f...

    CompositeNode.get_child method. Returns an Nth child node that matches the specified type....Document () # Add two runs and one shape as child nodes to the first...'Hello world! ' )) shape = aw . drawing . Shape ( doc , aw . drawing...

    reference.aspose.com/words/python-net/aspose.wo...
  9. NodeCollection.count property | Aspose.Words fo...

    NodeCollection.count property. Gets the number of nodes in the collection....Document () # Add two runs and one shape as child nodes to the first...'Hello world! ' )) shape = aw . drawing . Shape ( doc , aw . drawing...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Watermark VSSX document via Python | products.a...

    Python sample code to add watermark to VSSX documents within any Python based application....getPage( 0 ) shape = page.addText( 1 , 1 , 2 ,...elements such as collection of shapes, connectors, flowcharts, network...

    products.aspose.com/diagram/python-net/watermar...