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

adjust shape properties

(0.3 sec)
  1. 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...
  2. ImageSaveOptions.scale property | Aspose.Words ...

    ImageSaveOptions.scale property. Gets or sets the zoom factor for the generated images....scale property ImageSaveOptions.scale property Gets or sets the...for the generated images. @property def scale ( self ) -> float...

    reference.aspose.com/words/python-net/aspose.wo...
  3. 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...
  4. Shape.chart property | Aspose.Words for Python

    Shape.chart property. Provides access to the chart Properties if this Shape has a [Chart](../../../aspose.words.drawing.charts/chart/)....chart property Shape.chart property Provides access to the chart...chart properties if this shape has a Chart . @property def chart...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Shape.chart property | Aspose.Words for Node.js

    Shape.chart property. Provides access to the chart Properties if this Shape has a [Chart](../../chart/)....chart property Shape.chart property Provides access to the chart...chart properties if this shape has a Chart . get chart () : Aspose...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. 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/
  7. Tables with Images in Multiple Columns Do Not F...

    When generating a Word document using Aspose.Words, tables containing images arranged in multiple columns do not fit within the page width. Additionally, the HTML sample provided is rendered correctly in html but is not …...respect the page width and adjust columns accordingly as rendered...} doc.Save("output.docx"); Adjust Image Sizes : Ensure that the...

    forum.aspose.com/t/tables-with-images-in-multip...
  8. 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/
  9. 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...
  10. 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-...