Sort Score
Result 10 results
Languages All
Labels All
Results 6,391 - 6,400 of 42,307 for

shapes

(0.04 sec)
  1. ImageData.crop_top property | Aspose.Words for ...

    ImageData.crop_top property. Defines the fraction of picture removal from the top 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...
  2. GlowFormat class | Aspose.Words for Python

    aspose.words.drawing.GlowFormat class. Represents the glow formatting for an object....Shows how to interact with glow shape effect. doc = aw . Document...= MY_DIR + 'Various shapes.docx' ) shape = doc . get_child (...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Fill.BackColor | Aspose.Words for .NET

    Customize your fill's background color effortlessly with the BackColor property. Easily set or get a Color object for a vibrant design....Examples Shows how to fill a shape with a gradients. Document doc...DocumentBuilder ( doc ); Shape shape = builder . InsertShape (...

    reference.aspose.com/words/net/aspose.words.dra...
  4. FieldShape.Text | Aspose.Words لـ .NET

    FieldShape Text ملكية. الحصول على النص أو تعيينه لاسترداده في C#....Microsoft Word القديمة مثل SHAPE وEMBED أثناء التحميل. // افتح...فسنرى شكلًا وحقل EMBED. // حقل SHAPE هو نقطة الارتساء/اللوحة القماشية...

    reference.aspose.com/words/ar/net/aspose.words....
  5. ImageData.borders property | Aspose.Words for P...

    ImageData.borders property. Gets the collection of borders of the image...Examples Shows how to edit a shape’s image data. img_source_doc...MY_DIR + 'Images.docx' ) source_shape = img_source_doc . get_child_nodes...

    reference.aspose.com/words/python-net/aspose.wo...
  6. 幻灯片上的形状调整大小|Aspose.Slides 文档

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....( auto shape : slide -> get_Shapes ()) { // 调整位置 shape -> set_Height...set_Height ( shape -> get_Height () * ratioHeight ); shape -> set_Width...

    docs.aspose.com/slides/zh/cpp/re-sizing-shapes-...
  7. Aspose::Words::Drawing::TextPath::get_TextPathA...

    Aspose::Words::Drawing::TextPath::get_TextPathAlignment method. Defines the alignment of text in C++....object to display text in a shape that we can re-size and move...set a shape for the WordArt. SharedPtr < Shape > shape = AppendWordArt...

    reference.aspose.com/words/cpp/aspose.words.dra...
  8. PHP'de Visio Şekil Verilerini Oku|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....Diagram Java , aramak read_all_shape_properties yöntemi ShapeData’yı...public static function read_all_shape_properties ( $dataDir = null...

    docs.aspose.com/diagram/tr/java/read-visio-shap...
  9. ImageSize.WidthPoints | Aspose.Words for .NET

    Discover the ImageSize WidthPoints property to easily obtain image width in points—perfect for precise measurements in design projects!...Examples Shows how to resize a shape with an image. // When we insert...method, the builder scales the shape that displays the image so that...

    reference.aspose.com/words/net/aspose.words.dra...
  10. OptionButtonControl | Aspose.Words for Java

    The OptionButton control enables a single choice in a limited set of mutually exclusive choices in Java....docx"); Shape shape1 = (Shape)doc.getChild(NodeType.SHAPE, 0, true);...setSelected(false); Shape shape2 = (Shape)doc.getChild(NodeType.SHAPE, 1, true);...

    reference.aspose.com/words/java/com.aspose.word...