Sort Score
Result 10 results
Languages All
Labels All
Results 1,011 - 1,020 of 43,952 for

shape

(0.06 sec)
  1. WrapType | Aspose.Words for Java

    Specifies how text is wrapped around a Shape or picture in Java....how text is wrapped around a shape or picture. Examples: Shows...it to the page's center. Shape shape = builder.insertImage(getImageDir()...

    reference.aspose.com/words/java/com.aspose.word...
  2. Aspose::Words::Drawing::Fill::get_TextureAlignm...

    Aspose::Words::Drawing::Fill::get_TextureAlignment method. Gets or sets the alignment for tile texture fill in C++....tiling the texture inside the shape. auto doc = System :: MakeObject...:: Words :: Drawing :: Shape > shape = builder -> InsertShape...

    reference.aspose.com/words/cpp/aspose.words.dra...
  3. ShapeBase.IsMoveFromRevision | Aspose.Words for...

    Discover the ShapeBase IsMoveFromRevision property in Microsoft Word. Easily track changes and identify moved or deleted objects with precision....how to identify move revision shapes. // A move revision is when...an inline shape in such a text movement, that shape will also...

    reference.aspose.com/words/net/aspose.words.dra...
  4. Aspose::Words::Drawing::ShapeBase::get_IsMoveFr...

    Aspose::Words::Drawing::ShapeBase::get_IsMoveFromRevision method. Returns true if this object was moved (deleted) in Microsoft Word while change tracking was enabled in C++....how to identify move revision shapes. // A move revision is when...an inline shape in such a text movement, that shape will also...

    reference.aspose.com/words/cpp/aspose.words.dra...
  5. Aspose::Words::Drawing::ShapeBase::GetShapeRend...

    Aspose::Words::Drawing::ShapeBase::GetShapeRenderer method. Creates and returns an object that can be used to render this Shape into an image in C++....can be used to render this shape into an image. System :: SharedPtr...The renderer object for this shape. Remarks This method just invokes...

    reference.aspose.com/words/cpp/aspose.words.dra...
  6. ImageData.FitImageToShape | Aspose.Words for .NET

    Optimize your images with the FitImageToShape method, ensuring perfect aspect ratio alignment within Shape frames for stunning visual presentations....method Fits the image data to Shape frame so that the aspect ratio...matches the aspect ratio of Shape frame. public void FitImageToShape...

    reference.aspose.com/words/net/aspose.words.dra...
  7. SoftEdgeFormat.Radius | Aspose.Words for .NET

    Discover the SoftEdgeFormat Radius property to easily adjust soft edge effects. Control radius length with precision for stunning visual results....new DocumentBuilder (); Shape shape = builder . InsertShape (...// Apply soft edge to the shape. shape . SoftEdge . Radius = 30...

    reference.aspose.com/words/net/aspose.words.dra...
  8. Fill.Opacity | Aspose.Words for .NET

    Control your design's transparency with the Fill Opacity property, adjusting clarity from fully clear to completely opaque for stunning visuals....Examples Shows how to fill a shape with a solid color. Document...then cover it with a floating shape. builder . Font . Size = 32...

    reference.aspose.com/words/net/aspose.words.dra...
  9. Aspose::Words::Drawing::ShapeBase::get_SoftEdge...

    Aspose::Words::Drawing::ShapeBase::get_SoftEdge method. Gets soft edge formatting for the Shape in C++....soft edge formatting for the shape. System :: SharedPtr < Aspose...:: Words :: Drawing :: Shape > shape = builder -> InsertShape...

    reference.aspose.com/words/cpp/aspose.words.dra...
  10. How to set RoundedRectangle corner radius? - Fr...

    @amjad.sahi, @Professionalize.Discourse, @John.He, @simon.zhao image.png (44.1 KB) Shape commentShape = worksheet.Shapes.AddAutoShape(AutoShapeType.RoundedRectangle, 0, 0, 0, 0, 0, 0); commentShape.Placement = P…...1 KB) Shape commentShape = worksheet.Shapes.AddAutoShape(AutoShapeType...//Set the placement type as the Shapes will move and resize with cells...

    forum.aspose.com/t/how-to-set-roundedrectangle-...