Sort Score
Result 10 results
Languages All
Labels All
Results 141 - 150 of 574 for

adjust shape properties

(0.19 sec)
  1. Actions disappeared after saving - Free Support...

    Hello, i have a Shape with an action. But after saving the diagram to a vsdx file the action is disappeared. Please use this code to reproduce it. Am I doing something wrong, or is it a bug? Diagram diagram = new Diag…... 12:29pm 1 Hello, i have a shape with an action. But after saving...Aspose.Diagram.Shape shape = firstPage.Shapes[0]; foreach (Aspose...

    forum.aspose.com/t/actions-disappeared-after-sa...
  2. Format PowerPoint Text in C++|Aspose.Slides Doc...

    Format and style text in PowerPoint and OpenDocument presentations using Aspose.Slides for C++. Customize fonts, colors, alignment, and more....pres -> get_Slide ( 0 ) -> get_Shapes () -> AddAutoShape ( ShapeType...pres -> get_Slide ( 0 ) -> get_Shape ( 0 )); auto portions = autoShape...

    docs.aspose.com/slides/cpp/text-formatting/
  3. ImageSaveOptions.Scale | Aspose.Words for .NET

    Discover the ImageSaveOptions Scale property to effortlessly Adjust the zoom factor for your images, enhancing quality and customization....Scale property Gets or sets the zoom factor...Png ); // Set the "Scale" property to 5 to render the object...

    reference.aspose.com/words/net/aspose.words.sav...
  4. Marker Symbolizer|Documentation

    GIS C# Library or API supports Simple Marker symbolizer that draws a predefined Shape with customizable fill and outline on geometries of any type like Point, Line, Surface....symbolizer draws a predefined shape with customizable fill and outline...geometries (points). Supported shapes are: Circle Star Square Cross...

    docs.aspose.com/gis/net/marker-symbolizer/
  5. Adjustment class | Aspose.Words for Python

    aspose.words.drawing.Adjustment class. Represents Adjustment values that are applied to the specified Shape....Adjustment class Adjustment class Represents adjustment values...applied to the specified shape. Properties Name Description name...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Add new last slide with text using insertFromHt...

    For an existing presentation I want to add an extra slide with some additional free text. I am using *IMasterLayoutSlideCollection layoutSlides = emptyMaster.getLayoutSlides();* blankLayout = layoutSlides.getByType(Sl…...layout and the text frame properties. When you insert text using...explicitly set the text frame properties after inserting the text...

    forum.aspose.com/t/add-new-last-slide-with-text...
  7. Customize Shapes in Presentations with Python|A...

    Create and customize Shapes in PowerPoint and OpenDocument presentations with Aspose.Slides for Python via .NET: geometry paths, curved corners, composite Shapes....Customize Shapes in Presentations with Python Contents [ Hide...square’s corner inward or outward, adjust the curvature of a corner or...

    docs.aspose.com/slides/python-net/custom-shape/
  8. Aspose::Words::Saving::ImageSaveOptions::get_Sc...

    Aspose::Words::Saving::ImageSaveOptions::get_Scale method. Gets or sets the zoom factor for the generated images in C++....:: Png ); // We can adjust these properties to change the image's...set_ImageContrast ( 0.7f ); // We can adjust horizontal and vertical resolution...

    reference.aspose.com/words/cpp/aspose.words.sav...
  9. Display text content on top of a cell with a fi...

    Step 1: Write content into a cell. Step 2: Fill the cell with a background color Step 3: Overlay text on top of the filled color (new text ) I am using aspose cells gid js for python via dotnet ,I want to apply the ch…...background color, and then using a shape to overlay the text. Here’s...of the filled color using a shape. Code Here’s a sample code snippet...

    forum.aspose.com/t/display-text-content-on-top-...
  10. How to get horizontal alignment - Free Support ...

    Hi, to get and set the horizontal alignment of a Shapes text i have to use the Para class. That’s what i read at following page: Working with Shapes Paragraph But if i do so, all of my Shapes have allways an empty Par…...the horizontal alignment of a shapes text i have to use the Para...with Shapes Paragraph But if i do so, all of my shapes have allways...

    forum.aspose.com/t/how-to-get-horizontal-alignm...