Sort Score
Result 10 results
Languages All
Labels All
Results 91 - 100 of 574 for

adjust shape properties

(0.05 sec)
  1. INSERT IMAGE IN ASPOSE WORD AS EDITABLE IMAGE -...

    Hello Team, I want to insert an image into a Word document and set the “Edit Picture” option to true, allowing the user to search the content inside the image. How can I achieve this programmatically so that the image i…...insert the image as a shape and set its properties accordingly. Here’s..."path/to/your/image.png"; Shape shape = builder.InsertImage(imagePath);...

    forum.aspose.com/t/insert-image-in-aspose-word-...
  2. Aspose.words-python如何绘制插入SmartArt图形 - Free Supp...

    如何绘制SmartArt图形,实现效果如下:...each shape with custom text, tweaks a few visual properties, and...(Optional) adjust the SmartArt shape itself smart_art.shape.fill.fore_color...

    forum.aspose.com/t/aspose-words-python-smartart...
  3. How to Get Custom Bullets from Presentations Us...

    Using aspose slides for cpp. Both No bullets and custom bullets both come as Not defined . using API: paragraphFormat->get_Bullet()->get_Type() Is there a way to differentiate custom bullets? Thanks...utilize the ParagraphFormat properties to set custom bullet styles...presentation instance. Add a Shape : Add an auto shape to the slide where...

    forum.aspose.com/t/how-to-get-custom-bullets-fr...
  4. Adjustment.value property | Aspose.Words for No...

    Adjustment.value property. Gets or sets the raw value of the Adjustment....value property Adjustment.value property Gets or sets the raw...the adjustment. get value () : number Remarks An adjust value...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. aspose.words.drawing module | Aspose.Words for ...

    The aspose.words.drawing module provides classes that allow to create and modify drawing objects....the Shape and GroupShape classes. An object of the Shape class...Office Art) shapes. Classes Class Description Adjustment Represents...

    reference.aspose.com/words/python-net/aspose.wo...
  6. 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/
  7. Exception when converting Word scatter chart to...

    Hi, we are encountering an exception when using the Aspose converter to generate a PDF from a Word document that contains a scatter chart. Specifically, when the document includes a word scatter chart type, the converter…...object exposes a DataTable property [2]. However, the data‑table...the chart shape (adjust the search as needed) Shape chartShape...

    forum.aspose.com/t/exception-when-converting-wo...
  8. Table and image truncation during word transfor...

    We are using ASPOSE.Words for our .doc to .docx transformation. During transformation, some of the tables are images are getting truncated. Even Auto Fit Word settings dont work. Please help.... Check Table Properties : Ensure that the tables...doc file have appropriate properties set. Sometimes, tables may...

    forum.aspose.com/t/table-and-image-truncation-d...
  9. Set fontsize by InheritChars - Free Support For...

    Hello, i can set the Fontsize of a Shape by using: Shape.Chars[0].Size.Value = 0.125 This is well described in the examples: ApplyFontOnText Now I have the case that the Shape’s chars array is empty. But there are I…...set the Fontsize of a shape by using: shape.Chars[0].Size.Value...Now I have the case that the shape’s chars array is empty. But...

    forum.aspose.com/t/set-fontsize-by-inheritchars...
  10. Create a Bitmap in Java

    This precise tutorial discusses how to create a bitmap in Java. It includes the IDE configuration details, the steps, and a code snippet to create BMP file in Java....color Draw the string and the shape Export the output BMP image... and the text appearance properties. Subsequently, set the soothing...

    kb.aspose.com/drawing/java/create-a-bitmap-in-j...