Sort Score
Result 10 results
Languages All
Labels All
Results 1,041 - 1,050 of 9,913 for

shape

(0.03 sec)
  1. Aspose::Words::Drawing::TextBox class | Aspose....

    Aspose::Words::Drawing::TextBox class. Defines attributes that specify how a text is displayed inside a Shape. To learn more, visit the documentation article in C++....inside a shape. To learn more, visit the Working with Shapes documentation...Microsoft Word will grow the shape to fit text. get_InternalMarginBottom...

    reference.aspose.com/words/cpp/aspose.words.dra...
  2. ShapeBase.alternative_text property | Aspose.Wo...

    ShapeBase.alternative_text property. Defines alternative text to be displayed instead of a graphic....Examples Shows how to use a shape’s alternative text. doc = aw...DocumentBuilder ( doc ) shape = builder . insert_shape ( aw . drawing...

    reference.aspose.com/words/python-net/aspose.wo...
  3. ImageData.to_byte_array method | Aspose.Words f...

    ImageData.to_byte_array method. Returns image bytes for any image regardless whether the image is stored or linked....create an image file from a shape’s raw image data. img_source_doc...MY_DIR + 'Images.docx' ) img_shape = img_source_doc . get_child...

    reference.aspose.com/words/python-net/aspose.wo...
  4. FieldShape Class | Aspose.Words for .NET

    Discover Aspose.Words.Fields.FieldShape class for effortless Shape field implementation. Enhance document design with powerful features and flexibility....FieldShape class Implements the SHAPE field. To learn more, visit...Microsoft Word fields such as SHAPE and EMBED are handled during...

    reference.aspose.com/words/net/aspose.words.fie...
  5. OptionButtonControl.Selected | Aspose.Words for...

    Manage your OptionButtonControl with ease! Set or get its selected state with a simple boolean value for seamless user interaction....docx" ); Shape shape1 = ( Shape ) doc . GetChild (...( NodeType . Shape , 0 , true ); OptionButtonControl optionButton1...

    reference.aspose.com/words/net/aspose.words.dra...
  6. Aspose::Words::Drawing::Stroke::get_ImageBytes ...

    Aspose::Words::Drawing::Stroke::get_ImageBytes method. Defines the image for a stroke image or pattern fill in C++....Examples Shows how to process shape stroke features. auto doc =...MyDir + u "Shape stroke pattern border.docx" ); auto shape = System...

    reference.aspose.com/words/cpp/aspose.words.dra...
  7. OoxmlSaveOptions.save_format property | Aspose....

    OoxmlSaveOptions.save_format property. Specifies the format in which the document will be saved if this save options object is used...inserting an image will define its shape using VML. doc . compatibility_options...aw . NodeType . SHAPE , 0 , True ) . as_shape () . markup_language...

    reference.aspose.com/words/python-net/aspose.wo...
  8. OlePackage class | Aspose.Words for Node.js

    Aspose.Words.Drawing.OlePackage class. Allows to access OLE Package properties...system by double-clicking on the shape that contains the OLE object...databaseDir + "cat001.zip" ); let shape = builder . insertOleObject...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. HorizontalRuleFormat.widthPercent property | As...

    HorizontalRuleFormat.widthPercent property. Gets or sets the length of the specified horizontal rule expressed as a percentage of the window width....to insert a horizontal rule shape, and customize its formatting...DocumentBuilder ( doc ); let shape = builder . insertHorizontalRule...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Paragraph|Aspose.Slides 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.... AutoShape shape = ( AutoShape ) pres . getSlides...TextFrame textFrame = ( TextFrame ) shape . getTextFrame (); for ( IParagraph...

    docs.aspose.com/slides/java/paragraph/