Sort Score
Result 10 results
Languages All
Labels All
Results 961 - 970 of 9,913 for

shape

(0.04 sec)
  1. ShapeLineStyle Enum | Aspose.Words for .NET

    Discover the Aspose.Words.Drawing.ShapeLineStyle enum to enhance your document design with customizable compound line styles for Shapes....the compound line style of a Shape . public enum ShapeLineStyle...DocumentBuilder ( doc ); Shape shape = builder . InsertShape (...

    reference.aspose.com/words/net/aspose.words.dra...
  2. Stroke.Weight | Aspose.Words for .NET

    Discover the Stroke Weight property to customize brush thickness for Shapes. Enhance your designs with precise path strokes in points!...that strokes the path of a shape in points. public double Weight...Remarks The default value for a Shape is 0.75. Examples Shows how...

    reference.aspose.com/words/net/aspose.words.dra...
  3. OleControl | Aspose.Words for Java

    Represents OLE ActiveX control in Java....docx"); Shape shape = (Shape) doc.getChild(NodeType.SHAPE, 0, true);...true); OleControl oleControl = shape.getOleFormat().getOleControl();...

    reference.aspose.com/words/java/com.aspose.word...
  4. Aspose::Words::DocumentBuilder::InsertImage met...

    Aspose::Words::DocumentBuilder::InsertImage method. Inserts an image from a byte array into the document. The image is inserted inline and at 100% scale in C++....Aspose :: Words :: Drawing :: Shape > Aspose :: Words :: DocumentBuilder...and other settings using the Shape object returned by this method...

    reference.aspose.com/words/cpp/aspose.words/doc...
  5. Aspose::Words::Node::get_CustomNodeId method | ...

    Aspose::Words::Node::get_CustomNodeId method. Specifies custom node identifier in C++....(); // Add two runs and one shape as child nodes to the first...world! " )); auto shape = MakeObject < Shape > ( doc , ShapeType...

    reference.aspose.com/words/cpp/aspose.words/nod...
  6. Aspose::Words::Drawing namespace | Aspose.Words...

    Aspose::Words::Drawing namespace. The Aspose.Words.Drawing namespace provides classes that allow to create and modify drawing objects in C++....are applied to the specified shape. AdjustmentCollection Represents...are applied to the specified shape. Fill Represents fill formatting...

    reference.aspose.com/words/cpp/aspose.words.dra...
  7. ShapeBase.size_in_points property | Aspose.Word...

    ShapeBase.size_in_points property. Gets the size of the Shape in points....property Gets the size of the shape in points. @property def size_in_points...Examples Shows how to verify a shape’s size and markup language....

    reference.aspose.com/words/python-net/aspose.wo...
  8. 形状效果|Aspose.Slides for PHP 文档

    对 PowerPoint 形状应用效果...new Presentation (); try { $shape = $pres -> getSlides () -> get_Item... , 20 , 20 , 200 , 150 ); $shape -> getEffectFormat () -> enableOuterShadowEff...

    docs.aspose.com/slides/zh/php-java/shape-effect/
  9. SoftEdgeFormat.remove method | Aspose.Words for...

    SoftEdgeFormat.remove method. Removes [SoftEdgeFormat](../) from the parent object....DocumentBuilder () shape = builder . insert_shape ( shape_type = aw ...# Apply soft edge to the shape. shape . soft_edge . radius = 30...

    reference.aspose.com/words/python-net/aspose.wo...
  10. 自定义形状|Aspose.Slides 文档

    在 .NET 中向 PowerPoint 演示文稿添加自定义形状...GeometryShape shape = pres . Slides [ 0 ]. Shapes . AddAutoShape...IGeometryPath geometryPath = shape . GetGeometryPaths ()[ 0 ];...

    docs.aspose.com/slides/zh/net/custom-shape/