Sort Score
Result 10 results
Languages All
Labels All
Results 2,941 - 2,950 of 45,924 for

shapes

(0.07 sec)
  1. Compress VSX document via Python | products.asp...

    Python source code to compress vsx file within any Python based application....that consist of drawings and shapes that are used for creating...

    products.aspose.com/diagram/python-net/compress...
  2. SpecialChar class | Aspose.Words for Python

    aspose.words.SpecialChar class. Base class for special characters in the document...represent fields, form fields, shapes, OLE objects, footnotes etc...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Style properties sometimes null - Free Support ...

    Hello, i have the problem that the style properties of a shape are sometimes null. You can reproduce it with the following code: Diagram diagram = new Diagram(); var page = diagram.Pages[0]; long recShapeId = page.Dr…...that the style properties of a shape are sometimes null. You can...Aspose.Diagram.Shape drawedShape = page.Shapes.GetShape(recShapeId);...

    forum.aspose.com/t/style-properties-sometimes-n...
  4. 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...
  5. MarkerSymbol Enum | Aspose.Words for .NET

    Explore the Aspose.Words.Drawing.Charts.MarkerSymbol enum for customizable marker styles that enhance your chart visuals and improve data presentation....DocumentBuilder ( doc ); Shape shape = builder . InsertChart (...500 , 350 ); Chart chart = shape . Chart ; Assert . That ( chart...

    reference.aspose.com/words/net/aspose.words.dra...
  6. 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...
  7. 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...
  8. 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-...
  9. Topics tagged vsd-to-vsdx

    Topics tagged vsd-to-vsdx...14, 2025 Missing most of the shapes after importing a file Aspose...vsd-to-vsdx 2 304 January 8, 2024 Shape is flipped the wrong side after...

    forum.aspose.com/tag/vsd-to-vsdx
  10. 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...