Sort Score
Result 10 results
Languages All
Labels All
Results 111 - 120 of 681 for

adjust shape properties

(0.17 sec)
  1. About header logo insertion in every aspose wor...

    Hi, I have tried to add a logo in header section in first page but it’s not reflecting in remaining pages. Even after unchecking ‘Different first page’. Could you please help me on this?...DifferentFirstPageHe property is set to false (or the corresponding...Insert the logo and, if needed, adjust its layout. Save the document...

    forum.aspose.com/t/about-header-logo-insertion-...
  2. Convert Image to Visio in Python

    This article covers the information to convert image to Visio in Python. It explains the steps and sample code to export PNG to Visio in Python....the image as a Visio shape with the add_shape() method Export the... insert a photo as a Visio shape and render the output Visio...

    kb.aspose.com/diagram/python/convert-image-to-v...
  3. Manage Audio in Presentations Using Java|Aspose...

    Create and control audio frames in Aspose.Slides for Java—code examples to embed, trim, loop, and configure playback across PPT, PPTX, and ODP presentations....playback or properties. For example, you can adjust an audio’s...Aspose.Slides AudioFrame properties: Start drop-down list matches...

    docs.aspose.com/slides/java/audio-frame/
  4. Manage Audio in Presentations Using JavaScript|...

    Create and control audio frames in Aspose.Slides for Node.js—examples to embed, trim, loop, and configure playback across PPT, PPTX, and ODP presentations....playback or properties. For example, you can adjust an audio’s...Aspose.Slides AudioFrame properties: Start drop-down list matches...

    docs.aspose.com/slides/nodejs-java/audio-frame/
  5. Manage Audio in Presentations Using C++|Aspose....

    Create and control audio frames in Aspose.Slides for C++—code examples to embed, trim, loop, and configure playback across PPT, PPTX, and ODP presentations....auto audioFrame = sld -> get_Shapes () -> AddAudioFrameEmbedde...auto audioFrame = slide -> get_Shapes () -> AddAudioFrameEmbedde...

    docs.aspose.com/slides/cpp/audio-frame/
  6. Resize Shapes in Presentations with Python|Aspo...

    Easily resize Shapes on PowerPoint and OpenDocument slides with Aspose.Slides for Python via .NET—automate slide layout Adjustments and boost productivity....Resize Shapes in Presentations with Python Contents [ Hide ]...customers is how to resize shapes so that, when the slide size...

    docs.aspose.com/slides/python-net/re-sizing-sha...
  7. Resize Shapes on Presentation Slides in .NET|As...

    Easily resize Shapes on PowerPoint and OpenDocument slides with Aspose.Slides for .NET—automate slide layout Adjustments and boost productivity....Resize Shapes on Presentation Slides in .NET Contents [ Hide...customers is how to resize shapes so that, when the slide size...

    docs.aspose.com/slides/net/re-sizing-shapes-on-...
  8. Manage Audio Frames in Presentations in .NET|As...

    Create and control audio frames in Aspose.Slides for .NET—C# examples to embed, trim, loop, and configure playback across PPT, PPTX, and ODP presentations.... Shapes . AddAudioFrameEmbedde ( 50...); var audioFrame = slide . Shapes . AddAudioFrameEmbedde ( 150...

    docs.aspose.com/slides/net/audio-frame/
  9. Problems with title and legend when saving as P...

    I am encountering issues while using Aspose.Words to convert a word document into a PDF. Aspose.Words Version : 25.6.0 When i use the code to convert “test.docx” to “test.pdf”: var testDoc = new Document("D:\\test.doc…...foreach (Shape shape in testDoc.GetChildNodes(NodeType.Shape, true))...true)) { if (shape.HasChart) { // Render the chart to an image var...

    forum.aspose.com/t/problems-with-title-and-lege...
  10. HtmlSaveOptions.export_page_margins property | ...

    HtmlSaveOptions.export_page_margins property. Specifies whether page margins is exported to HTML, MHTML or EPUB...export_page_margins property HtmlSaveOptions.export_page_margins property Specifies...EPUB. Default is False . @property def export_page_margins (...

    reference.aspose.com/words/python-net/aspose.wo...