Sort Score
Result 10 results
Languages All
Labels All
Results 1,591 - 1,600 of 42,945 for

shape

(0.05 sec)
  1. ImageType Enum | Aspose.Words for .NET

    Discover the Aspose.Words.Drawing.ImageType enum to easily manage image formats in Microsoft Word documents. Enhance your document's visual appeal!...docx" ); Shape shape = ( Shape ) doc . GetChild ( NodeType...NodeType . Shape , 0 , true ); Assert . AreEqual ( ImageType...

    reference.aspose.com/words/net/aspose.words.dra...
  2. Aspose::Words::Drawing::SignatureLine::get_Sign...

    Aspose::Words::Drawing::SignatureLine::get_SignerTitle method. Gets or sets suggested signer's title (for example, Manager). Default value for this property is empty string in C++...."Senior Manager" ); // Insert a shape that will contain a signature...created above. // If we insert a shape whose coordinates originate...

    reference.aspose.com/words/cpp/aspose.words.dra...
  3. Watermark|Aspose.Slides Documentation

    Add text and image watermarks to PowerPoint presentations in Java...PictureFrame class or fill a watermark shape with an image. PictureFrame...of the shape object. Since ITextFrame is not a shape and its...

    docs.aspose.com/slides/androidjava/watermark/
  4. Aspose::Words::Drawing::ImageData::get_IsLinkOn...

    Aspose::Words::Drawing::ImageData::get_IsLinkOnly method. Returns true if the image is linked and not stored in the document in C++....Examples Shows how to edit a shape’s image data. auto imgSourceDoc...= System :: ExplicitCast < Shape > ( imgSourceDoc -> GetChildNodes...

    reference.aspose.com/words/cpp/aspose.words.dra...
  5. Fill.set_image method | Aspose.Words for Python

    aspose.words.drawing.Fill.set_image method... Examples Shows how to set shape fill type as image. doc = aw...setting image. shape = builder . insert_shape ( shape_type = aw ...

    reference.aspose.com/words/python-net/aspose.wo...
  6. ImageData.crop_left property | Aspose.Words for...

    ImageData.crop_left property. Defines the fraction of picture removal from the left side....filled by the fill color of the shape). Positive values less than...being stretched to fit the shape. The default value is 0. Examples...

    reference.aspose.com/words/python-net/aspose.wo...
  7. OleFormat.OlePackage | Aspose.Words for .NET

    Access OlePackage properties for OLE objects effortlessly. Get seamless integration with OLE Packages and enhance your data handling capabilities....system by double-clicking on the shape that contains the OLE object...MemoryStream ( zipFileBytes )) { Shape shape = builder . InsertOleObject...

    reference.aspose.com/words/net/aspose.words.dra...
  8. Stroke Class | Aspose.Words for .NET

    Discover the Aspose.Words.Drawing.Stroke class to enhance your Shapes with customizable strokes, adding professional flair to your documents effortlessly....for a shape. To learn more, visit the Working with Shapes documentation...that strokes the path of a shape in points. Remarks Use the Stroke...

    reference.aspose.com/words/net/aspose.words.dra...
  9. How to Insert Draft Watermark in PowerPoint Pre...

    This brief tutorial provides details on how to insert draft watermark in PowerPoint presentation using Java. We will use background text to add draft watermark in presentation using Java....load the target file Prepare a shape to place the draft watermark...Set the rotation angle of the shape for displaying rotated text...

    kb.aspose.com/slides/java/how-to-insert-draft-w...
  10. 段落|Aspose.Slides 文档

    在 C# 或 .NET 中的 PowerPoint 演示文稿中的段落和部分...Presentation ( "Shapes.pptx" )) { IAutoShape shape = ( IAutoShape...0 ]. Shapes [ 0 ]; var textFrame = ( ITextFrame ) shape . TextFrame...

    docs.aspose.com/slides/zh/net/paragraph/